/rescue
Delegate a coding, debugging or implementation task to the Antigravity CLI (agy) subagent
$ npx -y skills add MarcosNahuel/antigravity-plugin-cc --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/rescue
Context preview
What this command does when you run it.
Delegate a coding, debugging or implementation task to the Antigravity CLI (agy) subagent
Command definition
rescue.mddescription: Delegate a coding, debugging or implementation task to the Antigravity CLI (agy) subagent
argument-hint: "[--background] [--resume|--fresh] <what agy should do>"
context: fork
allowed-tools: Bash, Write
Route this request to the `antigravity:agy-rescue` subagent in MODE: rescue.
Raw user request: $ARGUMENTS
Routing rules:
- If the request contains `--background`, invoke the subagent with `run_in_background: true`. Use this when the user phrasing suggests a long-running task ("investigate", "refactor the whole module", "write tests for everything in X") and they explicitly opted in. Strip the flag.
- If the request includes `--resume`, set `RESUME: true` in the header you pass to the subagent.
- If the request includes `--fresh`, set `RESUME: false`.
- If neither flag is present and the user phrasing sounds like a follow-up ("continue", "keep going", "resume", "apply the first fix"), set `RESUME: true`. Otherwise `RESUME: false`.
- Strip the routing flags (`--background`, `--resume`, `--fresh`) from the user text before forwarding.
Pass this header block to the subagent followed by the cleaned user text:
MODE: rescue
INTENSITY:
MODEL:
RESUME: <true|false>
WRITE_FILE:
USER_TEXT:
<cleaned user request>
> **Note**: `--model` was rejected by `agy` 1.0.0/1.0.1 but is accepted again in **agy 1.0.5+**. This plugin defaults to omitting it (cross-version-safe — `agy` uses its configured default, typically Gemini 3.5 Flash "Medium"). The `MODEL:` header field is passed through to the subagent, which only forwards `--model` when set AND the local `agy --version` is ≥ 1.0.5; otherwise it's ignored.
Operating rules:
- The subagent is a thin forwarder. It returns agy's stdout verbatim.
- Return that stdout to the user as-is. Do not add commentary before or after.
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
Read more
description: Delegate a coding, debugging or implementation task to the Antigravity CLI (agy) subagent argument-hint: "[--background] [--resume|--fresh] <what agy should do>" context: fork allowed-tools: Bash, Write
Route this request to the `antigravity:agy-rescue` subagent in MODE: rescue.
Raw user request: $ARGUMENTS
Routing rules:
- If the request contains `--background`, invoke the subagent with `run_in_background: true`. Use this when the user phrasing suggests a long-running task ("investigate", "refactor the whole module", "write tests for everything in X") and they explicitly opted in. Strip the flag.
- If the request includes `--resume`, set `RESUME: true` in the header you pass to the subagent.
- If the request includes `--fresh`, set `RESUME: false`.
- If neither flag is present and the user phrasing sounds like a follow-up ("continue", "keep going", "resume", "apply the first fix"), set `RESUME: true`. Otherwise `RESUME: false`.
- Strip the routing flags (`--background`, `--resume`, `--fresh`) from the user text before forwarding.
Pass this header block to the subagent followed by the cleaned user text:
MODE: rescue INTENSITY: MODEL: RESUME: <true|false> WRITE_FILE: USER_TEXT: <cleaned user request>
> **Note**: `--model` was rejected by `agy` 1.0.0/1.0.1 but is accepted again in **agy 1.0.5+**. This plugin defaults to omitting it (cross-version-safe — `agy` uses its configured default, typically Gemini 3.5 Flash "Medium"). The `MODEL:` header field is passed through to the subagent, which only forwards `--model` when set AND the local `agy --version` is ≥ 1.0.5; otherwise it's ignored.
Operating rules:
- The subagent is a thin forwarder. It returns agy's stdout verbatim.
- Return that stdout to the user as-is. Do not add commentary before or after.
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
A local NotebookLM, multi-agent deep research, and 21 more commands — for Claude Code, powered by Google Antigravity (agy / Gemini 3.x), the official CLI that replaces the now-deprecated gemini-cli.
Repo: MarcosNahuel/antigravity-plugin-cc
Other commands on marcosnahuel-antigravity-plugin-cc.
- /ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Open command - /deep-research
Deep, multi-source, fact-checked web research with agy — reach for it when a decision or design depends on getting it right and a single-shot answer is not enough (architecture / tool / vendor choices, thorough landscape scans, anything you will act on). Builds an evidence
Open command - /design-review
Run a UX/visual design audit of a URL using Antigravity (agy). Captures desktop + mobile screenshots, scores 10 dimensions (hierarchy, typography, color, spacing, a11y, etc.), benchmarks against industry. Saves to docs/agy/design-reviews/.
Open command - /doc-to-md
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
Open command - /graph
Build a knowledge GRAPH of a folder (code + docs) with Graphify — tree-sitter ASTs + NetworkX + Leiden communities + an interactive graph.html. The code graph is built LOCALLY and costs zero tokens on any assistant; Gemini via agy only names the communities. Then Claude reads
Open command - /media
Ask a question about an AUDIO, VIDEO or IMAGE file (or a YouTube/remote URL) with Antigravity (agy / Gemini 3.x multimodal). Beyond transcription — "what decisions were made in this meeting?", "what happens at 2:30 in the video?", "what's the tone of this voice note?". Claude
Open command

