Agent Operator Claude Setup
Use Claude Code's native plugin manager. The procedure below is self-contained because installed plugin caches do not include repository-root documentation.
Install
Confirm
gitandclaudeare available.Add the marketplace inside Claude Code:
/plugin marketplace add gabonio/agent-operator-toolkitInstall only the requested plugins:
/plugin install agent-operator-setup@agent-operator-toolkit /plugin install builder-kit@agent-operator-toolkitRun
/reload-pluginsto activate changes without restarting Claude Code.
Direct installs use user scope by default. To choose user, project, or local scope, use /plugin, open Discover, select the plugin, and choose the scope. Do not select project scope without authorization because it updates repository configuration.
Update
Run
/plugin marketplace listand confirm the registered marketplace name.Refresh it with
/plugin marketplace update agent-operator-toolkit.Update each installed plugin that the user wants to refresh:
/plugin update agent-operator-setup@agent-operator-toolkit /plugin update builder-kit@agent-operator-toolkitRun
/reload-plugins.If an installed plugin remains unchanged, verify that its published version was bumped.
Third-party marketplace auto-updates are disabled by default. Enable them only when the user requests it through /plugin → Marketplaces → Agent Operator → Enable auto-update.
Diagnose
Inspect the Marketplaces, Installed, and Errors tabs under
/plugin.Run
/reload-pluginsafter installation, update, enable, or disable operations.From this plugin root, run the read-only doctor:
python3 scripts/doctor.py --client claudePass
--marketplace-root <path>when diagnosing a local checkout.
Do not delete ~/.claude/plugins/cache automatically. Cache removal is destructive local recovery and requires explicit user confirmation after native update and reload paths fail.
Boundaries
- Adding a marketplace does not authorize installing every plugin.
- Preserve unrelated marketplaces, scopes, settings, hooks, MCP servers, and plugins.
- Ask before project-scope installation because it changes shared repository settings.
- Ask before removing a marketplace because Claude Code also uninstalls plugins installed from it.
- Treat installed plugins as cached, self-contained packages; do not reference files outside the plugin root.