Agent skill · Databases

drizzle-migration-conflict

Diagnose, repair, and prevent Drizzle Kit migration conflicts involving generated SQL, snapshots, journals, merge queues, and team workflows.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill drizzle-migration-conflict --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 10 KB
Bundled scripts: yes
Declared author: chaunsin
Path: skills/drizzle-migration-conflict/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Drizzle Migration Conflict Use this skill to help a user diagnose, repair, and prevent Drizzle Kit migration conflicts in a multi-developer repository. Drizzle migrations encode both SQL and migration snapshots, so the safe answer depends on the current migration directory shape, the Drizzle Kit version, and the git state. ## When to Use This Skill - Use when Drizzle migration files, `_journal.json`, or `snapshot.json` conflict after a pull, merge, rebase, or PR update. - Use when `drizzle-kit check` reports non-commutative migrations or migration folder conflicts. - Use when a team wants a safe repair flow for generated Drizzle migrations after schema changes converge. - Use when designing CI or merge-queue policy to prevent repeated Drizzle migration conflicts. ## Safety rules - Start in read-only diagnosis mode unless the user explicitly asks to fix files. - Do not run `drizzle-kit migrate`, `drizzle-kit push`, database seed scripts, or any command that connects to a live database unless the user explicitly requests it and the target is clear. - Treat `drizzle-kit check`, project typechecks, and tests as command execution that may load project config, environment variables, or

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Safety rules
  3. Required references
  4. Source references
  5. Mode selection
  6. Repository discovery
  7. Migration structure decision
  8. Recommended repair principles
  9. Output rules
  10. Limitations
  11. Test prompts
Ships with 5 files
  • references/ci-policy.md
  • references/conflict-resolution.md
  • references/report-template.md
  • references/sources.md
  • scripts/check_drizzle_migrations.py
Commands it runs
git status --short
git rev-parse --show-toplevel
git rev-parse --abbrev-ref HEAD
git ls-files -u
rg --files -g 'drizzle.config.*' -g 'package.json' -g 'pnpm-lock.yaml' -g 'yarn.lock' -g 'package-lock.json'
python3 <skill-dir>/scripts/check_drizzle_migrations.py --root .
More from agentic-awesome-skills
All skills →
About this skill
What does the drizzle-migration-conflict skill do?

Diagnose, repair, and prevent Drizzle Kit migration conflicts involving generated SQL, snapshots, journals, merge queues, and team workflows.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill drizzle-migration-conflict --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going