Get Agentwise up and running in under 30 seconds with our one-click setup
Copy this entire block and paste it into Claude Code for automatic setup
Please set up Agentwise by:
1. Clone: git clone https://github.com/VibeCodingWithPhil/agentwise.git ~/agentwise
2. Install: cd ~/agentwise && npm install && npm run build
3. Configure: Create workspace directory and set up global monitor
4. Start: node dist/index.js
5. Enable sandboxed execution (no --dangerously-skip-permissions needed)
Full setup instructions: https://github.com/VibeCodingWithPhil/agentwise/blob/main/CLAUDE_CODE_SETUP_PROMPT.md
That's it! Claude Code will handle the entire setup automatically.
Working in parallel for faster development
Accessible from anywhere in your system
15-30% reduction with Context 3.0 + Knowledge Graph
Monitor all agents at http://localhost:3001
For advanced users who prefer manual setup:
# 1. Clone the repository
git clone https://github.com/VibeCodingWithPhil/agentwise.git
cd ~/agentwise
# 2. Install dependencies
npm install
# 3. Build the project
npm run build
# 4. Create workspace directory
mkdir -p workspace
# 5. Install global monitor command
npm run monitor:install
# 6. Start Agentwise
node dist/index.js
# 7. In a new terminal, test without any flags!
claude /create "your first project"
Try these commands to get started with Agentwise
/create "a todo app with React"
Create your first project with intelligent agent selection
/monitor start
Open the real-time monitoring dashboard
/configure-agentwise
Configure your Agentwise settings
/update-agentwise
Update to the latest version
/monitor status
to verify everything is working correctly. You should see all agents operational and the monitoring dashboard accessible.