Structs§
- Composite
Skill Registry - Discovery
Result - Result of a discovery scan: found skills and any warnings.
- Embedded
Skill - An in-memory skill built from static content.
- Embedded
Skill Data - Static data for an embedded skill, designed for
include_str!. - FsSkill
- A filesystem-backed skill.
- FsSkill
Registry Manager - InMemory
Skill Registry - Load
Skill Resource Tool - Loaded
Asset - Loaded
Reference - Script
Result - Skill
Activate Tool - Skill
Discovery Plugin - Injects a skills catalog into the LLM context so the model can discover and activate skills.
- Skill
Meta - Skill
Script Tool - Skill
State - Persisted skill state — only the CRDT active set.
- Skill
Subsystem - High-level facade for wiring skills into an agent.
- Skill
Warning
Enums§
- Skill
Error - Skill
Materialize Error - Skill
Registry Error - Skill
Registry Manager Error - Skill
Resource - Skill
Resource Kind - Skill
State Action - Action type for
SkillStatereducer. - Skill
Subsystem Error - Errors returned when wiring the skills subsystem into an agent.
Constants§
- SKILLS_
BUNDLE_ ID - SKILLS_
DISCOVERY_ PLUGIN_ ID - SKILLS_
PLUGIN_ ID - SKILL_
ACTIVATE_ TOOL_ ID - SKILL_
LOAD_ RESOURCE_ TOOL_ ID - SKILL_
SCRIPT_ TOOL_ ID
Traits§
- Skill
- A single skill with its own IO capabilities.
- Skill
Registry
Functions§
- collect_
skills - Collect skills into a map, failing on duplicate IDs.
- material_
key - Build a stable map key for skill materials.