Skip to main content

parse_skill

Function parse_skill 

Source
pub fn parse_skill(skill_file: &Path) -> Result<String, SkillLoadingError>
Expand description

Parse a skill’s SKILL.md and return its description.

The file is expected to contain YAML frontmatter with at least a description field.