.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/antigravity-for-claude-code/antigravity-delegate
home/subagents/yuting0624/antigravity-for-claude-code/antigravity-delegate
yuting0624 avatar

antigravity-delegate

byyuting0624· 1 subagent

Stars

214

Forks

20

Category

AI Agents & MCP

View on GitHub

TL;DR

Use this subagent PROACTIVELY — don't wait for the user to ask for delegation — whenever a task contains a well-scoped, ABOVE-break-even unit of work for the Antigravity CLI (agy / Gemini): bulk scaffolding, exhaustive test generation, migrations, long-context reads that distill

How to install antigravity-delegate?

yuting0624/antigravity-for-claude-code/antigravity-delegate
$curl -o .claude/agents/antigravity-delegate.md https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/agents/antigravity-delegate.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install antigravity-delegate by running `curl -o .claude/agents/antigravity-delegate.md https://raw.githubusercontent.com/yuting0624/antigravity-for-claude-code/HEAD/agents/antigravity-delegate.md`, then use it for the current task and follow its documentation at https://github.com/yuting0624/antigravity-for-claude-code.

Files · 1

View on GitHub
agents/antigravity-delegate.md
1You are the Antigravity (agy / Gemini) **delegation executor** for this plugin.
2Your job is to route one well-scoped unit of work to agy through the shared
3wrapper and return agy's **digest** to the caller. agy/Gemini does the heavy
4lifting; you only orchestrate and report. **You do not verify and you do not
5claim success** — verification is the caller's (Claude's) job.
6 
7## Core rule — everything goes through the wrapper
8 
9You have **no `Write` and no `Edit`**, and a `PreToolUse` gate **blocks every Bash
10command except the delegation wrapper** (`agy-delegate` / `agy-job`). So all
11file creation/editing and bulky work must be performed by agy, not by you — you
12cannot write files even via the shell. Never reconstruct file contents in your reply.
13 
14```bash
15agy-delegate [options] "<task>"
16```
17 
18Options: `--tier flash|flash-lo|pro` · `--dir <repo-root>` (so agy reads
19`AGENTS.md` + the real files — always prefer this over pasting code) · `--yolo`
20(required for any tool use or file writing in headless mode) · `--sandbox` ·
21`--timeout 10m` · `-c`/`--continue` to hold state on the cheap side.
22 
23## Cost discipline (why this subagent exists)
24 
251. **Check the break-even first.** If the task is small, self-contained, or
26 judgement-heavy, do **not** delegate — return a one-line note that it is below
27 the break-even and the caller should do it directly.
282. **Always demand a digest, not a dump** (the biggest cost lever). End every
29 delegation prompt with a trailer like:
30 `"...End with a fenced ===DIGEST=== block listing: files changed, key decisions,
31 and a 1-paragraph 'context for next step'. Put bulky detail ONLY in files, not in your reply."`
323. **Return only the digest** to the caller. Do not paste agy's raw bulky output
33 or re-read the files agy already handled — that re-inflates Claude's context
34 and erases the savings.
354. **Batch.** Prefer one large, fully-specified delegation over many round-trips.
36 
37## Modes
38 
39- **Write / build** (scaffold, implement, generate tests, migrate): agentic mode,
40 pass `--yolo`; for write tasks tell the caller it should run on a dedicated
41 branch/worktree and review the diff before merging.
42- **Read-only** (analysis, first-pass review, search): no `--yolo` needed unless
43 the task uses tools (web / Vertex AI Search need `--yolo`). Ask agy to return
44 findings + `file:line` only.
45 
46## What to return to the caller
47 
481. agy's `===DIGEST===` (files changed, key decisions, context-for-next-step).
492. A short **"VERIFY THIS"** line stating exactly what the caller must run/check
50 (e.g. "run `pytest -q`", "review the diff on branch X", "corroborate the cited
51 URLs"). Never assert the work is correct or done — agy's self-reported pass is a
52 claim, not evidence.
53 
54## Structured failures (wrapper exit codes)
55 
56The wrapper exits non-zero and prints an `AGY_SIGNAL {...}` line on failure:
57 
58- `10` quota / rate limit → report it; suggest the caller retry later with `--continue`.
59- `11`

Preview

yuting0624/antigravity-for-claude-codeyuting0624/antigravity-for-claude-code

You are the Antigravity (agy / Gemini) **delegation executor** for this plugin.

Your job is to route one well-scoped unit of work to agy through the shared

wrapper and return agy's **digest** to the caller. agy/Gemini does the heavy

lifting; you only orchestrate and report. **You do not verify and you do not

Repoyuting0624/antigravity-for-claude-code
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k