vibe-cokit
v1.16.0
Published
A toolkit for interacting with Claude Code and OpenCode
Readme
vibe-cokit (vk)
A toolkit for interacting with Claude Code, Antigravity, and OpenCode.
Install
bun install -g vibe-cokitSupported Setup Flows
claude-code- installs the standard Claude Code project kitantigravity- installs the Antigravity project kitopencode- installsAGENTS.md,opencode.jsonc,.opencode/, anddocs/opencode/
Commands
vk init # Initialize vibe-cokit for current project
vk init antigravity # Install the Antigravity kit in current project
vk init opencode # Install the OpenCode kit in current project
vk update # Update CLI + config + skills
vk update antigravity # Update the Antigravity kit in current project
vk update opencode # Update the OpenCode kit in current project
vk skills # Install/update skills
vk version # Show CLI + installed kit versions
vk doctor # Health check setup
vk doctor --fix # Auto-fix setup issues
vk help # Show detailed usage guideMCP Servers
vk mcp install # List available MCP modules
vk mcp install serena context7 # Install specific MCP servers
vk mcp install --all # Install all MCP servers
vk mcp uninstall serena # Remove an MCP serverAvailable modules: serena, context7, brave-search, filesystem, github, sequential-thinking, memory, puppeteer
Plugins
vk plugin install # List available plugins
vk plugin install context7 code-review # Install specific plugins
vk plugin install --all # Install all plugins
vk plugin uninstall hookify # Remove a pluginAvailable plugins: context7, code-review, ralph-loop, typescript-lsp, pyright-lsp, gopls-lsp, rust-analyzer-lsp, frontend-design, security-guidance, hookify, code-simplifier, feature-dev, pr-review-toolkit, commit-commands
Prerequisites
- gh — GitHub CLI
- git — Git version control
- claude — Claude Code CLI (for Claude setup and mcp/plugin commands)
Files Created
./CLAUDE.md- project-level Claude config created byvk init./opencode.jsonc- project-level OpenCode config created byvk init opencode./.opencode/- local OpenCode agents and metadata created byvk init opencode
Development
bun install
bun run build
bun test