CodeKanban

作者 fy0已验证

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

212
Stars
22
Forks
Go
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/fy0/CodeKanban

快速入门

使用 CodeKanban 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Code Kanban

中文 | English

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

Core FeaturesQuick StartDevelopment GuideAbout

Go Vue TypeScript License

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 owner of the packaged Codex skills
  • packages/codekanban-cli/skills/codekanban-cli: the single shipped Codex skill source

Key defaults:

  • Default service URL: http://127.0.0.1:3007
  • First-time auth setup: printf '%s' '<PASSWORD>' | codekanban-cli auth save-token --password-stdin
  • Non-default service URL: codekanban-cli --base-url http://192.168.1.50:3007 session list --path /repo
  • Saved auth file: Windows %APPDATA%\codekanban-cli\session.json; macOS/Linux $XDG_CONFIG_HOME/codekanban-cli/session.json or ~/.config/codekanban-cli/session.json

The offline bundle installs one CLI package and copies one Codex skill. After installing the CLI and skills, restart Codex so the new skill is discovered.

Development Guide

Requirements

  • Node.js: v20.19.0+ or v22.12.0+
  • Go: 1.25+
  • Package Manager: pnpm 9.15.9

Install Dependencies

Frontend Dependencies:

cd ui
pnpm install

Backend Dependencies:

go mod tidy

Development Mode

Frontend Development Server:

cd ui
pnpm dev

Access at: http://localhost:5173

Backend Development Server:

go run . # Note: After first run, config.yaml will be generated with port 3007. Due to conflicts with the production version, they cannot run simultaneously. It's recommended to change to 3005. The following assumes it has been changed.
  • Server Port: http://localhost:3005
  • OpenAPI Documentation: http://localhost:3005/docs
  • Health Check: http://localhost:3005/api/v1/health

Optional Parameters:

  • -m or --migrate: Force database migration
  • -i or --install: Install as system service
  • --uninstall: Uninstall system service

Production Build

Full Build (Recommended):

python build.py

This script will automatically complete the following steps:

  1. Build frontend (pnpm build)
  2. Copy frontend artifacts to static/ directory
  3. Build Go executable (with optimization)

Manual Build:

# Build frontend
cd ui && pnpm build

# Build backend
go build -ldflags="-s -w" -trimpath -o CodeKanban

Build Artifacts:

  • Frontend: ui/dist/static/ (After moving to this directory, building the backend will automatically store it in the executable, achieving single-file launch)
  • Backend: CodeKanban.exe (Windows) or CodeKanban (Linux/macOS)

Access Application

Development Environment:

  • Frontend Dev Server: http://localhost:5173
  • Backend API: http://localhost:3005

Production Environment: Run the built executable and access http://localhost:3007

About

We are in an era that is both rapidly changing and extremely divided, and our work is the same.

This tool has genuinely improved my efficiency, but perhaps the improvement in efficiency will also reduce work demand, and the development of AI will eliminate this industry.

Anyway, I hope everyone enjoys using it.

If it helps you, you can give it a star or sponsor me a little.

Possible Future Features

  • Mobile support
  • Code cleanup: For example, the frontend's src/api should all be auto-generated
  • Completion reminder feature, such as playing a sound after AI is done to tell you it's finished.
  • Idle terminal list / Terminal list awaiting interaction.

常见问题

What is CodeKanban?

CodeKanban is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fy0. Manage all your terminals and ai coding agents from one unified page. It has 212 GitHub stars.

Is CodeKanban safe to use?

Yes. CodeKanban 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.

How do I install CodeKanban?

Clone the repository with "git clone https://github.com/fy0/CodeKanban" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is CodeKanban written in?

CodeKanban is primarily written in Go. It is open-source under fy0 on GitHub, so you can review or fork the full source.

Are there alternatives to CodeKanban?

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 CodeKanban against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情