Implements safe, reversible database schema changes and zero-downtime deployment strategies across major SQL databases and ORMs.
The Database Migration Patterns skill provides Claude with domain-specific knowledge to handle complex database transitions without risk of downtime or data loss. It guides developers through schema changes, data backfills, and rollbacks using industry-standard best practices like the expand-contract pattern and non-blocking index creation. By integrating specialized syntax for PostgreSQL and popular ORMs such as Prisma, Drizzle, and Django, this skill ensures that every database alteration is immutable, tested, and production-ready.
主な機能
010 GitHub stars
02Migration safety checklists to prevent production locks