SQL design, indexing, migrations, and query optimization.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add Rahulchaube1/Rahul-Chaube-Skills --skill databases --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Databases?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rahulchaube1-databases)More formats (shields.io, HTML) on the badges page.
---
name: databases
description: SQL design, indexing, migrations, and query optimization.
---
# Databases
SQL design, indexing, migrations, and query optimization.
## Core Guidelines
- **Migrations**: Always write migrations for schema changes. Do not perform direct database mutations.
- **Indexes**: Create indexes for columns frequently used in WHERE, JOIN, and ORDER BY clauses.
- **Normalization**: Keep schemas clean, structured, and normalized.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!