parse_skill_md

Function parse_skill_md 

Source
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.