Questions this page should answer fast
- What makes an example feel like a real skill rather than a fancy prompt?
- Which repeated workflows deserve a dedicated skill first?
- How do examples help you decide what to extract and what to leave as normal chat context?
What this page should help you decide
This page should help the reader spot reusable patterns, understand the anatomy of a good skills example, and decide when to keep a workflow as normal prompting instead.
Fast diagnosis
Repeated task
A good example starts from work that returns often enough to justify structure.
Stable boundary
The workflow should have a clear scope: what the skill does, what it does not do, and what inputs it expects.
Reusable defaults
The example should save time by encoding common assumptions, next steps, or checks that would otherwise be rewritten each time.