From sql-server-tools
Routes SQL Server tasks to specialized agents. Use when working with SQL Server databases, T-SQL queries, database performance, schema exploration, or SQL code review. Automatically selects the best agent for the task.
npx claudepluginhub odeciojunior/claude-play --plugin sql-server-toolsThis skill uses the workspace's default tool permissions.
Routes SQL Server tasks to the right specialist agent.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Routes SQL Server tasks to the right specialist agent.
| Task Type | Agent | What It Does |
|---|---|---|
| Performance issues, health checks, wait stats, CPU/memory/I/O analysis, blocking, deadlocks | sql-performance-monitor | Deep diagnostics using Waits & Queues methodology |
| Schema exploration, table structure, relationships, dependencies, documentation | sql-schema-discovery | Metadata-first schema analysis via catalog views |
| Query optimization, execution plans, index strategy, query rewrites | sql-performance-tuner | Execution plan analysis and optimization recommendations |
| Write queries, stored procedures, CTEs, window functions, T-SQL development | tsql-specialist | Expert T-SQL development with best practices |
| Review SQL code, anti-patterns, security, regression analysis | sql-code-reviewer | 5-phase SQL-focused code review |
Ask Claude to delegate to the appropriate agent:
Or just describe your task — Claude will select the right agent based on context.
For full database interaction, configure an MCP server for SQL Server connectivity:
claude mcp add --transport stdio sql-server -- <your-mcp-server-command>
Without an MCP server, agents analyze SQL files and provide recommendations without live database access.