MiniAIons banner
pulkitkkr pulkitkkr

MiniAIons

Development community

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 --version must 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-name to 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,