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).
- Skill
Handler - Skill registry owner with hot-reload support.
- Skill
Registry - A registry of loaded skills with tag and trigger indices.
Enums§
- Skill
Tier - Priority tier for skill resolution.