drizzle-migration

SkillDev tools

A skill for dev tools by theprimeagen.

Available today. Use it from your connected AI after setup.

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

  1. Set up Drizzle scripts up front and use them as the only migration entrypoints: bun run db:generate, bun run db:migrate:local, and bun run db:migrate:remote.
  2. 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.
  3. Follow a safe rollout flow: apply bun run db:migrate:local first, validate locally, commit schema + generated migrations together, then apply bun run db:migrate:remote for 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