Claudit
Description
The easiest way to orchestrate Claude Code agents — web dashboard for sessions, tasks, and scheduling
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
██████╗██╗ █████╗ ██╗ ██╗██████╗ ██╗████████╗
██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗██║╚══██╔══╝
██║ ██║ ███████║██║ ██║██║ ██║██║ ██║
██║ ██║ ██╔══██║██║ ██║██║ ██║██║ ██║
╚██████╗███████╗██║ ██║╚██████╔╝██████╔╝██║ ██║
╚═════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
The simplest Claude Code orchestrator — manage agents, sessions, tasks, and cron jobs from a clean web UI.
Install
npm install -g claudit
The MCP server is automatically registered with Claude Code during installation.
**Prerequisites:**
- Claude Code CLI installed and authenticated
- Node.js 18+
- C++ build tools for native modules:
- macOS:
xcode-select --install - Linux:
sudo apt install build-essential python3
- macOS:
Usage
claudit # Start the dashboard
claudit --help # Show help and MCP setup info
claudit -v # Show version
Open http://localhost:7433
| Environment Variable | Description |
|---|---|
PORT |
Server port (default: 7433) |
NODE_ENV |
Set to development for dev mode |
Features
- Session Management — View, search, archive, and batch-delete Claude Code sessions. Multi-select with Cmd/Ctrl+Click and Shift+Click.
- Cron Tasks — Schedule recurring Claude Code tasks with cron expressions.
- Todos — Create, organize, and track todos with groups and priorities.
- MCP Integration — Let Claude Code manage your todos directly via the built-in MCP server.
MCP Server
Claudit ships a built-in MCP server (`claudit-mcp`) that lets Claude Code manage your todos directly. It is automatically registered during `npm install -g claudit`.
Manual Setup
If auto-registration didn't work (e.g. Claude Code wasn't installed yet):
claude mcp add claudit claudit-mcp
Or edit `~/.claude/settings.json`:
{
"mcpServers": {
"claudit": {
"command": "claudit-mcp"
}
}
}
Aft
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11