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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sql-server-tools:sql-server-toolkitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Routes SQL Server tasks to the right specialist agent.
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.
npx claudepluginhub odeciojunior/claude-play --plugin sql-server-toolsOptimizes SQL queries, designs schemas, and troubleshoots performance issues using window functions, CTEs, indexing, and EXPLAIN plan analysis. Supports PostgreSQL, MySQL, SQL Server, and Oracle.
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Covers window functions, CTEs, indexing strategies, EXPLAIN ANALYZE interpretation, and query migration across PostgreSQL, MySQL, and SQL Server.
Optimizes T-SQL queries for SQL Server and Azure SQL Database using SARGable patterns, join types, query hints, execution plans, statistics, and fixes for parameter sniffing and implicit conversions.