🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

oh-my-antigravity

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oh-my-antigravity

Multi-agent orchestration framework for Google Antigravity IDE

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

🚀 Oh My Antigravity (OMA)

Multi-Agent Orchestration Framework for Google Antigravity IDE

License: MIT Status: Beta Agents: 28

⚠️ Status: Early Beta - Core features working, contributions welcome!

🎯 What Is This?

Oh My Antigravity is a multi-agent orchestration framework that transforms Antigravity IDE into a powerful AI development environment with specialized agents.

Key Features

  • 🧠 28 Specialized Agents - Oracle, CodeSmith, Pixel, Tester, and more
  • 🎭 Smart AI Routing - Auto-selects best AI backend (Codex/Claude/Gemini)
  • Delegation Protocol - Clear syntax for agent collaboration
  • 🔧 Cross-Platform CLI - Works on Windows, macOS, Linux
  • 📦 One-Command Install - npx oh-my-antigravity

🚀 Quick Start

Installation

# 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

Basic Usage

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

🧠 Project Cortex (Long-Term Memory)

OMA remembers what you did. It stores key project information, decisions, and architectural patterns in a persistent local database.

  • Persistent: Memories survive across sessions.
  • Project-Scoped: Each project has its own isolated memory.
  • Smart Recalls: Sisyphus automatically recalls relevant memories before starting a task.

💻 Commands

Core

  • oma list: List all available agents/skills
  • oma install <agent>: Install an agent (Global)
  • oma install <agent> --project: Install an agent (Project-scoped)
  • oma remove <agent>: Remove an agent
  • oma update: Update OMA to the latest version

🚀 SubAgents (The Legion)

  • oma spawn <agent> "<task>": Spawn an isolated SubAgent for a specific task
    • Example: oma spawn oracle "Research best practices for Next.js auth"
  • oma session list: List active/past SubAgent sessions
  • oma session result <id>: Get the result of a session

🧠 Memory (Cortex)

  • oma memory save "<info>": Save a piece of information
    • Example: oma memory save "Use TailwindCSS v3.4 for this project"
  • oma memory recall <query>: Search memories
  • oma memory list: Show recent memories

🧠 Core Agents

Orchestrator

  • Sisyphus - Master orchestrator, delegates complex tasks

Architecture & Planning

  • Prometheus - Strategic planner (Claude Opus)
  • Oracle - System architect (Codex)
  • Architect - Database/API designer

Development

  • CodeSmith - Backend developer (Claude Code)
  • Pixel - Frontend/UI specialist (Gemini 3.0 Pro)
  • Refactorer - Code quality improver

Quality Assurance

  • Tester - Test writer (Codex)
  • Debugger - Bug hunter (Codex)
  • Security Guard - Security auditor

Data & Research

  • Scientist (Low/Mid/High) - Data analysis tiers
  • Data Wizard - ETL pipelines
  • SQL Master - Database expert
  • Librarian - Research & documentation

See all 28 agents →

🎯 AI Backend Routing

OMA automatically selects the best AI for each task:

TaskAgentAI BackendWhy
PlanningPrometheusClaude Opus 4.5Strategic thinking
ArchitectureOracleCodexComplex design
FrontendPixelGemini 3.0 ProUI/UX excellence
BackendCodeSmithClaude CodeFast implementation
DebuggingDebuggerCodexDetailed analysis
TestingTesterCodexThorough coverage

📖 Documentation

🏗️ Project Status

✅ Working

  • ✅ 28 agent skill definitions
  • ✅ CLI tools (oma, oma-spawn, oma-session)
  • ✅ Delegation protocol
  • ✅ Documentation

🚧 In Progress

  • 🚧 SubAgent config files (5/28 complete)
  • 🚧 External CLI integration (Codex/Claude/Gemini)
  • 🚧 VS Code extension
  • 🚧 NPM package

📋 Planned

  • Long-term memory
  • Auto-update system
  • Community skill sharing

🤝 Contributing

We welcome contributions! This project is in early beta and needs:

  • SubAgent configuration files
  • CLI integration testing
  • Documentation improvements
  • Bug reports and feature requests

See CONTRIBUTING.md for guidelines.

📁 Structure

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

🆚 Comparison

FeatureOMAOthers
Agents284-12
AI Routing✅ Multi-backend❌ Single
Delegation✅ Explicit syntax⚠️ Implicit
Documentation✅ Complete⚠️ Partial
GUI🚧 VS Code ext

🙏 Acknowledgements

We deeply admire and have drawn inspiration from:

📜 License

MIT © Oh My Antigravity Team

Made with ❤️ for the Antigravity community

⭐ Star us on GitHub • 🐛 Report bugs • 💡 Request features

Keywords

antigravity

FAQs

Package last updated on 23 Jan 2026

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