概要
The Sequelize Model Expert skill provides Claude with specialized knowledge for architecting robust database schemas using the Sequelize ORM. It focuses on PostgreSQL-specific optimizations, including precise data type mappings (like JSONB and BIGINT), complex association patterns, and advanced model features such as scopes, hooks, and custom validations. This skill is essential for developers looking to build scalable Node.js backends with clean, maintainable, and performant data layers while avoiding common pitfalls like N+1 query issues and insecure transaction handling.