Skip to main content
Back to registry

database-migrations

affaan-m/everything-claude-code

Safe, reversible database schema changes for production systems.

Installs841
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Safe, reversible database schema changes for production systems. Before applying any migration: Never rename directly in production. Use the expand-contract pattern: For operations Prisma cannot express (concurrent indexes, data backfills): Remove a column from the Django model without dropping it from the database immediately: For critical production changes, follow the expand-contract pattern: - Creating or altering database tables - Adding/removing columns or indexes - Running data migrations (backfill, transform) - Planning zero-downtime schema changes - Setting up migration tooling for a new project - Every change is a migration — never alter production databases manually - Migrations are forward-only in production — rollbacks use new forward migrations - Schema and data migrations are separate — never mix DDL and DML in one migration - Test migrations against production-sized data — a migration that works on 100 rows may lock on 10M - Migrations are immutable once deployed — never edit a migration that has run in production

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does database-migrations do?

Safe, reversible database schema changes for production systems.

Is database-migrations good?

database-migrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does database-migrations work with?

database-migrations currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to database-migrations?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install database-migrations?

npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering