by kdlbs
AI Kanban & Development Environment. Orchestrate multiple agents, review changes, open PRs. Multi-provider, self-hostable, no telemetry.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/kdlbs/kandevGuides for using ai agents skills like kandev.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:06:03.235Z",
"npmAuditRan": true,
"pipAuditRan": true
}See how kandev compares with popular alternatives.
Manage and run tasks in parallel. Orchestrate agents. Review changes. Ship value.
Features | Workflows | Run as a Service | Mobile Access | Debug Logs | Roadmap | Contributing | Architecture | Discord
Kandev is a powerful tool for power users who want deeper control over how AI agents work: customize workflows, agent profiles, runtimes, prompts, and review gates to match your process.
Organize work across kanban and pipeline views with opinionated workflows and execute multiple tasks in parallel. Assign agents from any provider, and review their output in an integrated workspace - file editor, file tree, terminal, browser preview, and git changes in one place. Terminal agent TUIs are great for running agents, but reviewing and iterating on changes there doesn't scale.
Run it locally or self-host it on your own infrastructure. Use the mobile remote-access guide to connect through Tailscale, Cloudflare Tunnel, or another private VPN.
Open source, multi-provider, no telemetry, not tied to any cloud.
Kandev is distributed as a native Go binary for each supported platform. The compiled web frontend is embedded in that binary. The binary serves the web UI and API, so the application server does not need Node.js, a separate web server, or a frontend build at runtime.
Homebrew, Scoop, release archives, and the desktop app run this native binary
directly. The npm/npx package adds a small Node.js platform selector, so Node.js
is required to launch Kandev through npm/npx but not by the application server.
Release bundles also include agentctl helpers for task environments.
Humans stay in control. Define tasks, build agentic workflows with gates, review every change, decide what ships.
See docs/features.md for the full feature inventory, including settings, secrets, custom prompts, and MCP task capabilities.
We're working on Office mode, a feature-flagged autonomy layer for persistent agent teams. The direction is agent instances with roles and permissions, dashboards, inbox/approvals, routines, task delegation, skills, memory, cost tracking, budgets, and workspace config sync. We'll document Office as a supported feature after it is live.
Connect Kandev to GitHub, GitLab, Jira, Linear, Sentry, and Azure DevOps to pull issues into the kanban, link tasks to PRs, and surface review activity inline. Bitbucket support is available through the Bitbucket plugin.
| Agent | Package / command |
|---|---|
| Claude Code | @agentclientprotocol/claude-agent-acp |
| Codex | @agentclientprotocol/codex-acp |
| GitHub Copilot | @github/copilot |
| Gemini CLI | @google/gemini-cli |
| Amp | amp-acp |
| Auggie | @augmentcode/auggie |
| OpenCode | opencode-ai |
| Cursor | cursor-agent (requires Cursor Pro) |
| Devin | devin (install Devin CLI from Devin Desktop or standalone installer) |
| Qwen | @qwen-code/qwen-code |
| Factory Droid | droid |
| iFlow (beta) | @iflow-ai/iflow-cli |
| Kilocode | @kilocode/cli |
| Pi | ACP adapter: pi-acp; CLI passthrough: pi |
| Kimi | kimi (install Kimi CLI from Moonshot AI) |
| Kiro | kiro-cli-chat (install Kiro CLI from AWS) |
| Qoder | qodercli (install Qoder CLI) |
| Trae | traecli (install Trae IDE CLI) |
| Oh My Pi | omp (install @oh-my-pi/pi-coding-agent with Bun) |
| Grok | grok (install @xai-official/grok with npm) |
| Hermes | hermes (install with the official Hermes installer) |
| Antigravity | agy_acp_server.par / .exe (no automated install; download from the ACP registry, extract both archive entries into one directory, and put that directory on PATH) |
All agents communicate via ACP (Agent Client Protocol). Some agents support ACP natively, while others use ACP adapter packages that bridge their native protocols. CLI Passthrough mode is available when an integration provides a passthrough command. If your agent isn't supported yet, open an issue or submit a PR with the integration. See Adding a New Agent CLI for a step-by-step guide.
Kandev does not pin the managed npm runtimes for Claude, Codex, OpenCode, Copilot, or Gemini. Normal launches can reuse npm's best-effort execution cache. To deliberately fetch an upstream release, use Update agent in Settings > Agents; Kandev updates the host runtime and refreshes its advertised models and modes for future sessions without restarting active sessions. See Agents and Profiles.
Kandev can run any agent CLI as a TUI inside a termin
kandev is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kdlbs. AI Kanban & Development Environment. Orchestrate multiple agents, review changes, open PRs. Multi-provider, self-hostable, no telemetry. It has 789 GitHub stars.
Yes. kandev passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/kdlbs/kandev" and add it to your Claude Code skills directory (see the Installation section above).
kandev is primarily written in Go. It is open-source under kdlbs on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh kandev against similar tools.
No comments yet. Be the first to share your thoughts!