What problem does it solve?
This Skill automates and standardizes database migrations for the vm0 project, reducing manual drift and ensuring consistent application of Drizzle ORM guidelines across environments.
Core Features & Use Cases
- Migration generation: automatically generate migrations from schema changes.
- ORM guidelines enforcement: codifies and enforces Drizzle ORM best practices in the codebase.
- Journal-based tracking: requires and records manual migration journal entries to ensure CI/CD reliability.
- Use Case: when updating a table schema, use this Skill to generate, validate, and apply migrations with proper auditing.
Quick Start
Use the Skill to generate and apply migrations with pnpm scripts. For example, run pnpm db:generate to create migrations from schema changes, then pnpm db:migrate to apply them, and finally pnpm db:studio to inspect migrations in Drizzle Studio.