Expand description
Skill data types and frontmatter parser.
Skills are markdown documents with YAML frontmatter that provide knowledge and tool instructions to agents during orchestration loops.
Structs§
- Skill
Entry - A discovered skill with parsed frontmatter and content.
- Skill
Frontmatter - Parsed YAML frontmatter from a skill file.
Enums§
- Skill
Source - Where a skill was loaded from.
Functions§
- parse_
frontmatter - Parse YAML frontmatter from a markdown document.