Skip to main content

parse_skill_file

Function parse_skill_file 

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