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.
pub fn parse_skill(skill_file: &Path) -> Result<String, SkillLoadingError>Parse a skill’s SKILL.md and return its description.
The file is expected to contain YAML frontmatter with at least a
description field.