An instruction package that an agent can load on demand via the load_skill tool.
Skills are declared in prompt frontmatter (as file paths) or passed inline
to agent(). The LLM sees skill names and descriptions in {{ _system_skills }}
and calls load_skill to retrieve full instructions when needed.
An instruction package that an agent can load on demand via the load_skill tool.
Skills are declared in prompt frontmatter (as file paths) or passed inline to agent(). The LLM sees skill names and descriptions in
{{ _system_skills }}and callsload_skillto retrieve full instructions when needed.