Acerca de
This skill acts as a specialized architectural guide for designing robust and performant PostgreSQL databases within AI coding workflows. It provides domain-specific knowledge to help developers implement best practices such as selecting optimal data types (e.g., BIGINT over SERIAL), enforcing normalization standards, and identifying the correct indexing strategies for complex query patterns. By codifying rules for Row-Level Security, partitioning, and safe schema evolution, it ensures that generated SQL code is production-ready, scalable, and free from common pitfalls like unindexed foreign keys or inefficient storage strategies.