Expand description
Single-pass skill loader: lists global + per-agent skills, resolves trust level, checks drift, returns one flat Vec.
Structs§
Enums§
- Skill
RefStatus - Outcome of resolving a
profile.yamlskill ref (e.g.skills/<name>) against an agent’s home directory. - Skill
Scope
Functions§
- is_
valid_ skill_ name - Validate that a skill name contains only safe identifier characters.
- load_
all - skill_
ref_ status - Resolve a
profile.yamlskill ref to its backing manifest file and report whether it is loadable, missing, or malformed.