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ยง
- Agents
Handler - Handler for plugin agents.
- Commands
Handler - Handler for plugin commands (slash commands)
- Hooks
Handler - Handler for plugin hooks
- LspServers
Handler - Handler for plugin LSP servers
- McpServers
Handler - Handler for plugin MCP servers
- Plugin
Components - Structure containing all plugin components
- Plugin
Components Handler - A comprehensive handler that processes all plugin components
- Skills
Handler - Handler for plugin skills