This skill empowers Claude to handle complex database transitions by enforcing best practices for schema modifications, index creation, and data transformation. It focuses on maintaining system stability through mandatory reversible changes, strict naming conventions, and multi-step deployment strategies designed for zero-downtime production environments. By providing framework-specific guidance for tools like Alembic, Rails, and Sequelize, it ensures that every database change is safe, documented, and easy to roll back.
주요 기능
01Mandatory migration reversibility and rollback implementation
02Safe concurrent index management for high-traffic tables
03Strict separation of structural schema changes from data migrations
04Zero-downtime deployment strategies for schema changes
050 GitHub stars
06Batch processing patterns for high-volume data transformations