Dedicated PostgreSQL expert plugin covering the full scope of database management: operations, monitoring, replication and high availability, engineering, infrastructure, cloud offerings, and security/authentication across self-managed PostgreSQL and managed cloud platforms.
Managed PostgreSQL cloud platforms: Amazon RDS for PostgreSQL, Aurora PostgreSQL, Google Cloud SQL, AlloyDB, Azure Database for PostgreSQL Flexible Server, Supabase, Neon, migrations, cloud limits, backups, monitoring, HA, read replicas, and parameter groups.
PostgreSQL SQL engineering and performance: EXPLAIN plans, indexing, statistics, joins, partitioning, schema design, constraints, JSONB, full text, GIN/GiST/BRIN/B-tree indexes, pgvector, extensions, and query tuning.
PostgreSQL replication and high availability: streaming replication, physical standbys, logical replication, publications, subscriptions, replication slots, WAL shipping, failover, Patroni, repmgr, pg_auto_failover, synchronous commit, and disaster recovery.
PostgreSQL infrastructure and instance configuration: memory, shared_buffers, work_mem, WAL, checkpoints, storage, Linux, containers, Kubernetes, connection pooling, pgbouncer, networking, extensions, configuration files, and server sizing.
PostgreSQL performance monitoring and diagnostics: wait events, pg_stat_activity, pg_stat_database, pg_stat_statements, blocking and deadlock analysis, log analysis, baselining, and health checks. Use for slow queries, high CPU, high I/O, lock waits, deadlocks, replication symptoms, query history, and general PostgreSQL troubleshooting.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Postgres is a Codex plugin and skill collection for PostgreSQL database work. It mirrors the structure of the sqlserver plugin, with a top-level routing skill and focused domain skills for production administration.
In Claude Code, register the marketplace first:
/plugin marketplace add chrishuffman5/postgres
Then install the plugin from that marketplace:
/plugin install postgres@chrishuffman5
git clone https://github.com/chrishuffman5/postgres.git .claude/plugins/postgres/
Claude Code discovers the plugin through .claude-plugin/plugin.json.
Codex discovers skills from SKILL.md files under ~/.codex/skills/. Install this repository, then copy the skill folders into Codex's skills directory:
git clone https://github.com/chrishuffman5/postgres.git ~/.codex/skills/postgres-plugin/
cp -R ~/.codex/skills/postgres-plugin/skills/* ~/.codex/skills/
On Windows PowerShell:
git clone https://github.com/chrishuffman5/postgres.git $env:USERPROFILE\.codex\skills\postgres-plugin
Copy-Item -Recurse -Force $env:USERPROFILE\.codex\skills\postgres-plugin\skills\* $env:USERPROFILE\.codex\skills\
Restart Codex after installing so the new skills are loaded.
Start a new session and ask for something that should trigger the PostgreSQL router or a domain skill:
Our PostgreSQL 16 database is slow and has lock waits. Diagnose it.
Review this Postgres configuration for memory, WAL, and autovacuum issues.
Plan a migration from SQL Server to PostgreSQL 17.
Audit PostgreSQL roles, RLS, SSL, and broad grants.
postgres - top-level router for PostgreSQL questions and cross-domain work.postgres-operations - backups, restores, maintenance, vacuum, bloat, capacity, and jobs.postgres-monitoring - wait events, pg_stat_* views, blocking, Query Store-style extensions, and performance triage.postgres-ha-replication - streaming replication, logical replication, failover, slots, WAL shipping, and DR.postgres-engineering - SQL, indexing, query plans, statistics, partitioning, schema design, and extensions.postgres-infrastructure - instance settings, memory, WAL, storage, Linux, containers, and networking.postgres-cloud - RDS/Aurora, Cloud SQL, Azure Database for PostgreSQL, Supabase, Neon, and migrations.postgres-security - authentication, authorization, SSL/TLS, RLS, auditing, encryption, and hardening.The SQL scripts are read-only diagnostics unless a filename or comments explicitly say otherwise.
The top-level postgres router includes imported material from the domain-expert PostgreSQL section:
pg_stat_* usageThe router also includes discovery scripts under skills/postgres/scripts/ for catalog, settings, extensions, statistics, runtime, maintenance, and replication inventory.
npx claudepluginhub chrishuffman5/postgres --plugin postgresExpert knowledge across 18 IT domains (186+ technologies) with task-oriented subagents for architecture consulting, troubleshooting, migration planning, IaC generation, data governance, and security hardening.
AWS CLI v2 command reference for 190 AWS services — per-service sub-skills with complete flags, types, defaults, and JSON output schemas, behind a lean router that loads only the service you need.
A single pm skill for working a Rally-style PM tree (Epic → Feature → User Story → Task) in three modes: `/pm` executes a tree with a team of PM/Worker agents, `/pm init` scaffolds one, and `/pm plan` refines it — git-worktree-per-story parallelism, per-story model assignment, timestamped status logs, and a generated HTML tracker.
Command-reference skills for Google's CLIs: gcloud (120+ GCP services, 5,090 GA commands), the Python Agent Development Kit CLI (adk), the TypeScript ADK dev tools (@google/adk-devtools), and the ADK developer web UI.
Dedicated Microsoft SQL Server expert plugin covering the full scope of database management — operations, monitoring, HA/clustering, availability groups, mirroring endpoints, engineering, infrastructure, cloud offerings, security/authentication, and an offline DuckDB-powered analysis & recommendations advisor — across versions 2016-2025 and the Azure SQL / AWS RDS / Google Cloud SQL families.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.