ccboard

Featured

Launch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.

AI & Automation 4,483 stars 594 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ccboard - Claude Code Dashboard Comprehensive TUI/Web dashboard for monitoring and managing your Claude Code usage. ## Overview ccboard provides a unified interface to visualize and explore all your Claude Code data: - **Sessions**: Browse all conversations across your projects - **Statistics**: Real-time token usage, cache hit rates, activity trends - **MCP Servers**: Monitor and manage Model Context Protocol servers - **Costs**: Track spending with detailed token breakdown and pricing - **Configuration**: View cascading settings (Global > Project > Local) - **Hooks**: Explore pre/post execution hooks and automation - **Agents**: Manage custom agents, commands, and skills - **History**: Search across all messages with full-text search ## Installation ### Via Cargo (Recommended) ```bash # Using Claude Code command /ccboard-install # Or manually cargo install ccboard ``` ### Requirements - Rust 1.70+ and Cargo - Claude Code installed (reads from `~/.claude/`) ## Commands | Command | Description | Shortcut | |---------|-------------|----------| | `/dashboard` | Launch TUI dashboard | `ccboard` | | `/mcp-status` | Open MCP servers tab | Press `8` | | `/costs` | Open costs analysis | Press `6` | | `/sessions` | Browse sessions | Press `2` | | `/ccboard-web` | Launch web UI | `ccboard web` | | `/ccboard-install` | Install/update ccboard | - | ## Features ### 8 Interactive Tabs #### 1. Dashboard (Press `1`) - Token usage statistics - Session count - Messages sent -...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
4 months ago
Last Updated
today
Language
TypeScript
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

organize

Open the Claude Code Organizer dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes

324 Updated 3 weeks ago
mcpware
Data & Documents Solid

board

Visual task management dashboard. Terminal-based kanban board, tiled agent status view, and progress tracking. Shows all agents, their current tasks, budget consumption, and overall workspace health at a glance. Triggers on: "board", "dashboard", "kanban", "status board", "show agents"

171 Updated 1 months ago
Miosa-osa
AI & Automation Featured

ck

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

192,199 Updated today
affaan-m
AI & Automation Solid

code-mode

Add a "code mode" tool to an existing MCP server so LLMs can write small processing scripts that run against large API responses in a sandboxed runtime — only the script's compact output enters the LLM context window. Use this skill whenever someone wants to add code mode, context reduction, script execution, sandbox execution, or LLM-generated-code processing to an MCP server. Also trigger when users mention reducing token usage, shrinking API responses, running user-provided code safely, or adding a code execution tool to their MCP server — in any language (TypeScript, Python, Go, Rust, etc.).

19 Updated 2 months ago
chenhunghan