by cablate
Use Claude Code on Kanban WebUI
# Add to your Claude Code skills
git clone https://github.com/cablate/Claude-Code-BoardGuides for using ai agents skills like Claude-Code-Board.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@cucumber/cucumber: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@cucumber/gherkin: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@cucumber/gherkin-utils: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@cucumber/messages: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "axios: Axios is vulnerable to DoS attack through lack of data size check",
"severity": "high"
},
{
"type": "npm-audit",
"message": "brace-expansion: brace-expansion: Zero-step sequence causes process hang and memory exhaustion",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "diff: jsdiff has a Denial of Service vulnerability in parsePatch and applyPatch",
"severity": "low"
},
{
"type": "npm-audit",
"message": "engine.io-client: Vulnerability found",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "follow-redirects: follow-redirects leaks Custom Authentication Headers to Cross-Domain Redirect Targets",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "glob: glob CLI: Command injection via -c/--cmd executes matches with shell:true",
"severity": "high"
},
{
"type": "npm-audit",
"message": "minimatch: minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern",
"severity": "high"
},
{
"type": "npm-audit",
"message": "socket.io-parser: socket.io allows an unbounded number of binary attachments",
"severity": "high"
},
{
"type": "npm-audit",
"message": "uuid: uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "ws: ws: Uninitialized memory disclosure",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "yaml: yaml is vulnerable to Stack Overflow via deeply nested YAML collections",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T16:05:46.548Z",
"npmAuditRan": true,
"pipAuditRan": true
}Claude-Code-Board is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by cablate. Use Claude Code on Kanban WebUI. It has 151 GitHub stars.
Claude-Code-Board returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/cablate/Claude-Code-Board" and add it to your Claude Code skills directory (see the Installation section above).
Claude-Code-Board is primarily written in TypeScript. It is open-source under cablate 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 Claude-Code-Board against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
⚠️ NOTICE: This project is no longer actively maintained.
This repository is archived and will not receive updates, bug fixes, or new features.
The project is released under the MIT License — you are free to fork, modify, distribute, and use it for any purpose, including commercial use, without restrictions. Feel free to take it and make it your own!
🌐 Landing Page: https://cc-board.cablate.com

A comprehensive session management system for Claude Code with advanced workflow capabilities
📖 Language / 語言: English | 繁體中文
⚠️ IMPORTANT: Read Disclaimer First | 🚀 Quick Start: Installation | 📖 Guide: Usage
Claude Code Board is a powerful web-based management system designed for developers working with Claude Code CLI. It provides an intuitive interface to manage multiple AI coding sessions simultaneously, with advanced features including workflow automation, agent-based prompting, and intelligent project organization.
Main dashboard showcasing multiple active sessions with status tracking and management interface
Claude Code CLI is excellent for single-focus coding sessions. However, when managing complex projects with multiple contexts, some additional capabilities become valuable:
Traditional CLI Workflow 😤
1. Open project directory
2. Launch cmd/terminal window
3. Enter Claude Code CLI command
4. Input commands and wait for completion
5. With multiple projects: hunt for the right terminal window
6. Difficult to run multiple session with same project at the same time
Claude Code Board Workflow 🚀
1. Create new session directly in web interface
2. Select project directory and Agent with one click
3. Launch multiple conversations for same project effortlessly
4. Cross-session continuity: build upon previous conversations
5. Clear completion notifications when tasks finish
6. Intuitive interface: see all session status at a glance
7. Instant switching: click to enter any conversation
8. Concurrent management: handle multiple projects seamlessly
.claude/agents directorynpm install -g @anthropic-ai/claude-code
Clone the Repository
git clone https://github.com/yourusername/claude-code-board.git
cd claude-code-board
Install Dependencies
# Install root dependencies
npm install
# Install backend dependencies
cd backend && npm install
# Install frontend dependencies
cd ../frontend && npm install
Quick Launch
# Option 1: Use the provided batch file (Windows)
start.bat
# Option 2: Manual startup
npm run dev:backend # Terminal 1
npm run dev:frontend # Terminal 2
Access the Application
http://localhost:5173http://localhost:3001
Welcome interface after initial startup
Session creation wizard with quick templates and preset configurations
Basic Setup
Advanced Configuration
Quick Templates
Workflow Stage and Agent configuration interface
Agent Setup
~/.claude/agents/Dynamic Agent Loading
Message filtering and management interface
Project classification and work item organization interface
Create .env files in both backend/ and frontend/ directories:
Backend (.env)
PORT=3001
NODE_ENV=development
DATABASE_PATH=./database/claude_code_board.db
SOCKET_PORT=3001
Frontend (.env)
VITE_API_URL=http://localhost:3001
VITE_SOCKET_URL=http://localhost:3001
Setup Claude Agents Directory
~/.claude/agents/.md files for each agent with instructionsAgent File Structure
~/.claude/agents/
├── code-reviewer.md # Code review specialist
├── debugger.md # Bug fixing expert
├── architect.md # System design advisor
└── documenter.md # Documentation writer
Workflow Stage editing interface showcasing Agent selection and custom prompts
Agent management and configuration interface
IMPORTANT SECURITY NOTICE
This tool is designed for personal computer use only and is NOT suitable for online deployment. The application has no security protections beyond basic hardcoded authentication.
Key Security Limitations:
LIABILITY DISCLAIMER: The authors and contributors of this project accept NO RESPONSIBILITY for any damages, losses, or security breaches that may occur from using this software. This includes but is not limited to:
**BY USING THIS SOFTWARE, YOU A