Parse YAML frontmatter from a SKILL.md file per Agent Skills spec.
parseSkillMetadata(skillMdPath: string, source: "user" | "project"): LoaderSkillMetadata | null| Name | Type | Description |
|---|---|---|
skillMdPath* | string | Path to the SKILL.md file |
source* | "user" | "project" | Source of the skill ('user' or 'project') |