概要
The Sequelize Migration Expert skill equips Claude with specialized knowledge for managing database schema evolutions using the Sequelize ORM. It offers standardized guidance on creating tables, managing complex indexes (including GIN and Concurrent), handling foreign key constraints, and performing safe data migrations on production databases. By implementing established patterns for non-blocking index creation and multi-step column modifications, this skill ensures that your database changes are reliable, reversible, and optimized for PostgreSQL performance.