AGENTS.md · git:20260709.012214c · 2026-07-09 · sha256 6173cf8b8fe3bc37

AGENTS.md git:20260709.012214cA

Immutable. This exact content is served forever at /api/v1/blob/6173cf8b8fe3bc37.

# AGENTS.md — mssql-performance-skills

## What this is
A library of Markdown skills for SQL Server performance tuning. No build system, no tests, no dependencies.

All skill details, check counts, prefix map, contributor workflows, and conventions — see `CLAUDE.md`.

## Verify before commit
```
bash scripts/verify-docs.sh
```
Runs documentation consistency checks. Fails block commit; warnings are advisory.
A `.claude/settings.json` PostToolUse hook auto-runs this after every Write/Edit — check output after file edits.

## Critical gotchas

**Dollar signs in SKILL.md break at runtime.** The Claude skill loader does shell variable expansion on SKILL.md content. Never write `$0.012` or `$[expr]` — use `USD 0.012`. verify-docs.sh catches this.

**references/check-explanations.md is NOT loaded at runtime by default.** Only SKILL.md is read automatically by the skill loader. All thresholds and triggers must live in SKILL.md. The reference file is on-demand context — Claude may load it when a user asks "explain check X" or for deeper fix-option detail.

**Dispatcher-style skills are exempt from check-count matching.** Skills with no own checks have references/check-explanations.md files that describe methodology, not per-check entries.

## Full contributor guide
`CLAUDE.md` — file map, conventions, all skills listed, install instructions, development constraints, and step-by-step workflows for adding checks and skills.