Agent Skills: db-design

Database schema design, migrations, and query optimization

UncategorizedID: hivellm/rulebook/db-design

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/db-design

Skill Files

Browse the full folder contents for db-design.

Download Skill

Loading file tree…

templates/skills/dev/db-design/SKILL.md

Skill Metadata

Name
db-design
Description
Database schema design, migrations, and query optimization

Design or review the database for: $ARGUMENTS

Steps:

  1. Understand the data model requirements
  2. Design or review the schema (tables, relationships, indexes)
  3. Plan migration strategy if schema changes are needed
  4. Review existing queries for optimization opportunities
  5. Document the schema decisions and trade-offs