Expand description
SkillSource trait โ pluggable backends for skill discovery.
The baseline implementation (see crate::embedded) ships SKILL.md
files compiled into the binary. The trait is kept minimal so that
external sources (a marketplace, a Langfuse-backed registry) can be
added later without reshaping the CLI or the install lifecycle.
Traitsยง
- Skill
Source - A pluggable backend that can enumerate and load skills.