UNPKG

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
# 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*