Module skills

Module skills 

Source
Expand description

Skills configuration

Configuration for VT Code skills system, including rendering modes and discovery settings.

§Current Implementation Note

As of v0.50.7, VT Code implements skills as callable tools (via Tool trait), not as prompt text in the system prompt. Skills are loaded on-demand via /skills load <name> commands and registered in the tool registry.

The prompt_format and render_mode configs are currently unused but available for future features such as:

  • Optional skills summary in system prompt (opt-in via config flag)
  • Rich formatting for /skills list command output
  • Documentation generation

Per Agent Skills specification: Skills are loaded on-demand, not auto-loaded.

Structs§

SkillsConfig
Skills system configuration

Enums§

PromptFormat
Prompt format for skills section (Agent Skills spec)
SkillsRenderMode
Skills rendering mode