Skip to main content
Back to registry

drizzle-migrations

bobmatnyc/claude-mpm-skills

Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects.

Installs437
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill drizzle-migrations
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. Use this skill when: Critical Rule : Schema changes ALWAYS start with migrations, never code-first. ❌ WRONG : Writing TypeScript schema first ✅ CORRECT : Write SQL migration first Create descriptive SQL migration file: Naming Convention : Drizzle Kit generates TypeScript types from SQL: What This Creates : Snapshots enable schema drift detection: Snapshots in Version Control : Now write TypeScript schema that mirrors SQL migration: Key Points : Structure schemas for maintainability: index.ts (export all): school/index.ts : Validate schema consistency in CI/CD: CI Checks Explained : Before production, test migration on staging: Staging Checklist : TypeScript: TypeScript: TypeScript: Apply rollback: Error : Schema drift detected Solution : Error : Migration fails with data constraint violation Solution : Error : TypeScript types don't match database Solution : - Working with Drizzle ORM in TypeScript/JavaScript projects - Need to create or modify database schema - Want migration-first development workflow - Setting up new database tables or columns - Need to ensure schema consistency across environments - ✅ SQL migrations are the single source of truth - ✅ Prevents schema drift between environments - ✅ Enables rollback and versioning - ✅ Forces explicit schema design decisions - ✅...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does drizzle-migrations do?

Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects.

Is drizzle-migrations good?

drizzle-migrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does drizzle-migrations work with?

drizzle-migrations currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to drizzle-migrations?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install drizzle-migrations?

npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill drizzle-migrations

Related skills

More from bobmatnyc/claude-mpm-skills

Related skills

Alternatives in Software Engineering