Local Agent Skills
The project-local skills live under .agents/skills/.
| Skill | Path | Use |
|---|---|---|
| Pilcrow | .agents/skills/pilcrow | Review, polish, clarify, verify, and tighten prose. |
| Dialectic | .agents/skills/dialectic | Stress-test high-stakes tradeoffs through structured contradiction and synthesis. |
| Diataxis | .agents/skills/diataxis | Classify, write, and review docs as tutorials, how-to guides, reference, or explanation. |
| D2 Diagramming | .agents/skills/d2-diagramming | Create, validate, render, and maintain diagrams as code. |
| Executor Research | .agents/skills/executor-research | Use Executor, Exa, Perplexity, Firecrawl, Parallel Search, Nia, Markit, Webpull, and GitHub search for discovery work. |
Skill maintenance rules
Section titled “Skill maintenance rules”- Keep
SKILL.mdconcise. - Put detailed tool notes in
references/. - Prefer scripts for fragile or repeated operations.
- Do not add auxiliary documentation files inside a skill unless they are directly loaded by the skill.
- When a skill wraps a live service, validate availability in the current session before relying on it.