vibe-kanban
Installation
Summary
Manage multiple AI agents on a visual Kanban board with automatic git worktree isolation and GitHub PR creation.
- Supports parallel agent execution (Claude, Codex, Gemini, Opencode, and 4+ others) across isolated git worktrees, each with its own branch and workspace directory
- Provides a four-column board (To Do, In Progress, Review, Done) where moving a card automatically creates a worktree, starts the agent, and streams logs in real time
- Integrates as an MCP server with tools for listing, creating, moving, and retrying cards; works natively with Claude, Codex, Gemini, and OpenCode
- Includes built-in diff/log review, web preview, terminal access, and one-click PR creation; automatically cleans up worktrees after merge
SKILL.md
Platform Support Status (Current)
| Platform | Current Support | Requirements |
|---|---|---|
| Claude | Native MCP integration | Register in mcpServers |
| Codex | MCP script integration | scripts/mcp-setup.sh --codex or equivalent config |
| Gemini | MCP registration | mcpServers/bridge configuration |
| OpenCode | MCP/bridge integration | omx/ohmg or equivalent setup |
Whether this skill alone is sufficient:
- Claude/Gemini: Yes
- Codex: Yes (requires script-based setup)
- OpenCode: Yes (via orchestration)
Vibe Kanban — AI Agent Kanban Board
Manage multiple AI agents (Claude/Codex/Gemini) from a single Kanban board. Moving a card (task) to In Progress automatically creates a git worktree and starts the agent.