plugins marketplace
← All plugins

database-connection-pooler

v1.23.0

Implement and optimize database connection pooling for improved performance and resource management

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/database-connection-pooler/ inside the repository.

Layout

plugins/database/database-connection-pooler/
├── .claude-plugin/plugin.json
└── skills/optimizing-database-connection-pooling/SKILL.md

Skills1

optimizing-database-connection-poolingskills/optimizing-database-connection-pooling/SKILL.md

Process use when you need to work with connection management. This skill provides connection pooling and management with comprehensive guidance and automation. Trigger with phrases like "manage connections", "configure pooling", or "optimize connection usage".

Manifests1

plugins/database/database-connection-pooler/.claude-plugin/plugin.json
{
  "name": "database-connection-pooler",
  "version": "1.23.0",
  "description": "Implement and optimize database connection pooling for improved performance and resource management",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "connection-pool",
    "database",
    "performance",
    "backend",
    "optimization",
    "agent-skills"
  ]
}