Agent skill · AI & Agents

antigravity-agent-manager

Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill antigravity-agent-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: community
Path: skills/antigravity-agent-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 1. **Keep your current Antigravity IDE**: Do not uninstall the classic IDE (black icon). 2. **Download Antigravity 2.0**: Fetch the standalone Agent Manager application from the official Antigravity downloads page. 3. **Install**: Run the installer. It will install alongsid

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Parallel Installation
  5. Step 2: Dual-Workspace Setup
  6. Step 3: Coordinating Agent Execution
  7. Examples
  8. Example 1: Defining Independent Scopes in Multi-Agent Projects
  9. Example 2: Synchronizing Changes via Git
  10. Best Practices
  11. Limitations
  12. Common Pitfalls
  13. Related Skills
Commands it runs
In the Antigravity IDE terminal, check the changes written by the agents
git status
Review diffs before committing
git diff
Commit stable checkpoints so both agents stay in sync with main branch
git add .
git commit -m "feat: synchronize parallel front-end and back-end agent changes"
More from agentic-awesome-skills
All skills →
About this skill
What does the antigravity-agent-manager skill do?

Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill antigravity-agent-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going