Expand description
SKILL.md loader, skill registry, and prompt formatter.
Re-exports§
pub use error::SkillError;pub use matcher::IntentClassification;pub use matcher::ScoredMatch;pub use trust::SkillSource;pub use trust::SkillTrust;pub use trust::compute_skill_hash;
Modules§
- bm25
- In-memory BM25 index over skill descriptions with Reciprocal Rank Fusion.
- erl
- ERL: experiential reflective learning — heuristic extraction and injection at skill match time.
- error
- evolution
- Self-learning skill evolution types and prompt templates.
- loader
- manager
- matcher
- prompt
- qdrant_
matcher - registry
- resource
- scanner
- Advisory content scanner for skill bodies.
- stem
- STEM: automatic detection of recurring tool-use patterns and conversion to SKILL.md candidates.
- trust
- Skill trust levels and source tracking.
- trust_
score - Bayesian posterior weight computation for skill ranking.
- watcher
Enums§
- Trust
Level - Trust tier controlling what a skill is allowed to do.