create-agentwise
Version:
š Interactive installer for Agentwise - AI multi-agent development platform that transforms project creation through intelligent automation
123 lines (90 loc) ⢠3.16 kB
Markdown
# Create Agentwise
š **Interactive installer for Agentwise** - The AI multi-agent development platform that transforms project creation through intelligent automation.
## Quick Start
```bash
npx create-agentwise
```
That'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
```bash
npx create-agentwise
```
The installer will:
1. Detect any existing installations
2. Allow you to choose installation location
3. Download and set up Agentwise
4. Configure your development environment
5. 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 scripts
```
## Next Steps
After installation, start Agentwise:
**Windows:**
```cmd
cd %USERPROFILE%\agentwise
start-agentwise.bat
```
**macOS/Linux:**
```bash
cd ~/agentwise
./start-agentwise.sh
```
Or use the universal launcher:
```bash
cd ~/agentwise
node start.js
```
### Claude Code Integration
For full integration with Claude Code:
1. Open Claude Code
2. Run: `/setup-mcps`
3. 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](https://github.com/VibeCodingWithPhil/agentwise/issues)
- š¬ **Discussions:** [GitHub Discussions](https://github.com/VibeCodingWithPhil/agentwise/discussions)
- š§ **Contact:** philipritmeester@agentwise.dev
## License
MIT Ā© VibeCodingWithPhil
---
*Created with ā¤ļø to supercharge your development workflow*