antigravity-compound-cli
v0.1.2
Published
CLI to install Antigravity Compound Engineering Plugin - a self-improving knowledge system for AI agents
Maintainers
Readme
antigravity-compound-cli
CLI 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.
What is this?
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
Installation
npm install -g antigravity-compound-cliUsage
# Install Antigravity Compound Engineering Plugin
agc init
# Install with force overwrite (updates existing installation)
agc init --force
# Check available versions
agc versions
# Update to latest version
agc updateAfter Installation
Once installed, the CLI creates a .agent folder in your current directory with the complete compound engineering system. Follow these steps:
- Run setup:
./setup.shto configure your project - Configure AI agent: Point your AI agent to read
GEMINI.md - Try workflows: Use
/helpto see available commands - Check health: Run
./scripts/compound-dashboard.sh
Development
# Install dependencies
bun install
# Run locally
bun run dev
# Build
bun run build
# Link for local testing
bun link
agc initRequirements
- Node.js 18+ or Bun
- Works with: Google Gemini, Claude, or any AI agent supporting workflow configuration
Learn More
License
MIT
