pub fn parse_python_skill(path: &Path) -> Option<SkillMetadata>Expand description
Parse metadata from a .py skill file.
Metadata is encoded as leading # key: value comment lines:
# name: process_data
# description: Processes structured data and returns a summary
# when_to_use: data processing, analysis, summarization