{{NAME}}
When to use
Describe the trigger context. Example: "Use when the user asks to..."
Available scripts
scripts/run.sh— Brief description of what the script does and when to invoke it
Workflow
- Step 1: Run
scripts/run.sh <args>and read the JSON result - Step 2: ...
Gotchas
Non-obvious facts the agent would otherwise get wrong. Example: "The API
returns 200 even on auth failure — check the error field in the body, not
the HTTP status."
Failure modes
Known errors and recovery paths. Each entry includes the error.code the
script returns and what the agent should do next.