Skill name
One sentence on what this does and who it is for.
When to use this
Fires when the user asks to:
- concrete trigger one — the words a user actually types
- concrete trigger two
- concrete trigger three
Does NOT fire on:
- the near-miss that would be wrong — and why it is different
- another near-miss
Be specific here. This section is what stops your skill hijacking unrelated conversations once someone has thirty skills installed.
Steps
- First action. One thing per step.
- Second action.
- Third action.
- Report back with .
Rules
- Hard constraint that must never be violated.
- Another constraint.
- If something must happen every single time, do not write it here — put it
in
scripts/and call it. A rule in prose is advisory; a script is enforced.
Resources
| File | What it holds | Loaded when |
|---|---|---|
resources/example.md |
Reference data the model cannot guess | Step 2 |
Scripts
| Script | What it does |
|---|---|
scripts/example.py |
Does the deterministic part |