pub fn discover_skill_metadata_lightweight(
config: &SkillLoaderConfig,
) -> SkillLoadOutcomeExpand description
Lightweight metadata discovery that avoids parsing SKILL.md files. Returns skill stubs with only name, description, and path (no manifest parsing). This is much faster for listing available skills.