discover
Method
This is a method of the SkillManager class in the skills module.Discover skills in the given directories.
Signature
Parameters
No description available.
Returns
The result of the operation.
discover: Discover skills in the given directories.
This is a method of the SkillManager class in the skills module.Discover skills in the given directories.
def discover(&mut self, dirs: &[impl AsRef<Path>]) -> Vec<SkillMetadata>