Sypha CLI
Skills
Inject reusable domain expertise into your agents with SKILL.md instruction packs.
Skills are reusable SKILL.md instruction packs that give your agents domain expertise on demand. Sypha ships built-in skills, and you can add your own.
Where skills live
Adding a skill
Create the folder and a
SKILL.md file.Put the name and description in the front-matter, and the instructions in the body.
Run
/reload-skills — no restart needed.---
name: pdf-forms
description: Fill and validate PDF form fields.
---
When asked to work with PDF forms, use the pdftk conventions below…Skills are hot-reloaded — run
/reload-skills and the new skill is available immediately.