Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add humaisali/Awesome-AI-Skills --skill antigravity-agent-managergit clone --depth 1 https://github.com/humaisali/Awesome-AI-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/humaisali/awesome-ai-skills/antigravity-agent-manager)<a href="https://agentmods.dev/skills/humaisali/awesome-ai-skills/antigravity-agent-manager"><img src="https://agentmods.dev/badge/skills/humaisali/awesome-ai-skills/antigravity-agent-manager/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/humaisali/awesome-ai-skills/antigravity-agent-manager"><img src="https://agentmods.dev/badge/skills/humaisali/awesome-ai-skills/antigravity-agent-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.01267 |
| Opus 5 | $0.00015 | $0.00633 |
| Sonnet 5 | $0.00006 | $0.00253 |
| Haiku 4.5 | $0.00003 | $0.00127 |
Grade A, and why
antigravity-agent-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- antigravity-agent-manager — 92% identical, 19 lines differ
How it starts
The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Antigravity Agent Manager
Overview
A playbook for orchestrating multi-agent systems using the standalone Antigravity 2.0 Agent Manager (white icon) in parallel with the Antigravity IDE (black icon).
Starting with version 2.0, Google decoupled the Agent Manager from the main IDE interface, removing the "Open Agent Manager" button. This skill outlines how to install, configure, and operate the two environments side-by-side to direct multiple AI agents on front-end and back-end projects simultaneously.
When to Use This Skill
- Use when you need to coordinate multiple front-end, back-end, or QA agents working on the same codebase simultaneously.
- Use when setting up the dual-window workspace (Antigravity IDE + Antigravity 2.0 Agent Manager).
- Use to resolve conflicts or obsolete tutorial steps that mention the integrated "Open Agent Manager" button.
How It Works
Step 1: Parallel Installation
- Keep your current Antigravity IDE: Do not uninstall the classic IDE (black icon).
- Download Antigravity 2.0: Fetch the standalone Agent Manager application from the official Antigravity downloads page.
- Install: Run the installer. It will install alongside your existing IDE without overwriting it. You should now have both:
- Antigravity IDE (Black Icon) — Your code editor and manual development workspace.
- Antigravity 2.0 (White Icon) — Your multi-agent orchestrator dashboard.
Step 2: Dual-Workspace Setup
- Open both the Antigravity IDE and Antigravity 2.0 applications.
- Load the same project directory (e.g.,
C:/Users/erwinpzocikk/Dev/GroupProjects/intIntercatedraAdmin) in both apps. - In the Agent Manager (white icon), configure your Agent pool. Assign specialized roles (e.g.,
frontend-agent,backend-agent,qa-validator).
Step 3: Coordinating Agent Execution
- In the Agent Manager, define the task scopes. To prevent directory conflicts and race conditions:
- Assign the
backend-agentto the server directory (e.g.,/serveror/api). - Assign the
frontend-agentto the frontend directory (e.g.,/clientor/src).
- Assign the
- Run the agents in parallel.
- Use the Antigravity IDE (black icon) to monitor file changes in real-time, review diffs, and perform manual tweaks.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 113 lines · 30 tokens per session scan A 323c98bc66d2
antigravity-agent-manager is a skill published in the GitHub repository humaisali/Awesome-AI-Skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 1,267 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
antigravity-agent-manager
Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE.
mpm-init
Initialize or update project for Claude Code and MPM.
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.
agent-framework-py-release
Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
build-and-test
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.