Enforces correct Drizzle migration workflow. Use when adding/changing tables, columns, indexes, or any schema changes. NEVER manually create migration SQL — always run pnpm run db:generate.
$npx -y skills add ctxpipe-ai/ctxpipe --skill drizzle-migrationsInstalls into the current project.
Run `npx skills use "https://github.com/ctxpipe-ai/ctxpipe" --skill "ctxpipe-ai/ctxpipe/drizzle-migrations"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ctxpipe-ai/ctxpipe" that are relevant to the current task. Run `npx skills add "https://github.com/ctxpipe-ai/ctxpipe"` and select the relevant skills, then follow their instructions.