CodeKanban banner
fy0 fy0

CodeKanban

AI community

Description

Manage all your terminals and ai coding agents from one unified page.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Code Kanban

[中文](README.zh-CN.md) | [English](README.md)

Manage all your terminals and AI coding tools (Claude Code / Codex) from one unified page.

[Core Features](#core-features) • [Quick Start](#quick-start) • [Development Guide](#development-guide) • [About](#about)

![Go](https://img.shields.io/badge/Go-1.25+-00ADD8?logo=go) ![Vue](https://img.shields.io/badge/Vue-3.5-4FC08D?logo=vue.js) ![TypeScript](https://img.shields.io/badge/TypeScript-5.8-3178C6?logo=typescript) ![License](https://img.shields.io/badge/license-Apache--2.0-green)

Quick Start

Try it instantly:

npx codekanban
# or
npm install -g codekanban@latest
codekanban

Core Features

  • **🚀 Ready to Use** Single-file deployment, local database, double-click to run.

  • **📊 Multi-Project & Multi-Terminal Management** Manage all your projects and terminals from one unified page (Hotkey: `` ` ``).

  • **🔍 AI Coding Tool Status Detection** Auto-detect running status of Claude Code / Codex and other tools (idle/working/needs approval), notify when tasks complete.

  • **📜 History** Record your conversations with AI and trace prompt history in one click.

  • **🌿 Worktree Management** A hybrid Git engine uses go-git for fast in-process status, diff, and line statistics, while preferring system Git for commits and repository mutations so hooks, signing, filters, and user configuration continue to work. Read and write engines can be selected independently in Settings.

  • **📝 Notes** Multi-tab notes for quick recording of ideas and issues (Hotkey: `1`).

Installable Codex Skill Bundle

This repository ships an installable Codex skill bundle built around a single public CLI: `codekanban-cli`. Use it when you want the CodeKanban skill workflow on another machine without copying the full repository.

JavaScript package layout:

  • packages/node-sdk: library-only SDK for JS integrations
  • packages/codekanban-cli: the only public CLI and the