Skip to main content

Module discovery

Module discovery 

Source
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§

DiscoveryConfig
Enhanced skill discovery configuration
DiscoveryResult
Discovery result containing both traditional skills and CLI tools
DiscoveryStats
Discovery statistics
ProgressiveSkillLoader
Progressive skill loader that can load full skill details on demand
SkillDiscovery
Dynamic skill discovery engine

Functions§

tool_config_to_skill_context
Convert CLI tool configuration to SkillContext