Implements safe, reversible database schema changes and zero-downtime deployment patterns across major SQL databases and ORMs.
This skill equips Claude with the expertise to manage complex database transitions without risking data loss or system downtime. It provides standardized workflows for schema modifications, data backfills, and rollback strategies using industry-standard tools like Prisma, Drizzle, and Django. By enforcing principles like the 'expand-contract' pattern and concurrent indexing, it ensures that production databases remain stable and performant during upgrades, making it an essential companion for full-stack developers and DevOps engineers.
主要功能
01Batch-based data migration templates for high-volume production tables
02Automated migration safety checklists to prevent production table locks
030 GitHub stars
04Safety-first PostgreSQL patterns for concurrent indexing and non-blocking changes
05Zero-downtime schema change strategies using the expand-contract pattern
06Framework-specific migration workflows for Prisma, Drizzle, Django, and Go
使用场景
01Converting manual SQL changes into idempotent, reversible migration scripts
02Refactoring large production tables without locking or causing application downtime
03Setting up structured, version-controlled migration pipelines for new full-stack projects