whatisgithub

What is claude-antigravity-agents?

markfulton/claude-antigravity-agents — explained in plain English

Analysis updated 2026-05-18

105Audience · developerComplexity · 2/5LicenseSetup · moderate

In one sentence

A Claude Code skill that offloads heavy coding, review, and research jobs to Google's Antigravity CLI in the background so Claude keeps working on your main task.

Mindmap

mindmap
  root((antigravity-agents))
    What it does
      Delegates jobs to Antigravity CLI
      Runs background sub agents
      Verifies results before trusting them
    Tech stack
      Claude Code skill
      Antigravity CLI
      Gemini models
    Use cases
      Repo audits and refactors
      Second model opinions
      Parallel research sweeps
    Audience
      Claude Code users
      Developers
      Solo builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Delegate a full repository audit to a background agent while Claude Code keeps building a feature.

USE CASE 2

Get a second opinion on a design decision from a different model without switching tools.

USE CASE 3

Run a large refactor in an isolated git worktree so it never conflicts with active edits.

USE CASE 4

Fan out several research or review jobs in parallel to speed up a big task.

What is it built with?

Claude CodeAntigravity CLIGeminiBashPowerShell

How does it compare?

markfulton/claude-antigravity-agentsahammadmejbah/awesome-llm-datasetsandrewrk/pydaw
Stars105105105
LanguageC++
Last pushed2010-08-27
MaintenanceDormant
Setup difficultymoderateeasyhard
Complexity2/51/53/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires installing the Antigravity CLI and completing a one-time Google OAuth sign-in before Claude Code can launch jobs.

MIT: use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

This project is a skill for Claude Code, meaning a single instruction file that teaches Claude Code a new capability rather than a standalone application. Once installed, it lets Claude Code hand off heavy jobs, like a full repository audit, a large refactor, or a research sweep, to Google's Antigravity CLI, a separate terminal coding agent that runs on Gemini and other Google models. The idea is that instead of Claude Code doing every part of a task inside your current session, burning your context and subscription tokens along the way, it can write a self contained brief describing the job, launch it as a background Antigravity process, and keep working on whatever you actually asked it to do. When the background job finishes, Claude Code reads the result and checks it, running things like a git diff, a typecheck, or a build, before treating any of the returned work as trustworthy. This also lets you get a genuinely independent second opinion, since Antigravity jobs run on a different model than Claude itself, which can be useful for reviewing a design decision or catching bugs a single model might miss. The project sets a firm rule for safety: an Antigravity job is never allowed to write to the same files Claude Code is actively editing at that moment. Read-only jobs like code review or security analysis run in a sandboxed mode alongside Claude, while jobs that write code run in an isolated git worktree or a separate repository instead. Using it requires installing the Antigravity CLI and completing a one time Google sign-in, then copying this project's skill folder into your local Claude Code skills directory. After that, you simply ask Claude Code in plain language to delegate something, and it decides the job type and handles the rest. It is released under the MIT license.

Copy-paste prompts

Prompt 1
Install the antigravity-agents skill into my Claude Code skills directory following this repo's instructions.
Prompt 2
Have Claude Code delegate a dependency audit to Antigravity while it keeps working on my current task.
Prompt 3
Explain the safety rule that keeps Antigravity jobs from writing to files Claude Code is editing.
Prompt 4
Get a second opinion from Gemini via Antigravity on my current branch's caching design.

Frequently asked questions

What is claude-antigravity-agents?

A Claude Code skill that offloads heavy coding, review, and research jobs to Google's Antigravity CLI in the background so Claude keeps working on your main task.

What license does claude-antigravity-agents use?

MIT: use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is claude-antigravity-agents to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is claude-antigravity-agents for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.