CLI to install Antigravity Compound Engineering Plugin - a self-improving knowledge system for AI agents
npm install antigravity-compound-cliCLI to install Antigravity Compound Engineering Plugin - a self-improving knowledge system for AI agents.
> Each unit of engineering work should make subsequent units of work easierโnot harder.
This CLI helps you quickly set up the Antigravity Compound Engineering Plugin in your projects. It installs:
- ๐ Complete workflow system (38+ workflows)
- ๐ง Modular skills for specialized domains
- ๐ฏ 32 critical patterns as antibodies
- ๐ Health monitoring and telemetry
- ๐ Persistent knowledge base
``bash`
npm install -g antigravity-compound-cli
`bashInstall Antigravity Compound Engineering Plugin
agc init
After Installation
Once installed, the CLI creates a
.agent folder in your current directory with the complete compound engineering system. Follow these steps:1. Run setup:
./setup.sh to configure your project
2. Configure AI agent: Point your AI agent to read GEMINI.md
3. Try workflows: Use /help to see available commands
4. Check health: Run ./scripts/compound-dashboard.shDevelopment
`bash
Install dependencies
bun installRun locally
bun run devBuild
bun run buildLink for local testing
bun link
agc init
``- Node.js 18+ or Bun
- Works with: Google Gemini, Claude, or any AI agent supporting workflow configuration
- Main Repository
- Documentation
- Report Issues
MIT