prisma-connection-pool-exhaustion

prisma-connection-pool-exhaustion is a skill for Claude Code from Wania-Kazmi/claude-code-autonomous-agent-workflow. It costs 100 tokens per session (1,160 once invoked), scanned A, original, no licence file.

A guide for fixing Prisma database connection-pool exhaustion in serverless deployments such as Vercel, AWS Lambda, and Netlify. Prisma is a tool that lets applications work with databases.

In plain words
What is it for?
Use it when seeing Prisma error P2024, PostgreSQL too-many-connections errors, or connection-pool failures in serverless applications.
Why use it?
It addresses cases where the application works locally but production runs out of database connections or times out waiting for one.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when seeing Prisma error P2024, PostgreSQL too-many-connections errors, or connection-pool failures in serverless applications.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Wania-Kazmi/claude-code-autonomous-agent-workflow --skill prisma-connection-pool-exhaustion
Clone the repo
git clone --depth 1 https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prisma-connection-pool-exhaustion

README.md
[![agentmods](https://agentmods.dev/badge/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion/github.svg)](https://agentmods.dev/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion)
Your own site
<a href="https://agentmods.dev/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion"><img src="https://agentmods.dev/badge/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prisma-connection-pool-exhaustion

Your own site · 80×15
<a href="https://agentmods.dev/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion"><img src="https://agentmods.dev/badge/skills/wania-kazmi/claude-code-autonomous-agent-workflow/prisma-connection-pool-exhaustion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,160 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.01160
Opus 5 $0.00050 $0.00580
Sonnet 5 $0.00020 $0.00232
Haiku 4.5 $0.00010 $0.00116

Measured 12d ago against content hash 5d9610dfbbf1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

prisma-connection-pool-exhaustion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/claudeception/examples/prisma-connection-pool-exhaustion/SKILL.md · 162 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 162 lines · 100 tokens per session scan A 5d9610dfbbf1

Subscribe to this mod's changes

prisma-connection-pool-exhaustion is a skill published in the GitHub repository Wania-Kazmi/claude-code-autonomous-agent-workflow (5 stars, last pushed 7mo ago), with no licence file. It adds 100 tokens to every session and 1,160 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

backend-patterns

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access.

affaan-m/ECC · 51 tokens

database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.

affaan-m/ECC · 61 tokens

postgres-patterns

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection. Based on Supabase best practices.

affaan-m/ECC · 45 tokens

swift-actor-persistence

Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

affaan-m/ECC · 29 tokens

memstack-security-rls-guardian

Use this skill when creating or altering database tables in Supabase or PostgreSQL projects. Triggers include: CREATE TABLE, ALTER TABLE, migration files, 'RLS', 'row level security', 'new table', 'database schema'. Enforces Row Level Security policies on every table to prevent unauthorized data access. Do NOT use for…

cwinvestments/memstack · 84 tokens

memstack-security-rls-checker

Use this skill when the user says 'check RLS', 'audit RLS', 'RLS policies', 'row level security', 'Supabase security audit', or needs to verify table-level access control. Audits Supabase Row Level Security policies across all tables. Do NOT use for non-Supabase projects or writing RLS policies from scratch.

cwinvestments/memstack · 80 tokens