pub fn resolve(root: &Path, name: &str) -> Option<ResolvedSkill>Expand description
Resolve a skill by name: org-local file first, then the bundled copy.
None if neither has it.
pub fn resolve(root: &Path, name: &str) -> Option<ResolvedSkill>Resolve a skill by name: org-local file first, then the bundled copy.
None if neither has it.