概要
The PostgreSQL Table Design skill provides Claude with deep expertise in relational database architecture specifically for the PostgreSQL ecosystem. It enforces industry best practices such as 3NF normalization, precise data type selection (like TIMESTAMPTZ, BIGINT, and JSONB), and sophisticated indexing strategies including B-tree, GIN, and GiST. The skill helps developers avoid common pitfalls like silent coercions and unindexed foreign keys while providing implementation patterns for advanced features like Row-Level Security (RLS), declarative partitioning for massive datasets, and performance tuning for update-heavy workloads.