Skills
Skills are reusable playbooks. Save how you like work done, then call it again later.
How skills work
- Skills use the open Agent Skills format (
SKILL.md) - Only the name and short description go into the prompt at first
- Full instructions load when the skill is used (progressive disclosure)
- Invoke with a slash command in the composer (for example
/skill-name)
Where skills live
| Scope | Typical location |
|---|---|
| Global | under your Shatun home skills/ folder |
| Project | .shatun/skills/ in the workspace |
| Interop | compatible folders such as .agents/skills/ or .claude/skills/ |
Project skills can override global ones with the same name when a workspace is open.
Tips
- Keep each skill focused on one job
- List discovered skills from the app (for example
/skillswhen available)