Expand description
Parse and serialize canonical SKILL.md files.
A SkillDocument is the on-disk pair of frontmatter and body. The
splitter split_frontmatter is shared with the legacy parse_skill_markdown
path in super so both readers see the same delimiter rules.
Structs§
Enums§
Functions§
- split_
frontmatter - Splits
---\n...\n---\nfrom the body. Mirrorssuper::split_skill_frontmatter— extracted here so future readers don’t drift on delimiter handling.