PostgreSQL Table Design provides guidance on schema design best practices for PostgreSQL databases, covering primary keys, normalization, data types, indexing strategies, constraints, and PostgreSQL-specific behaviors. It serves database architects and developers who need to design or review PostgreSQL schemas by helping them avoid common pitfalls like missing foreign key indexes, premature denormalization, and misunderstandings about PostgreSQL's MVCC storage model and type coercion rules. The skill solves the problem of creating maintainable, performant database schemas that follow PostgreSQL conventions and leverage its specific features effectively.
npx skills add https://github.com/wshobson/agents --skill postgresql-table-design