create-agentwise
v2.3.1
Published
π Interactive installer for Agentwise - AI multi-agent development platform that transforms project creation through intelligent automation
Maintainers
Readme
Create Agentwise
π Interactive installer for Agentwise - The AI multi-agent development platform that transforms project creation through intelligent automation.
Quick Start
npx create-agentwiseThat's it! The interactive installer will guide you through the setup process.
What is Agentwise?
Agentwise is a comprehensive development platform that extends Claude Code's capabilities with:
- β¨ Multi-Agent Development - Specialized AI agents for different aspects of development
- ποΈ Complete Project Setup - From requirements to deployment in minutes
- π¨ Database Integration - Zero-config Supabase/Neon/PlanetScale setup
- π GitHub Integration - Repository, CI/CD, and secrets management
- π‘οΈ Automated Protection - Continuous backup, security scanning, and code review
- π Real-time Monitoring - Visual dashboard for project health and performance
Installation Options
Default Installation
npx create-agentwiseThe installer will:
- Detect any existing installations
- Allow you to choose installation location
- Download and set up Agentwise
- Configure your development environment
- Create startup scripts for your platform
System Requirements
- Node.js 18+ (required)
- Git (for project cloning)
- Claude Code (recommended for full integration)
Features
π€ Smart Installation
- Detects existing installations
- Cross-platform startup scripts
- Automatic dependency management
- Environment configuration
π Update Support
- Preserves your workspace during updates
- Automatic backup before updates
- Git-based update system
π οΈ Development Ready
- Creates complete project structure
- Sets up necessary directories
- Configures environment variables
- Platform-specific launch scripts
What Gets Installed
~/agentwise/
βββ .claude/
β βββ agents/ # AI agent definitions
β βββ commands/ # Custom commands
βββ workspace/ # Your projects
βββ .env # Configuration
βββ start.js # Cross-platform launcher
βββ start-agentwise.* # Platform scriptsNext Steps
After installation, start Agentwise:
Windows:
cd %USERPROFILE%\agentwise
start-agentwise.batmacOS/Linux:
cd ~/agentwise
./start-agentwise.shOr use the universal launcher:
cd ~/agentwise
node start.jsClaude Code Integration
For full integration with Claude Code:
- Open Claude Code
- Run:
/setup-mcps - Follow the setup wizard
Documentation
- Homepage: https://agentwise.dev
- Documentation: https://agentwise-docs.vercel.app
- GitHub: https://github.com/VibeCodingWithPhil/agentwise
Support
- π Bug Reports: GitHub Issues
- π¬ Discussions: GitHub Discussions
- π§ Contact: [email protected]
License
MIT Β© VibeCodingWithPhil
Created with β€οΈ to supercharge your development workflow
