Analyze a SQL Server execution plan (.sqlplan / showplan XML) and explain what is actually slow and why. Use whenever a user shares a query plan, asks why a query is slow, asks what an operator means, asks whether an index would help, or asks you to interpret estimated vs actual rows, spills, memory grants, or parallelism. Prevents the standard wrong conclusions - reading cost percentages as measurements, calling scans bad, or pasting missing-index DDL verbatim.
$npx -y skills add erikdarlingdata/claude-plugins --skill query-plan-analysisInstalls into the current project.
Run `npx skills use "https://github.com/erikdarlingdata/claude-plugins" --skill "erikdarlingdata/claude-plugins/query-plan-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/erikdarlingdata/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/erikdarlingdata/claude-plugins"` and select the relevant skills, then follow their instructions.