If you've ever wanted to run multiple AI agents in parallel without them stepping on each other's branches, this is your answer. It gives you a visual Kanban board where dragging a card to "In Progress" automatically spins up an isolated git worktree, fires up the agent (Claude, Codex, Gemini, or others), and streams logs in real time. When you're done, one click creates a PR and cleans up the worktree after merge. It works as an MCP server, so Claude and Gemini pick it up natively, while Codex needs a script setup. The four column board (To Do, In Progress, Review, Done) is simple, but the automatic isolation and PR workflow make coordinating agent work way less janky than doing it by hand.
npx -y skills add supercent-io/skills-template --skill vibe-kanban --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills
github/awesome-copilot