pub fn serialize_markdown(m: &SkillManifest) -> Result<String, ParseError>Expand description
Render a SkillManifest back to markdown frontmatter form. The body is
derived from the populated content mode: context → context body,
procedure → “## Steps” list, command → fenced block.