About
This skill provides a comprehensive framework for managing database evolutions within Claude Code, offering standardized patterns for Sequelize, TypeORM, and Prisma. It covers critical scenarios such as schema transformations, complex data migrations, and cross-database transitions (e.g., PostgreSQL to MySQL). By implementing blue-green deployment strategies and transaction-based rollbacks, it ensures that your application remains highly available and data-consistent during architectural shifts or infrastructure upgrades.