PostgreSQL 16+ reference for writing queries, designing schemas, managing indexes, and optimizing performance. Use when: (1) writing SQL queries (SELECT, INSERT, UPDATE, DELETE, CTEs, window functions, subqueries), (2) designing or altering table schemas (CREATE TABLE, constraints, sequences, data types), (3) choosing or creating indexes (B-tree, GIN, GiST, BRIN, partial, expression), (4) managing transactions and isolation levels (BEGIN/COMMIT, savepoints, MVCC), (5) working with JSONB data and jsonpath, (6) analyzing query performance with EXPLAIN ANALYZE, or (7) using the psql CLI.
$npx -y skills add jgamaraalv/ts-dev-kit --skill postgresqlInstalls into the current project.
Run `npx skills use "https://github.com/jgamaraalv/ts-dev-kit" --skill "jgamaraalv/ts-dev-kit/postgresql"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jgamaraalv/ts-dev-kit" that are relevant to the current task. Run `npx skills add "https://github.com/jgamaraalv/ts-dev-kit"` and select the relevant skills, then follow their instructions.