Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

discover

Method
This is a method of the SkillManager class in the skills module.
Discover skills in the given directories.

Signature

def discover(&mut self, dirs: &[impl AsRef<Path>]) -> Vec<SkillMetadata>

Parameters

dirs
&
required
No description available.

Returns

Returns
Vec<SkillMetadata>
The result of the operation.