This repository contains reusable skills for database operations and other workflows.
A skill for database connectivity testing, schema inspection, and SQL execution using the dbconnect CLI tool.
Location: dbconnect/
Key Features:
- Test SQL Server or Oracle connectivity
- List named database connections
- Inspect database schema
- Execute SQL files including migrations
- Export query results to CSV
Structure:
SKILL.md- The skill definition and procedurereferences/- Usage documentation and examplesscripts/- PowerShell and batch wrapper scriptsdbconnect/- The dbconnect CLI tool source code
Quick Start:
Build the dbconnect tool:
cd dbconnect/dbconnect
.\build.ps1For detailed usage, see:
- dbconnect CLI README - Full CLI documentation
- dbconnect SKILL.md - Skill usage instructions
Each skill follows the structure:
- SKILL.md - Skill metadata, triggers, procedure, and rules
- references/ - Supporting documentation
- scripts/ - Executable wrappers and helper scripts