New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-agentwise

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-agentwise

🚀 Interactive installer for Agentwise - AI multi-agent development platform that transforms project creation through intelligent automation

latest
Source
npmnpm
Version
2.3.1
Version published
Maintainers
1
Created
Source

Create Agentwise

🚀 Interactive installer for Agentwise - The AI multi-agent development platform that transforms project creation through intelligent automation.

Quick Start

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

npx create-agentwise

The 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 scripts

Next Steps

After installation, start Agentwise:

Windows:

cd %USERPROFILE%\agentwise
start-agentwise.bat

macOS/Linux:

cd ~/agentwise
./start-agentwise.sh

Or use the universal launcher:

cd ~/agentwise
node start.js

Claude 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

License

MIT © VibeCodingWithPhil

Created with ❤️ to supercharge your development workflow

Keywords

agentwise

FAQs

Package last updated on 31 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts