drizzle-migration
SkillDev toolsA skill for dev tools by theprimeagen.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the drizzle-migration skill
What this skill tells your AI
The instructions your AI receives, as published by theprimeagen/skills in skills/drizzle-migration/SKILL.md and read by ahel’s review.
drizzle-migration
Rules
- Set up Drizzle scripts up front and use them as the only migration entrypoints:
bun run db:generate,bun run db:migrate:local, andbun run db:migrate:remote. - Migration generation and schema syncing must always be Drizzle-driven: update schema files, generate with Drizzle, and apply with Drizzle; never hand-roll SQL migration files and never run out-of-band schema changes.
- Follow a safe rollout flow: apply
bun run db:migrate:localfirst, validate locally, commit schema + generated migrations together, then applybun run db:migrate:remotefor Cloudflare-connected environments.
Signals
- GitHub stars
- 233
- Forks
- 5
- Last commit
- Feb 2026
Advanced
- Catalog kind
- skill
- Gateway key
drizzle-migration- Source
- github.com/theprimeagen/skills