Expand description
Skills system — user-defined slash-commands loaded from markdown files.
Skills are Markdown files with YAML frontmatter. They are loaded from directories in priority order and injected into the system prompt.
Re-exports§
pub use loader::SkillLoader;pub use registry::SkillRegistry;
Modules§
Structs§
- Skill
- A loaded skill ready for invocation.
- Skill
Arg - Description of a skill argument for template substitution.
Enums§
- Skill
Source - Where a skill was loaded from — determines override priority.