sql-connection-manager

Manage SQL Server connections with pooling and exponential backoff retry logic.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Wkayaobama/icalps_pipeline --skill sql-connection-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sql-connection-manager
Source: https://github.com/Wkayaobama/icalps_pipeline/tree/main/Documents/AnthonySalesOps/Codebase/IC_Load/sql-connection-manager
Command: npx skills add https://github.com/Wkayaobama/icalps_pipeline --skill sql-connection-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyodbc, and includes scripts (resource) components.

What problem does it solve?

Managing SQL Server connections, especially in data pipelines, often involves handling transient errors, optimizing performance, and ensuring secure access. This Skill provides a robust, pre-built solution for reliable and efficient database connectivity, so you can build resilient data workflows without hassle.

Core Features & Use Cases

  • Connection Pooling: Optimize performance by reusing database connections, reducing overhead and improving query execution times.
  • Retry Logic with Exponential Backoff: Automatically handle transient connection failures, improving pipeline resilience and reducing manual intervention.
  • Use Case: When building a data extraction job that frequently queries SQL Server, use this skill to establish and manage connections, ensuring stability and efficiency even under heavy load or network fluctuations.

Quick Start

Use the sql-connection-manager skill to establish a trusted connection to the 'CRMICALPS' database on 'your_server'.