From database-engineering
Pool sizing, connection lifetime, health checks, and resource exhaustion prevention.
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-engineering:connection-pool-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Managing database connections efficiently to maximize throughput and prevent resource exhaustion.
Managing database connections efficiently to maximize throughput and prevent resource exhaustion.
You are configuring connection pools. Size appropriately; monitor usage.
npx claudepluginhub sethdford/claude-skills --plugin engineer-database-engineeringAudits connections, calculates pool sizes, configures app-level pooling params, and deploys PgBouncer/ProxySQL for PostgreSQL/MySQL to prevent exhaustion and boost throughput.
Guides configuration of database connection pools including sizing formulas, PgBouncer transaction-mode pooling, and diagnostics. Useful when connections are exhausted or latency spikes from new connections.
Configures connection pools like PgBouncer, pgcat, ProxySQL for PostgreSQL/MySQL, app-level pools (Prisma, SQLAlchemy, HikariCP), serverless proxies (RDS Proxy, Neon). Optimizes sizing, detects leaks.