pub fn parse_skill_md(content: &str) -> Result<AgentSkill, SkillParseError>Expand description
Parse a SKILL.md string into an AgentSkill.
Expected format:
---
name: skill-name
description: What this skill does
---
Markdown instructions here.pub fn parse_skill_md(content: &str) -> Result<AgentSkill, SkillParseError>Parse a SKILL.md string into an AgentSkill.
Expected format:
---
name: skill-name
description: What this skill does
---
Markdown instructions here.