Skip to main content

Module components

Module components 

Source
Expand description

Plugin component handlers for VT Code

This module handles the different types of components that plugins can provide:

  • Commands (slash commands)
  • Agents (specialized profiles)
  • Skills (model-invoked capabilities)
  • Hooks (event handlers)
  • MCP servers (Model Context Protocol)

Structsยง

AgentsHandler
Handler for plugin agents.
CommandsHandler
Handler for plugin commands (slash commands)
HooksHandler
Handler for plugin hooks
LspServersHandler
Handler for plugin LSP servers
McpServersHandler
Handler for plugin MCP servers
PluginComponents
Structure containing all plugin components
PluginComponentsHandler
A comprehensive handler that processes all plugin components
SkillsHandler
Handler for plugin skills