关于
This skill equips Claude with specialized knowledge for architecting robust PostgreSQL database schemas. It provides comprehensive guidance on selecting optimal data types, implementing 3NF normalization, and configuring advanced indexing strategies like GIN and GiST. By enforcing modern PostgreSQL conventions—such as identity columns over serial types and TIMESTAMPTZ for global consistency—this skill helps developers avoid common pitfalls while optimizing for specific workloads like high-concurrency inserts, update-heavy tables, or complex time-series data.