Expand description
In-memory catalogue of skill summaries — supports filtering by category, fuzzy name search, and simple counting.
A Catalog is the normalised output of crate::source::SkillSource::list;
the CLI builds one at every invocation so that downstream commands
never have to re-ask the source about what is installable.
Structs§
- Catalog
- Sorted, filterable view over a set of skill summaries.
Functions§
- canonical_
skill_ name - Fold the legacy
devboy-prefix when callers still use it.