概要
The PostgreSQL Table Design skill provides Claude with comprehensive expertise to design, refactor, and optimize relational database schemas. It enforces rigorous standards such as 3NF normalization, the use of identity columns over serial types, and the selection of precise data types like TIMESTAMPTZ and NUMERIC. By incorporating advanced patterns for partitioning, GIN/GiST indexing, and Row-Level Security, this skill ensures that database architectures are not only performant and scalable but also maintainable and secure against common 'gotchas' like silent coercions and unindexed foreign keys.