/resume
Continue the most recent Antigravity (Gemini 3.5) conversation with a follow-up.
$ npx -y skills add Idun-Group/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
/resume
Context preview
What this command does when you run it.
Continue the most recent Antigravity (Gemini 3.5) conversation with a follow-up.
Command definition
resume.mddescription: Continue the most recent Antigravity (Gemini 3.5) conversation with a follow-up. argument-hint: "[--conversation <id>] [--background] [follow-up instruction]" allowed-tools: Bash(node:*)
Push a follow-up to the most recent Antigravity conversation (or a specific one with `--conversation <id>`). Handy right after a `/antigravity:delegate` or `/antigravity:review` when you want to keep the same Gemini 3.5 thread instead of starting fresh.
Run exactly this and show the output verbatim:
node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity.mjs" resume $ARGUMENTSPresent the companion's stdout as-is. Do not summarize, reformat, or add commentary. Use the `antigravity-result-handling` skill to interpret the output (response vs quota/auth/backend error) before acting on it. If a `--background` job was started, the output includes the job id — point the user at `/antigravity:status` and `/antigravity:result` to follow it.
Drive Google's Antigravity CLI (agy, powered by Gemini 3.5) without leaving Claude Code. A Claude Code plugin that hands work to agy — Google's Antigravity CLI — and brings the result back into your session.
Repo: Idun-Group/antigravity-plugin-cc
Other commands on idun-group-antigravity-plugin-cc.
- /cancel
Cancel a running background Antigravity job.
Open command - /delegate
Hand a task to Antigravity (Gemini 3.5) and get the result back inside Claude Code.
Open command - /result
Show the final output (and conversation id) of a finished Antigravity job.
Open command - /review
Cross-model code review of your changes by Gemini 3.5 (read-only, contained).
Open command - /setup
Check whether the Antigravity CLI (agy, Gemini 3.5) is installed and signed in, and install it if it's missing.
Open command - /status
Show running and recent Antigravity jobs for this repo.
Open command

