agents
Installation
SKILL.md
Agents
Command-driven skill for building, diagnosing, and running agent systems (Cursor/Codex/Claude agents, Task/subagent trees, Trigger/durable workflows, custom orchestrators). Parse the first token as a command when it matches the table; otherwise map clear intent.
Commands
| Command | What it does |
|---|---|
slap |
Emergency: stop stupid agent behavior and safely drain a dumb/runaway workflow |
analyze |
Read-only autopsy of agent config, prompts, tools, traces, failure modes |
optimize |
Improve latency, cost, reliability, tool use, and loop quality — with a measured plan |
design |
Design an agent (roles, tools, memory, handoffs, evals) before coding |
sub / sub-agents |
Execute work via subagents (parallel/sequential Task agents) with a clear parent brief |
help / library |
List commands |
Aliases: subagents → sub; drain / stop / kill-loop → prefer slap when the situation is emergency thrash.
Target: path to agent config / skill / workflow, run ID, PR/issue, or free-text symptom (“it keeps rewriting the same file”).