/ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
$ 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
/ask
Context preview
What this command does when you run it.
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Command definition
ask.mddescription: One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
argument-hint: "[--background] <prompt>"
context: fork
allowed-tools: Bash, Write
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:
MODE: ask
INTENSITY:
MODEL:
RESUME: false
WRITE_FILE:
USER_TEXT:
<cleaned prompt>
Operating rules:
- The subagent wraps the prompt with a `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.
- Present the response as-is. No commentary, no paraphrase.
- If the user did not supply a prompt, ask once: "What do you want to ask Antigravity?"
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
- For multi-step or long-running work, suggest `/agy:rescue` instead (carries the same write-to-file workaround but with a longer timeout and the option to resume conversations).
Read more
description: One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/. argument-hint: "[--background] <prompt>" context: fork allowed-tools: Bash, Write
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:
MODE: ask INTENSITY: MODEL: RESUME: false WRITE_FILE: USER_TEXT: <cleaned prompt>
Operating rules:
- The subagent wraps the prompt with a `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.
- Present the response as-is. No commentary, no paraphrase.
- If the user did not supply a prompt, ask once: "What do you want to ask Antigravity?"
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
- For multi-step or long-running work, suggest `/agy:rescue` instead (carries the same write-to-file workaround but with a longer timeout and the option to resume conversations).
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.
- /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 - /model
Show or set the agy (Antigravity / Gemini) model by writing ~/.gemini/antigravity-cli/settings.json — the reliable way to switch models (the unreliable --model flag silently falls back to the default). No agy call; takes effect immediately, no plugin reinstall.
Open command

