Agent skill
db-design
Database schema design, migrations, and query optimization
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/templates/skills/dev/db-design
SKILL.md
Design or review the database for: $ARGUMENTS
Steps:
- Understand the data model requirements
- Design or review the schema (tables, relationships, indexes)
- Plan migration strategy if schema changes are needed
- Review existing queries for optimization opportunities
- Document the schema decisions and trade-offs
Didn't find tool you were looking for?