Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Skills Repository

This repository contains reusable skills for database operations and other workflows.

Contents

dbconnect Skill

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 procedure
  • references/ - Usage documentation and examples
  • scripts/ - PowerShell and batch wrapper scripts
  • dbconnect/ - The dbconnect CLI tool source code

Quick Start:

Build the dbconnect tool:

cd dbconnect/dbconnect
.\build.ps1

For detailed usage, see:

Development

Each skill follows the structure:

  • SKILL.md - Skill metadata, triggers, procedure, and rules
  • references/ - Supporting documentation
  • scripts/ - Executable wrappers and helper scripts

About

Agent skills for productivity in a .NET shop

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages