From antigravity
Sends a one-shot prompt to Antigravity (agy) and returns the response verbatim. Supports --background flag for detached execution.
How this command is triggered — by the user, by Claude, or both
Slash command
/antigravity:ask [--background] <prompt>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Route this to the `antigravity:agy-rescue` subagent in MODE: ask. Raw user request: $ARGUMENTS Routing rules: - If the request contains `--background`, invoke the subagent with `run_in_background: true`. Strip the flag from the forwarded prompt. - Otherwise run the subagent in the foreground. - What remains after stripping `--background` IS the prompt. Trim whitespace. Pass this header block to the subagent followed by the prompt: Operating rules: - The subagent wraps the prompt with a `write_file` instruction (bug #76 workaround — see https://github.com/google-antigravity/antigravi...
Route this to the antigravity:agy-rescue subagent in MODE: ask.
Raw user request: $ARGUMENTS
Routing rules:
--background, invoke the subagent with run_in_background: true. Strip the flag from the forwarded prompt.--background IS the prompt. Trim whitespace.Pass this header block to the subagent followed by the prompt:
MODE: ask
INTENSITY:
MODEL:
RESUME: false
WRITE_FILE:
USER_TEXT:
<cleaned prompt>
Operating rules:
write_file instruction (bug #76 workaround — see https://github.com/google-antigravity/antigravity-cli/issues/76). Agy writes the answer to a temp file, the subagent reads it back, returns the content verbatim./agy:setup./agy:rescue instead (carries the same write-to-file workaround but with a longer timeout and the option to resume conversations).npx claudepluginhub marcosnahuel/antigravity-plugin-cc --plugin antigravity/setupVerifies the Antigravity (agy) CLI is installed, authenticated, and the plugin is ready to use. Runs a doctor check and reports status with fix commands.
/antigravityRuns an Antigravity CLI agentic session to autonomously create, edit, and search files for coding tasks.
/rescueDelegates a coding or investigation task to Grok, an AI model, and returns its output verbatim. Supports background execution, session resumption, and model selection.