Agentwise

Multi-Agent Orchestration System for Claude Code

License Node Version TypeScript Claude Code Release
100%
Open Source
25+
MCP Integrations
7+
Specialist Agents
5
File Types Supported

Core Features

🤖

Multi-Agent Orchestration

8+ specialized agents working in parallel - Frontend, Backend, Database, DevOps, Testing, and more. Dynamic agent generation for custom needs.

💎

Context Management

Organized project context management and intelligent task coordination across multiple agents. Structured workspace organization with persistent project state.

🎨

Figma Dev Mode Integration

Direct integration with Figma for design-to-code workflows. Generate components from designs with multi-framework support.

🔌

27+ MCP Servers

Comprehensive integrations including GitHub, AWS, Stripe, MongoDB, and more. Each agent gets role-specific tools.

📊

Real-time Monitoring

Live dashboard with WebSocket integration. Track agent progress, token usage, and system performance in real-time.

🧠

Self-Improving Agents

Agents learn from every task with persistent knowledge base. Continuous improvement and adaptation.

🌐

Website Cloning

Clone any website and customize it. Complete extraction of HTML, CSS, and interactions with smart customization.

📄

Document Upload

Upload PDFs, Word docs, and other formats directly. Auto-extraction of requirements and specifications.

🔒

Security First

Built-in security validation, hallucination detection, and code review. Protected against malicious contributions.

Documentation

Powerful Commands

/create Start new project from scratch with AI agents Popular
/figma Connect to Figma and generate components New
/monitor Real-time monitoring dashboard Essential
/task Add features to active project Core
/generate-agent Create custom specialized agents Advanced
/clone-website Clone and customize any website Powerful
/upload Upload documents and design files Utility
/docs Open local documentation hub Help
/init-import Import existing project - Step 1 Import
/task-import Execute import with agents - Step 2 Import
/projects List and switch between projects Utility

Quick Installation

⚠️ CRITICAL: Agentwise requires Claude Code to be started with the --dangerously-skip-permissions flag!
# Clone the repository
git clone https://github.com/VibeCodingWithPhil/agentwise.git
cd agentwise

# Install dependencies
npm install

# Build the project
npm run build

# Install monitor dependencies
cd src/monitor && npm install && cd ../..

# IMPORTANT: Start Claude Code with required flag!
claude --dangerously-skip-permissions

# Create your first project
/create "Build an e-commerce platform"
Full Installation Guide →