pub fn parse_skill_file(path: &Path) -> Result<Skill, SkillLoadError>Expand description
Parse a single skill SKILL.md file into a Skill.
Expected format:
---
name: my-skill
description: ...
---
# Markdown body...pub fn parse_skill_file(path: &Path) -> Result<Skill, SkillLoadError>Parse a single skill SKILL.md file into a Skill.
Expected format:
---
name: my-skill
description: ...
---
# Markdown body...