Skip to content
Development
Command

/ask

One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.

From plugin
marcosnahuel-antigravity-plugin-cc
2622 skills1 agent22 commands
Install
$ npx -y skills add MarcosNahuel/antigravity-plugin-cc --agent claude-code

How 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.md
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).
Read more
Ships withmarcosnahuel-antigravity-plugin-cc

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.

Get the whole plugin, auto-invoked
Stats
26
Stars
0
Views
6
Forks
Active
Maintenance
Python
Language
MIT
License
7d ago
Last commit
2mo ago
Created

Repo: MarcosNahuel/antigravity-plugin-cc