About
The PostgreSQL Table Design skill provides Claude with deep domain expertise in designing robust PostgreSQL schemas. It enforces industry best practices such as 3NF normalization, appropriate data type selection (preferring TIMESTAMPTZ and BIGINT Identity columns), and strategic indexing to avoid common pitfalls like unindexed foreign keys or silent coercions. Whether you are building a high-concurrency event log, a multi-tenant SaaS application using Row-Level Security, or a complex analytical system with partitioning and JSONB, this skill ensures your database layer is performant, maintainable, and idiomatic.