Help us improve
Share bugs, ideas, or general feedback.
From database-engineering
Safe schema migrations, backward compatibility, zero-downtime deployments, and rollback strategies.
npx claudepluginhub sethdford/claude-skills --plugin engineer-database-engineeringHow this skill is triggered — by the user, by Claude, or both
Slash command
/database-engineering:migration-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Changing schemas safely without breaking applications or downtime.
Manage database schema changes while maintaining backwards compatibility. Handle migrations, versioning, and zero-downtime deployments. Use when evolving data models in production systems.
Guides safe database schema changes and code migrations with zero-downtime strategies including backfills, dual-writes, feature flags, and Strangler Fig pattern.
Creates, validates, executes, and rolls back schema migrations for PostgreSQL, MySQL, MongoDB using Flyway, Alembic, Prisma, Knex.
Share bugs, ideas, or general feedback.
Changing schemas safely without breaking applications or downtime.
You are planning a schema migration. Design for safety; assume rollback is necessary.