[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93220":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":12,"openIssues":13,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":13,"stars7d":13,"stars30d":13,"stars90d":13,"forks30d":13,"starsTrendScore":13,"compositeScore":14,"rankGlobal":9,"rankLanguage":9,"license":15,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":13,"starSnapshotCount":13,"syncStatus":12,"lastSyncTime":33,"discoverSource":34},93220,"claude-antigravity-agents","markfulton\u002Fclaude-antigravity-agents","markfulton","A Claude Code skill that delegates coding, review, analysis, and research jobs to Google Antigravity CLI (agy) sub-agents — save tokens, use a second model, work in parallel.",null,102,29,2,0,44.43,"MIT License",false,"main",true,[20,21,22,23,24,25,26,27,28,29],"agentic","ai-agents","anthropic","antigravity","claude","claude-code","claude-skill","cli","gemini","subagents","2026-07-22 04:02:08","\u003Cdiv align=\"center\">\n\n# Claude Code Antigravity Agents\n\n*Turn Claude Code into an orchestrator — delegate heavy jobs to Google Antigravity sub-agents while it keeps building.*\n\n[![Claude Code](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FClaude_Code-Orchestrator-D97757?style=for-the-badge&logo=anthropic&logoColor=white)](https:\u002F\u002Fclaude.com\u002Fclaude-code)\n[![Antigravity CLI](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAntigravity_CLI-agy-4285F4?style=for-the-badge&logo=google&logoColor=white)](https:\u002F\u002Fantigravity.google\u002Fdocs\u002Fcli\u002Fgetting-started)\n[![Sub-agents](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSub--agents-Gemini-8E75B2?style=for-the-badge&logo=googlegemini&logoColor=white)](#how-it-works)\n[![Claude Skill](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FClaude_Skill-antigravity--agents-30363D?style=for-the-badge&logo=markdown&logoColor=white)](#install-the-skill)\n[![Platform](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows_%7C_macOS_%7C_Linux-Ready-2B2B2B?style=for-the-badge&logo=powershell&logoColor=white)](#prerequisites)\n[![License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-3FB950?style=for-the-badge)](#license)\n\n**Created by [Mark Fulton](https:\u002F\u002Fwww.reinventing.ai\u002F)** · Founder of the **[Vibe Coding is Life](https:\u002F\u002Ffacebook.com\u002Fgroups\u002Fvibecodinglife)** community (300k+ members) \n\nCo-authored by Claude Fable 5\n\n\u003C\u002Fdiv>\n\n---\n\nA single Claude Code **skill** — one markdown instruction file (`SKILL.md`) named `antigravity-agents`. Skills are capabilities [Claude Code](https:\u002F\u002Fclaude.com\u002Fclaude-code) loads on demand. This one teaches it to hand off work to the [Google Antigravity CLI](https:\u002F\u002Fantigravity.google\u002Fdocs\u002Fcli\u002Fgetting-started) (`agy`), an autonomous terminal coding agent powered by Gemini and other models.\n\nWith the skill loaded, Claude Code stops being a single worker and becomes an **orchestrator**: it writes a self-contained brief, launches an `agy` job in the background, keeps working on your task, then collects and **verifies** the result before trusting a line of it.\n\n## Contents\n\n- [Why you'd want this](#why-youd-want-this)\n- [How it works](#how-it-works)\n- [Prerequisites](#prerequisites)\n- [Install the skill](#install-the-skill)\n- [Usage](#usage)\n- [Safety model](#safety-model)\n- [Attribution](#attribution)\n\n## Why you'd want this\n\n- **Save your tokens.** Full-repo audits, big refactors, and research sweeps are expensive to run inside a Claude session. Offload them to Antigravity instead of burning your Claude context and subscription tokens on the grind work.\n- **Broaden your model choice.** Run a job on Gemini (or whatever Antigravity offers) for a genuinely independent second opinion — or just to put the right model on the right task.\n- **Work in parallel.** Fan out several sub-agent jobs at once while Claude Code stays responsive to you. More gets done per unit of wall-clock time.\n\n|  | Solo Claude Code session | With `antigravity-agents` |\n| --- | --- | --- |\n| Long audits \u002F refactors | Run inline, spending your context | Handed off to a background sub-agent |\n| Second opinion | Same model, same session | An independent model reviews the work |\n| Throughput | One task at a time | Multiple jobs run while Claude stays responsive |\n| Your Claude tokens | Spent on the heavy lifting | Spent on orchestration and verification |\n\n## How it works\n\nClaude writes the brief, launches the job non-interactively (`agy -p \"\u003Ctask>\"`), and immediately returns to your work. The sub-agent runs on its own. When it finishes, Claude reads the output and **verifies it** — `git diff`, typecheck, build — before any of it is trusted or merged.\n\n```mermaid\nflowchart LR\n    A[Claude Code\u003Cbr\u002F>orchestrator] -->|writes self-contained brief| B[\"agy -p '&lt;task&gt;'\"]\n    B -->|launched in background| C{Job type}\n    C -->|read-only| D[Sandbox mode\u003Cbr\u002F>runs concurrently]\n    C -->|writes files| E[Isolated worktree\u003Cbr\u002F>or separate repo]\n    A -. keeps building your task .-> A\n    D --> F[Result]\n    E --> F[Result]\n    F -->|git diff · typecheck · build| G[Claude verifies]\n    G -->|trusted| H[Folded into your work]\n```\n\n## Prerequisites\n\nTwo one-time steps.\n\n**1. Install the Antigravity CLI.**\n\nOn macOS \u002F Linux:\n\n```bash\ncurl -fsSL https:\u002F\u002Fantigravity.google\u002Fcli\u002Finstall.sh | bash\n```\n\nOn Windows (PowerShell):\n\n```powershell\nirm https:\u002F\u002Fantigravity.google\u002Fcli\u002Finstall.ps1 | iex\n```\n\nFull details are in the official guide: **https:\u002F\u002Fantigravity.google\u002Fdocs\u002Fcli\u002Fgetting-started**\n\n**2. Sign in to Google.**\n\nRun `agy` once in a terminal and complete the one-time Google OAuth sign-in in your browser:\n\n```bash\nagy\n```\n\nAfter that, Claude Code can launch `agy` jobs non-interactively — no further prompts.\n\n## Install the skill\n\nClone this repo and copy the `antigravity-agents` folder into your Claude Code skills directory. Claude Code auto-discovers it on the next run.\n\n**macOS \u002F Linux**\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fmarkfulton\u002Fclaude-antigravity-agents.git\ncp -r claude-antigravity-agents\u002Fantigravity-agents ~\u002F.claude\u002Fskills\u002F\n```\n\n**Windows (PowerShell)**\n\n```powershell\ngit clone https:\u002F\u002Fgithub.com\u002Fmarkfulton\u002Fclaude-antigravity-agents.git\nCopy-Item -Recurse claude-antigravity-agents\\antigravity-agents \"$env:USERPROFILE\\.claude\\skills\\\"\n```\n\nThat's it. Start a Claude Code session and ask it to delegate something — the skill loads on demand.\n\n## Usage\n\nJust talk to Claude Code the way you already do. A few prompts that trigger the skill:\n\n> \"Have Antigravity review my current branch diff for bugs while you keep building the checkout flow.\"\n\n> \"Spin up a sub-agent to audit this repo's dependencies for known vulnerabilities and report back.\"\n\n> \"Get a second opinion from Gemini on this caching design, and keep working on the API in the meantime.\"\n\nClaude decides the job type, picks the right isolation mode, launches it in the background, and reports back once it has collected and verified the result.\n\n## Safety model\n\nDelegation only helps if you can trust what comes back. One rule sits above everything else:\n\n> **An Antigravity job never writes to the same files Claude Code is editing at that moment.**\n\nThat rule drives how every job runs:\n\n| Job type | Writes files? | Isolation | Concurrent with Claude? |\n| --- | --- | --- | --- |\n| Code review | No | Sandbox (read-only) | Yes |\n| Architecture \u002F security analysis | No | Sandbox (read-only) | Yes |\n| Research sweep | No | Sandbox (read-only) | Yes |\n| Dependency \u002F config audit | No | Sandbox (read-only) | Yes |\n| Second opinion (different model) | No | Sandbox (read-only) | Yes |\n| Coding task | Yes | Isolated git worktree | Yes — on separate files |\n| Large refactor | Yes | Worktree \u002F separate repo | Yes — on separate files |\n\n**Everything is verified before it's trusted** — Claude inspects the `git diff` and runs the project's typecheck \u002F build on any returned work before folding it in. No sub-agent change is taken on faith. Keep a task in Claude when it's small, tightly coupled to what you're editing right now, or needs live back-and-forth; delegation shines on the heavy, separable work.\n\n## Attribution\n\n- **Created by [Mark Fulton](https:\u002F\u002Fmarkfulton.com)**\n- Founder of the **[Vibe Coding is Life](https:\u002F\u002Ffacebook.com\u002Fgroups\u002Fvibecodinglife)** community (300k+ members)\n- Co-authored by **Claude Fable 5**\n\n## License\n\nReleased under the [MIT License](LICENSE).\n","这是一个为 Claude Code 设计的技能插件，使 Claude 能作为编排器，将代码编写、审查、分析和研究等高开销任务委托给 Google Antigravity CLI（agy）子代理执行。核心特点是支持异步并行处理、跨模型协同（如调用 Gemini）、结果自动验证与上下文节省，所有逻辑通过单个 Markdown 技能文件（SKILL.md）集成。适用于需要降低 Claude token 消耗、获取多模型交叉验证、或对大型代码库进行后台批量处理的开发者工作流。","2026-07-13 02:30:03","CREATED_QUERY"]