Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.
$npx -y skills add blader/claudeception --skill prisma-connection-pool-exhaustionInstalls into the current project.
Run `npx skills use "https://github.com/blader/claudeception" --skill "blader/claudeception/prisma-connection-pool-exhaustion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blader/claudeception" that are relevant to the current task. Run `npx skills add "https://github.com/blader/claudeception"` and select the relevant skills, then follow their instructions.