
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
oh-my-antigravity
Advanced tools
Multi-Agent Orchestration Framework for Google Antigravity IDE
⚠️ Status: Early Beta - Core features working, contributions welcome!
Oh My Antigravity is a multi-agent orchestration framework that transforms Antigravity IDE into a powerful AI development environment with specialized agents.
npx oh-my-antigravity# NPM (recommended)
npx oh-my-antigravity
# Or clone and install
git clone https://github.com/YOUR_USERNAME/oh-my-antigravity.git
cd oh-my-antigravity
# Windows
.\lib\install.ps1
# macOS/Linux
bash lib/install.sh
# 🎯 Direct Helper (Default)
# Just tell OMA what to do. Sisyphus will plan and execute it (in parallel if possible).
oma "Analyze the project and design a new logo"
# List available skills
oma list
# Install skills globally
oma install sisyphus
oma install oracle
OMA remembers what you did. It stores key project information, decisions, and architectural patterns in a persistent local database.
oma list: List all available agents/skillsoma install <agent>: Install an agent (Global)oma install <agent> --project: Install an agent (Project-scoped)oma remove <agent>: Remove an agentoma update: Update OMA to the latest versionoma spawn <agent> "<task>": Spawn an isolated SubAgent for a specific task
oma spawn oracle "Research best practices for Next.js auth"oma session list: List active/past SubAgent sessionsoma session result <id>: Get the result of a sessionoma memory save "<info>": Save a piece of information
oma memory save "Use TailwindCSS v3.4 for this project"oma memory recall <query>: Search memoriesoma memory list: Show recent memoriesOMA automatically selects the best AI for each task:
| Task | Agent | AI Backend | Why |
|---|---|---|---|
| Planning | Prometheus | Claude Opus 4.5 | Strategic thinking |
| Architecture | Oracle | Codex | Complex design |
| Frontend | Pixel | Gemini 3.0 Pro | UI/UX excellence |
| Backend | CodeSmith | Claude Code | Fast implementation |
| Debugging | Debugger | Codex | Detailed analysis |
| Testing | Tester | Codex | Thorough coverage |
We welcome contributions! This project is in early beta and needs:
See CONTRIBUTING.md for guidelines.
oh-my-antigravity/
├── skills/ 28 specialized agent definitions
│ ├── sisyphus/
│ ├── oracle/
│ └── ...
├── subagents/ SubAgent configurations (WIP)
├── workflows/ Slash commands
├── docs/ Documentation
├── bin/ CLI tools
│ ├── oma.ps1 Windows CLI
│ ├── oma Unix CLI
│ ├── oma-spawn.ps1 SubAgent spawner
│ └── oma-session.ps1 Session manager
└── lib/ Installers
| Feature | OMA | Others |
|---|---|---|
| Agents | 28 | 4-12 |
| AI Routing | ✅ Multi-backend | ❌ Single |
| Delegation | ✅ Explicit syntax | ⚠️ Implicit |
| Documentation | ✅ Complete | ⚠️ Partial |
| GUI | 🚧 VS Code ext | ❌ |
We deeply admire and have drawn inspiration from:
MIT © Oh My Antigravity Team
Made with ❤️ for the Antigravity community
⭐ Star us on GitHub • 🐛 Report bugs • 💡 Request features
FAQs
Multi-agent orchestration framework for Google Antigravity IDE
We found that oh-my-antigravity demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.