VBW installs directly inside Claude Code using the plugin system. The entire process takes two commands.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/swt-labs/vibe-better-with-claude-code-vbw/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Claude Code v1.0.33 or later (recommended: v2.1.47+)
- Model: Opus 4.6 or later (VBW is designed specifically for this model)
- Operating system: macOS or Linux
jq— the only external dependency. Install withbrew install jq(macOS) orapt install jq(Linux). VBW checks forjqduring/vbw:initand warns clearly if it’s missing.
Windows is not natively supported. All hooks and scripts require bash. If you’re on Windows, run Claude Code inside WSL first.
Installation steps
That’s it. VBW is now installed and its commands are available in your Claude Code session.
Running VBW
Choose how much you want Claude Code to interrupt you for permission prompts.- Option A: Supervised mode
- Option B: Full auto mode
Start Claude Code normally:Claude Code will ask for permission before file writes, bash commands, and other tool use. You approve once per tool, per project — it remembers after that. VBW’s own security layer (agent tool permissions, file access hooks, database safety guard) still applies on top of these prompts, giving you two layers of oversight.Recommended if this is your first time using VBW or agent teams.
Updating VBW
To update VBW to the latest version, run inside Claude Code:Uninstalling VBW
To remove VBW, run inside Claude Code:Next step
Quickstart
Run your first VBW project from init through a completed phase.