pub fn parse_legacy_markdown(input: &str) -> Result<SkillManifest, ParseError>Expand description
Parse a legacy skill file — pre-M0 markdown with minimal frontmatter
(just name + description). Fills in defaults so the file can be
loaded by the new pipeline without rewriting it.