Agent skill
optimizing-database-connection-pooling
This skill optimizes database connection pooling for enhanced performance and resource management. It is activated when the user requests assistance with connection pooling, database performance tuning, or connection lifecycle management. Use this skill to implement and configure connection pools in various programming languages, identify optimal pool settings, and troubleshoot common connection-related issues. The skill is triggered by phrases like "connection pooling," "optimize database connections," or "improve database performance with connection pool."
Install this agent skill to your Project
npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/backups/skills-migration-20251108-070147/plugins/database/database-connection-pooler/skills/database-connection-pooler
SKILL.md
Overview
This skill enables Claude to generate and configure database connection pools, ensuring optimal performance and resource utilization. It provides guidance on selecting appropriate pool settings, managing connection lifecycles, and monitoring pool performance.
How It Works
- Identify Requirements: Analyzes the user's request to determine the target database, programming language, and performance goals.
- Generate Configuration: Creates a connection pool configuration tailored to the specified environment, including settings for minimum and maximum pool size, connection timeout, and other relevant parameters.
- Implement Monitoring: Sets up monitoring for key pool metrics, such as connection usage, wait times, and error rates.
When to Use This Skill
This skill activates when you need to:
- Implement connection pooling for a database application.
- Optimize existing connection pool configurations.
- Troubleshoot connection-related performance issues.
Examples
Example 1: Implementing Connection Pooling in Python
User request: "Implement connection pooling in Python for a PostgreSQL database to improve performance."
The skill will:
- Generate a Python code snippet using a connection pool library like
psycopg2orSQLAlchemy. - Configure the connection pool with optimal settings for the PostgreSQL database, such as maximum pool size and connection timeout.
Example 2: Optimizing Connection Pool Configuration in Java
User request: "Optimize the connection pool configuration in my Java application using HikariCP to reduce connection wait times."
The skill will:
- Analyze the existing HikariCP configuration.
- Suggest adjustments to parameters like minimum idle connections, maximum pool size, and connection timeout to minimize wait times.
Best Practices
- Connection Timeout: Set a reasonable connection timeout to prevent indefinite waiting.
- Pool Size: Adjust the pool size based on the application's workload and database server capacity.
- Connection Testing: Implement connection validation to ensure connections are still valid before use.
Integration
This skill can integrate with other Claude Code plugins for database management, code generation, and performance monitoring to provide a comprehensive solution for database optimization.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
dockerfile-generator
Dockerfile Generator - Auto-activating skill for DevOps Basics. Triggers on: dockerfile generator, dockerfile generator Part of the DevOps Basics skill category.
branch-naming-helper
Branch Naming Helper - Auto-activating skill for DevOps Basics. Triggers on: branch naming helper, branch naming helper Part of the DevOps Basics skill category.
readme-generator
Readme Generator - Auto-activating skill for DevOps Basics. Triggers on: readme generator, readme generator Part of the DevOps Basics skill category.
makefile-generator
Makefile Generator - Auto-activating skill for DevOps Basics. Triggers on: makefile generator, makefile generator Part of the DevOps Basics skill category.
gitignore-generator
Gitignore Generator - Auto-activating skill for DevOps Basics. Triggers on: gitignore generator, gitignore generator Part of the DevOps Basics skill category.
pre-commit-hook-setup
Pre Commit Hook Setup - Auto-activating skill for DevOps Basics. Triggers on: pre commit hook setup, pre commit hook setup Part of the DevOps Basics skill category.
Didn't find tool you were looking for?