| name | my-skill |
| description | One sentence on what this command does and when to invoke it. Usage /my-skill "<arg>" |
/my-skill ""
One line on the workflow this skill runs end to end.
Steps
- Retrieve / prepare — what to do; which tool or sub-agent to use.
python -m tools.something "<arg>"
- Act — produce the draft result, citing sources for every figure.
- Gate / check — the condition that decides success vs. retry (e.g. a score threshold);
loop at most N times.
- Save — where the result goes, e.g.
reports/<slug>.md.
Try these
/my-skill "a normal example"
/my-skill "an example that should fail gracefully"