Skip to main content

Module document

Module document 

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

SkillDocument

Enums§

DocumentParseError

Functions§

split_frontmatter
Splits ---\n...\n---\n from the body. Mirrors super::split_skill_frontmatter — extracted here so future readers don’t drift on delimiter handling.