Skip to main content

parse_skill_md

Function parse_skill_md 

Source
pub fn parse_skill_md(text: &str, dir: &Path) -> Option<DiscoveredSkill>
Expand description

Parse one SKILL.md into a Skill.

dir_name is used when frontmatter omits name — the pack’s validator requires the two to match anyway.