What problem does it solve?
Database teams often contend with drift between environments, untracked migrations, and inconsistent schemas. This Skill provides a disciplined approach to schema design, migration versioning, and indexing decisions to keep databases aligned and maintainable.
Core Features & Use Cases
- Schema design & versioning: Plan and evolve tables with tracked migrations, constraints, and relationships.
- Migration governance: Ensure migrations are committed, reviewed, and reflected across development, staging, and production environments.
- Index optimization and performance: Propose and validate indexes to maintain query performance as schemas evolve.
- Use Case: When shipping a feature that touches several tables, generate a safe migration plan and verify environment parity.
Quick Start
Use the database skill to generate a new migration for adding a users table and verify it is committed and represented in CI.