Skip to main content

Module skills

Module skills 

Source
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§

loader
registry

Structs§

Skill
A loaded skill ready for invocation.
SkillArg
Description of a skill argument for template substitution.

Enums§

SkillSource
Where a skill was loaded from — determines override priority.