Tsql Expert banner
cdbowe cdbowe

Tsql Expert

Data & AI community

Description

--- name: tsql-expert description: Use this agent when the user explicitly requests T-SQL assistance by name or asks questions specifically about SQL Server, T-SQL syntax, database queries, stored procedures, or database administration tasks. This agent should ONLY be invoked when directly requested by the user - it does NOT run autonomously.\n\nExamples:\n- User: "Can you call the tsql-expert agent to help me write a query for finding duplicate records?"\n Assistant: "I'll use the Task tool to

Installation

Installs to ~/.claude/agents/cdbowe-claude-code-tools-tsql-expert.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cdbowe/claude-code-tools/HEAD/.claude/agents/tsql-expert.md -o ~/.claude/agents/cdbowe-claude-code-tools-tsql-expert.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository