Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub abiswas97/bonboncinnabon --plugin postgresHow 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:
Troubleshoots 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.
Tunes max_connections, calculates per-connection memory overhead, and rightsizes PostgreSQL connections for on-premise and serverless deployments.
Share bugs, ideas, or general feedback.
Workflow: