Expand description
Dynamic Skill Discovery System
Implements filesystem-based skill discovery with support for:
- Traditional VT Code skills (SKILL.md files)
- CLI tool skills (executable + README.md)
- Auto-discovery of tools in standard locations
- Progressive metadata loading
Structs§
- Discovery
Config - Enhanced skill discovery configuration
- Discovery
Result - Discovery result containing both traditional skills and CLI tools
- Discovery
Stats - Discovery statistics
- Progressive
Skill Loader - Progressive skill loader that can load full skill details on demand
- Skill
Discovery - Dynamic skill discovery engine
Functions§
- tool_
config_ to_ skill_ context - Convert CLI tool configuration to SkillContext