npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oh-my-oma

v3.8.17

Published

Multi-agent orchestration system for Google Antigravity CLI

Readme

oh-my-antigravity

The Ultimate Agentic Toolkit for Google Gemini Antigravity.

Ported from oh-my-claudecode with ❤️

Give your Antigravity agent the collective intelligence of the "Oh My" ecosystem with 73 specialized Skills and 35 automated Workflows.

📦 NPM Package: oh-my-oma
⚡ Quick Install: npm install -g oh-my-oma

✅ Migration Status: Complete - Antigravity-ready ✅
📊 Compatibility: 73/73 Skills ✅ | 35/35 Workflows ✅ | 0 Issues
📖 See: Migration Status Report | Migration Plan


✅ Migration Complete

This project is fully migrated to Google Antigravity:

  • Skills & Workflows: All content reviewed for Antigravity compatibility
  • Hooks Replacement: Legacy hooks converted to Workflows + GEMINI.md rules
  • Installation Scripts: Use ~/.gemini/antigravity/ paths

✨ What is oh-my-antigravity?

oh-my-antigravity is a comprehensive collection of AI agent "personas" (Skills) and automated procedures (Workflows) designed to supercharge your development workflow with Google's Antigravity AI coding assistant.

Think of it as:

  • 🧠 Skills = Expert personas your agent can embody (architect, security-reviewer, scientist...)
  • ⚡️ Workflows = Slash commands that trigger automated procedures (/autopilot, /swarm, /ultrawork...)

🚀 Features

🧠 73 Specialized Skills

| Category | Skills | Description | |----------|--------|-------------| | Architecture | architect, architect-medium, architect-low, planner, analyst | System design & strategic planning | | Execution | executor, executor-high, executor-low, autopilot, ultrapilot | Code implementation & task execution | | Quality | critic, code-reviewer, security-reviewer, aireview ⭐ | Code review & security auditing | | Research | scientist, researcher, deepsearch, explore, analyze | Deep analysis & investigation | | Testing | tdd-guide, qa-tester, ultraqa, build-fixer | Test-driven development & QA | | Design | designer, frontend-ui-ux, vision | UI/UX design & visual analysis | | Specialized | git-master, writer, writer-memory, learner | Git operations, documentation, memory |

⚡️ 35 Workflows

| Workflow | Description | |----------|-------------| | /autopilot | Full autonomous execution from idea to working code | | /ultrawork | Maximum performance mode with parallel agent orchestration | | /swarm | N coordinated agents on shared task list with atomic claiming | | /ultrapilot | Parallel autopilot with file ownership partitioning | | /pipeline | Sequential agent chaining with data passing between stages | | /aireview ⭐ | Multi-agent AI code review with confidence scoring | | /start-dev ⭐ | Intelligent adaptive workflow with pattern library loading | | /ralph | Self-referential loop until task completion | | /research | Orchestrate parallel scientist agents for research | | /tdd | Test-Driven Development enforcement workflow | | /doctor | Diagnose environment and verify required tools | | /mcp-setup | Configure popular MCP servers for enhanced capabilities | | /help | Guide on using oh-my-antigravity |


📦 Installation

Recommended (NPM Global Install)

# Install CLI globally
npm install -g oh-my-oma

# Install skills/workflows to user scope (~/.gemini/antigravity/*)
oh-my-oma setup --scope user

# Install to a specific project (<project>/.agent/*)
oh-my-oma setup --scope project-local --target /path/to/your/project

Diagnostics and verification:

oh-my-oma doctor
oh-my-oma verify

Option 1: Local Installation (Per Project)

Copy the .agent directory to your project:

# Clone the repository
git clone https://github.com/YourUsername/oh-my-antigravity.git

# Navigate to the repository
cd oh-my-antigravity

# Optional: install CLI from local checkout
npm install -g .

# Run the installer (installs to current directory by default)
./install.sh /path/to/your/project

Option 2: Global Installation (All Projects)

Install globally so all projects can access the skills and workflows:

# Run the global installer
./install_global.sh

This installs to:

  • Skills → ~/.gemini/antigravity/skills/
  • Workflows (canonical) → ~/.gemini/antigravity/global_workflows/
  • Workflows (compat discovery links) → ~/.agent/workflows/, ~/.agents/workflows/, ~/_agent/workflows/, ~/_agents/workflows/

Installation Validation

Validate install and governance/sync baseline in one command:

oh-my-oma verify

Quick diagnostics:

oh-my-oma doctor

🎮 Usage

Using Skills

Just ask naturally! Skills are automatically recognized:

"Act as an architect and design a microservices system."
"Run a security review on this file."
"Deepsearch the root cause of this bug."
"Be a frontend-ui-ux expert and improve this component."

Using Workflows

Trigger workflows with slash commands:


### Rules (GEMINI.md)

Add project rules in `GEMINI.md` and global rules in `~/.gemini/antigravity/GEMINI.md`.
/autopilot Build a REST API for user authentication
/ultrawork Implement all pending features in parallel
/aireview Review the last 5 commits
/doctor Check if my environment is set up correctly
/help Show me all available commands

📖 Documentation

| Document | Description | |----------|-------------| | FEATURES.md | Complete feature documentation | | ARCHITECTURE.md | System architecture overview | | REFERENCE.md | API and command reference | | COMPATIBILITY.md | Compatibility information |


🔧 Requirements

  • Google Antigravity (Gemini-powered AI coding assistant)
  • CLI Tools (recommended for enhanced functionality):
    • fd - Fast file finder
    • rg (ripgrep) - Fast text search
    • sg (ast-grep) - Structural code search

Run /doctor to verify your environment setup.

🛡️ Skill Governance

This repository includes a governance policy and checker for Skills + Workflows in Antigravity IDE:

  • Policy: docs/SKILL_GOVERNANCE.md
  • Checker: scripts/check-skill-governance.sh
  • Debt allowlist: .governance/skill-lint.allowlist

Run governance check:

bash scripts/check-skill-governance.sh

Generate and verify catalog baseline:

node scripts/generate-catalog-docs.js
node scripts/generate-catalog-docs.js --verify

Sync and verify metadata/counts:

node scripts/sync-metadata.js
node scripts/sync-metadata.js --verify

One-shot full verification:

bash scripts/verify-repo.sh

📌 Governance Status (2026-02-06)

  • Governance check result: 0 issues, 0 allowlisted debt
  • Runtime-incompatible task syntax removed from active skills/workflows
  • Deprecated migration in place:
    • learn-about-omc (deprecated) -> learn-about-oma (canonical)

🤝 Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a Pull Request

📄 License

MIT License - See LICENSE for details.


🙏 Credits

Special thanks to: