Explain Sql banner
chrismccoy chrismccoy

Explain Sql

Data community

Description

--- description: Review one SQL query via guided intake - validation, clause-by-clause breakdown, business layer, scorecard, risks, plain-English summary. argument-hint: [optional SQL query, or a path to a .sql file] allowed-tools: AskUserQuestion, Read, Glob disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/sql-breakdown/SKILL.md` in full before > anything else - intake, tool calls, or output. That file is the authoritative > procedure for this command; every

Installation

Installs to ~/.claude/skills/chrismccoy-forge-explain-sql/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-explain-sql && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/explain-sql.md -o ~/.claude/skills/chrismccoy-forge-explain-sql/SKILL.md

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

Full documentation available on GitHub

View Source Repository