* Parses YAML front matter from markdown content. * Expects format: * --- * name: Skill Name * description: Skill description * --- * * @param {string} content - The markdown file content * @returns {{ name?: string, description?: string }}
(content)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected