PostgreSQL server administration & operations — DBA work on a running cluster. Use when configuring a server (postgresql.conf, ALTER SYSTEM, reload vs restart, GUCs), managing roles & privileges (CREATE ROLE, GRANT/REVOKE, DEFAULT PRIVILEGES, predefined roles, membership), authentication (pg_hba.conf, scram-sha-256, peer/cert/ldap), backups & restore (pg_dump/pg_dumpall/pg_restore, pg_basebackup, incremental backups, PITR), replication & HA (streaming, logical publications/subscriptions, replication slots, failover, synchronous commit), pg_upgrade, or monitoring (pg_stat_activity, pg_stat_io, pg_stat_progress_*, log settings, checkpoints, connections). Server-side ops — for the psql client use psql, for SQL & query syntax postgres-sql, for query tuning & autovacuum mechanics postgres-performance, for contrib modules postgres-extensions. Features added in a release are tagged inline like (pg16+); untagged items are bedrock (PostgreSQL 9.x or earlier). Verify with SHOW server_version.
$npx -y skills add dashed/claude-marketplace --skill postgres-adminInstalls into the current project.
Run `npx skills use "https://github.com/dashed/claude-marketplace" --skill "dashed/claude-marketplace/postgres-admin"` 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.