Skip to main content

Module skill

Module skill 

Source
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§

SkillEntry
A discovered skill with parsed frontmatter and content.
SkillFrontmatter
Parsed YAML frontmatter from a skill file.

Enums§

SkillSource
Where a skill was loaded from.

Functions§

parse_frontmatter
Parse YAML frontmatter from a markdown document.