概要
The PostgreSQL Table Design skill provides Claude with a comprehensive framework for architecting robust relational databases. It enforces strict data integrity through normalization, proper constraint usage, and precise data type selection—such as preferring TIMESTAMPTZ over TIMESTAMP and IDENTITY columns over SERIAL. By incorporating advanced concepts like GIN/GiST indexing, Row-Level Security (RLS), and partitioning strategies, this skill ensures that database schemas are not only performant under heavy workloads but also scalable and easy to maintain.