pub fn all() -> Result<Vec<Skill>, RkError>Expand description
Every embedded skill, sorted by name.
ยงErrors
Returns RkError::Other when a skill directory carries no readable
UTF-8 SKILL.md. That is a defect in the payload this binary was built
from, not something a caller can correct.