About
This skill empowers Claude to manage complex database schema and data migrations across popular Node.js ORMs like Sequelize, TypeORM, and Prisma. It provides standardized patterns for implementing blue-green deployments, renaming columns without downtime, and performing complex data transformations while ensuring data integrity through transaction-based rollbacks and checkpoint strategies. It is particularly useful for developers refactoring legacy data models or migrating between different database technologies without interrupting service availability.