| name | write-a-skill |
| description | Create a new skill by defining when it should trigger, what workflow it follows, and any supporting reference files it needs. Use when user wants to author a new Pi skill. |
Write a Skill
When authoring a new skill:
- define the trigger and description clearly
- write the workflow in direct imperative steps
- keep the scope narrow and reusable
- add supporting reference docs only when they materially help
- prefer durable guidance over project-specific trivia
- test the skill by checking whether a fresh agent would know when and how to use it