Skip to main content

Crate walrus_skill

Crate walrus_skill 

Source
Expand description

Walrus skill registry — tag-indexed skill matching and prompt enrichment.

Skills are named units of agent behavior loaded from Markdown files with YAML frontmatter. The SkillRegistry indexes skills by tags and triggers, and implements Hook to enrich agent system prompts based on skill tags.

Modules§

loader
Skill markdown loading.

Structs§

Skill
A named unit of agent behavior (agentskills.io format).
SkillHandler
Skill registry owner with hot-reload support.
SkillRegistry
A registry of loaded skills with tag and trigger indices.

Enums§

SkillTier
Priority tier for skill resolution.