About
This skill provides Claude with expert-level guidance for architecting PostgreSQL databases that are both performant and maintainable. It covers deep technical aspects of schema design, including optimal data type selection, 3NF normalization, and advanced indexing techniques like GIN and GiST. By following these patterns, developers can avoid common PostgreSQL pitfalls—such as silent coercions or unindexed foreign keys—while leveraging modern features like Row-Level Security (RLS), declarative partitioning, and efficient JSONB storage. It is particularly useful for developers building scalable backends, time-series applications, or complex relational systems that require strict data integrity.