pub fn parse_skill_metadata(
name: &str,
skill_md_content: &str,
skill_toml_content: Option<&str>,
) -> Result<SkillMeta, SkillError>Expand description
Parse skill metadata from raw SKILL.md content and optional skill.toml content.
Used by both local filesystem loading and remote sources (GCS).
The name parameter is the skill directory name (used as fallback if not in metadata).