Agentcrew
Description
Multi-agent chat UI with Claude Code orchestration
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
AgentCrew 🤖
Multi-agent chat UI with Claude Code orchestration.
Features
- Multi-Session Management - Create, switch between, and manage multiple agent sessions
- Claude Code Integration - Run Claude Code agents with real-time streaming output
- Subagent System - Spawn multiple subagents within a session for parallel work
- Project Tagging - Tag sessions with project names (e.g., "sooliva", "finder")
- Real-time Streaming - Live output from Claude Code as it's generated
- Dark Mode - Full dark mode support
Architecture
agentcrew/
├── client/ # Next.js + HeroUI frontend
│ └── src/
│ ├── app/ # Next.js app router
│ ├── components/
│ │ ├── Sidebar/ # Session list sidebar
│ │ ├── Chat/ # Chat area components
│ │ └── Subagent/ # Subagent panel
│ └── lib/
│ ├── api.ts # API client
│ └── types.ts # TypeScript types
│
└── server/ # Node.js + Elysia backend
└── src/
├── routes/ # API endpoints
├── services/ # Business logic
│ ├── sessionManager.ts # Session CRUD
│ └── claudeRunner.ts # Claude Code process management
└── types/ # Shared types
Getting Started
Prerequisites
- Node.js 20+
- Claude Code CLI (
npm install -g @anthropic-ai/claude-code)
Installation
# Install server dependencies
cd server && npm install
# Install client dependencies
cd ../client && npm install
Running
# Terminal 1 - Start server
cd server && npm run dev
# Terminal 2 - Start client
cd client && npm run dev
- Client: http://localhost:3005
- Server API: http://localhost:4005
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/sessions |
List all sessions |
| POST | /api/sessions |
Create new session |
| GET | /api/sessions/:id |
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://