Expand description
Unified skill definition types.
Skills are reusable LLM instruction bundles that can be loaded from two formats:
- Legacy:
skill.jsonmetadata +prompt.mdinstructions (per the originalSkillsLoaderconvention). - SKILL.md: A single markdown file with YAML frontmatter containing metadata and the body containing LLM instructions.
The SkillDefinition struct is the unified representation regardless
of source format.
Structs§
- Skill
Definition - Unified skill definition.
Enums§
- Skill
Format - How the skill was loaded.