Skip to main content
Back to the directory
bobmatnyc/claude-mpm-skillsSoftware EngineeringFrontend and Design

drizzle-migrations

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
642

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill drizzle-migrations
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, drizzle-migrations has 642 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: bobmatnyc/claude-mpm-skills. Canonical URL: https://skills.sh/bobmatnyc/claude-mpm-skills/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 : - SQL migrations are the single source of truth; always write migrations before TypeScript schema definitions to prevent schema drift across environments - Includes complete workflow: design SQL migration, generate TypeScript definitions via drizzle-kit, create snapshots, implement schema, organize by domain, and validate in CI/CD - Covers common patterns for adding columns, creating junction tables, modifying types, and...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

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.

Which AI agents support drizzle-migrations?

drizzle-migrations currently lists compatibility with Skills CLI.

Is drizzle-migrations safe to install?

drizzle-migrations has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to drizzle-migrations?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install drizzle-migrations?

Run the following command to 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