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.
pub fn parse_skill_md(text: &str, dir: &Path) -> Option<DiscoveredSkill>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.