All plugins
AI config sync (tool)
AI config sync for VibeControls
Cross-harness AI configuration management via Bridle — sync prompts + settings.
$
vibe plugin install @vibecontrols/vibe-plugin-agent-aiconfig
About this plugin
Cross-harness AI configuration management via Bridle — sync prompts + settings.
Install
vibe plugin install @vibecontrols/vibe-plugin-agent-aiconfig
Or install the npm package directly into an existing project that hosts the VibeControls agent:
bun add @vibecontrols/vibe-plugin-agent-aiconfig
# or
npm install @vibecontrols/vibe-plugin-agent-aiconfig
How it works
Agent plugins extend the agent itself with cross-cutting capabilities (state backup / restore, AI-provider configuration, etc.). They are not tied to a single meta plugin contract.
More
- npm: https://www.npmjs.com/package/@vibecontrols/vibe-plugin-agent-aiconfig
- Source: https://github.com/algoshred/vibe-plugin-agent-aiconfig
- Plugin contract / SDK: https://github.com/algoshred/vibecontrols-plugin-sdk
- Plugin catalogue: https://vibecontrols.com/plugins/agent-aiconfig
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-agent-aiconfig - List installed plugins:
vibe plugin list