关于
The Database Schema Designer skill equips AI coding agents with the expertise to architect robust, scalable, and maintainable data models. It guides the development process through four critical phases: analysis of access patterns, structured design following normalization rules (1NF-3NF), performance optimization via strategic indexing, and the generation of reversible migration scripts. By enforcing best practices like foreign key constraints, proper data typing, and anti-pattern avoidance, this skill ensures data integrity and high query performance for both relational and non-relational database systems.