Skip to main content

Module skills

Module skills 

Source

Structs§

ScopedSkillConfig
Durable enabled-state override for one skill scope.
Skill
SkillCandidate
A scored candidate is not itself an activation decision.
SkillConstraints
SkillExecutionConfig
Per-skill LLM execution configuration.
SkillManifest
Represents the YAML frontmatter of a SKILL.md file
SkillMatch
SkillMatchResult
SkillModelRouting
Per-phase model-class routing hints, parsed from a SKILL.md’s model_routing frontmatter block (see e.g. liter-llm-bridge’s SKILL.md). phases maps a phase name to a coarse model-class string ("small", "medium", "large", "frontier", by convention in the skill pack) — this is preserved data, not yet a resolved model selection; see crate::llm::router::route_requirements_for_model_class for the (intentionally approximate, documented-as-provisional) conversion into a crate::llm::router::RouteRequirements.
SkillTriggers

Enums§

SkillKind
Execution model of a Skill. Determines which runtime is used to invoke it.
SkillOrigin
Provenance flag — system-shipped skills are immutable; user-defined ones can be edited/deleted.
SkillScope
Scope at which a skill enabled-state override applies.

Type Aliases§

SkillId