The PostgreSQL SQL dialect and data types that set Postgres apart from generic SQL. Use when writing or debugging Postgres-specific SQL — upsert (INSERT ... ON CONFLICT DO UPDATE/NOTHING), RETURNING (incl. OLD/NEW), MERGE, CTEs (WITH/MATERIALIZED/recursive/data-modifying), window frames, GROUPING SETS/CUBE/ROLLUP, DISTINCT ON, LATERAL, FILTER, generated & identity columns, declarative partitioning, jsonb operators + jsonpath + SQL/JSON (JSON_TABLE/IS JSON), arrays, ranges & multiranges, composite/enum/domain types, and functions like uuidv7()/gen_random_uuid()/ANY_VALUE(). Triggers on ON CONFLICT, MERGE, jsonb, @>/->>, GENERATED ... AS IDENTITY, PARTITION BY. Disambiguation — this is the SQL dialect & types; for the psql client use psql, for tuning/EXPLAIN/indexes use postgres-performance, for config/auth/backup use postgres-admin, for contrib use postgres-extensions. Features carry inline (pgNN+) tags; unlisted = long-standing (bedrock since 9.x).
$npx -y skills add dashed/claude-marketplace --skill postgres-sqlInstalls into the current project.
Run `npx skills use "https://github.com/dashed/claude-marketplace" --skill "dashed/claude-marketplace/postgres-sql"` 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/dashed/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/dashed/claude-marketplace"` and select the relevant skills, then follow their instructions.