Expand description
Plugin system.
Plugins bundle skills, commands, and configuration together as installable packages. A plugin is a directory containing:
plugin.tomlโ metadata and configurationskills/โ skill files to registerhooks/โ hook definitions
Plugins are loaded from ~/.config/agent-code/plugins/ and
project-level .agent/plugins/.
Structsยง
- Plugin
- A loaded plugin with its manifest and path.
- Plugin
Hook - A hook defined by a plugin.
- Plugin
Manifest - Plugin metadata from plugin.toml.
- Plugin
Registry - Registry of loaded plugins.