MiniAIons
Description
Local web-based command center for managing multiple Claude CLI agent instances
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
MiniAIons
A local web-based command center for managing multiple Claude CLI agent instances — create agents, chain them into workflows, install MCPs from a marketplace, and organize everything by project.
MiniAIons wraps the [Claude Code CLI](https://docs.claude.com/en/docs/claude-code/overview) with a modern React UI so you can run many agent sessions in parallel, track cost and tokens in real time, and build reusable multi-step pipelines — all from `http://localhost:5173`.
Quick Start
# One-click: install deps, start servers, open browser
./launch.sh
# Or manually
npm install
npm run dev # server on :3001, client on :5173
Prerequisites:
- Node.js 20+
- Claude Code CLI installed and authenticated (
claude --versionmust work)
Features
Sessions
- Spawn as many parallel Claude sessions as you want — each runs in its own tab
- Full chat UI with markdown rendering, syntax-highlighted code blocks, tool-call cards, and collapsible extended-thinking blocks
- Real-time streaming via WebSocket
- Per-session live token count and cost (USD)
- Mention agents inline with
#agent-nameto scope a reply to that subagent
Projects
- Every session belongs to a project (e.g.,
Finance,Travel,Code Review) - Custom color per project and an optional project-wide system prompt applied to all sessions in it
- Drag-and-drop sessions between projects from the Projects page
Agents
- Create custom subagents through a collaborative builder chat — you describe what you want, Claude helps refine the config, and the result is saved to
~/.claude/agents/.md(the same location the Claude CLI auto-discovers agents from) - Each agent specifies: name, description, model, allowed tools, MCP servers, and the full system prompt
- Launch a dedicated session from any agent with one click
- Comes with 7 starter templates in
templates/agents/(code-reviewer, debugger,
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