From postgres
Debug database connection issues including too many connections, idle transactions, lock contention, and connection pool exhaustion. Use when the database is unresponsive, connections are refused, or queries are stuck waiting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/postgres:connection-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Workflow:
Workflow:
npx claudepluginhub abiswas97/bonboncinnabon --plugin postgresTroubleshoots database performance across PostgreSQL, MySQL, MongoDB, Redis using pg_stat_statements, EXPLAIN ANALYZE, Performance Schema, SLOWLOG, and benchmarks like pgbench, sysbench. For slow queries, locks, deadlocks, I/O, memory issues.
Audits connections, calculates pool sizes, configures app-level pooling params, and deploys PgBouncer/ProxySQL for PostgreSQL/MySQL to prevent exhaustion and boost throughput.
Provides deep PostgreSQL operational guidance for MVCC, autovacuum, WAL/checkpoints, replication, PgBouncer, deadlock diagnosis, and pg_stat_statements triage. Loads when tuning or diagnosing incidents, not for query writing.