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 listcommand output - Documentation generation
Per Agent Skills specification: Skills are loaded on-demand, not auto-loaded.
Structs§
- Skills
Config - Skills system configuration
Enums§
- Prompt
Format - Prompt format for skills section (Agent Skills spec)
- Skills
Render Mode - Skills rendering mode