antigravity-agent-manager
Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- How It Works
- Step 1: Parallel Installation
- Step 2: Dual-Workspace Setup
- Step 3: Coordinating Agent Execution
- Examples
- Example 1: Defining Independent Scopes in Multi-Agent Projects
- Example 2: Synchronizing Changes via Git
- Best Practices
- Limitations
- Common Pitfalls
- Related Skills
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"
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.