SKILL.md
In plain terms
A skill is a how-to booklet for one job (“export a PDF”, “file an expense”). If you dump every booklet into the prompt, the model gets stuffed and slow. So Agentium does this:- Show a tiny index: name + one-line description.
- If the agent needs the booklet, it calls
get_skill_instructions. - Extra files (examples, scripts) are read with
get_skill_reference.
Folder layout
SKILL.md:
nameis lowercase kebab-case (pdf-export), max 64 charsdescriptionmax 1024 chars- YAML frontmatter is required for discovery
Wire it up
Agent.deep() already sets skillDirs: ["./skills"].
Tools the model gets:
Two skill systems
You can use both on one agent.