From jeremylongshore-claude-code-plugins-plus-skills
Guides connection pooling configuration for API integrations. Provides step-by-step guidance, best practices, and production-ready configs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:connection-pooling-configThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for connection pooling config tasks within the API Integration domain.
This skill provides automated assistance for connection pooling config tasks within the API Integration domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with connection pooling config" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the API Integration skill category. Tags: integration, webhooks, sdk, oauth, third-party
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skillsGuides 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.
Audits connections, calculates pool sizes, configures app-level pooling params, and deploys PgBouncer/ProxySQL for PostgreSQL/MySQL to prevent exhaustion and boost throughput.
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.