A toolkit for interacting with Claude Code
npm install vibe-cokitA toolkit for interacting with Claude Code.
``bash`
bun install -g vibe-cokit
`bash`
vk init # Initialize vibe-cokit for current project
vk update # Update CLI + config + skills
vk skills # Install/update skills
vk doctor # Health check setup
vk doctor --fix # Auto-fix setup issues
vk help # Show detailed usage guide
`bash`
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 server
Available modules: serena, context7, brave-search, filesystem, github, sequential-thinking, memory, puppeteer
`bash`
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 plugin
Available 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
- gh — GitHub CLI
- git — Git version control
- claude — Claude Code CLI (for mcp/plugin commands)
`bash``
bun install
bun run build
bun test