AI AGENT ADDONS

Drizzle Migrations

bobmatnyc/claude-mpm-skills
Databases
896installs

Database schema changes can be risky. This skill shows you a safe way to manage them. You start by writing SQL migration files. Then you generate TypeScript types from those files. This keeps your database and code in sync.

The migration-first approach makes your SQL the single source of truth. It prevents errors between different environments. You can roll back changes if needed. This process works with Drizzle ORM for TypeScript and JavaScript projects.

Anyone building a web application with a database will find this useful. It helps teams collaborate and keep schema history clear. This skill gives you a step-by-step workflow to follow.

Add Drizzle Migrations skill to your workflow

Global

mkdir -p ~/.claude/skills/drizzle-migrations

Project

mkdir -p .claude/skills/drizzle-migrations

Source Repository

Stars
58
Forks
19
Watchers
58
License
MIT
Last Push
1 month ago
Created
8 months ago