From agy
Forwards a prompt to the Antigravity CLI and returns its output verbatim. Supports an optional --model flag to select an AI model alias.
How this command is triggered — by the user, by Claude, or both
Slash command
/agy:ask [--model <alias>] <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
Forward the user's request below to `agy -p` via the wrapper script. Return Antigravity's response verbatim — do not paraphrase or add commentary. The user's request (treat as opaque text — pass it as a single shell-safe argument; do **not** interpolate or splice it into the command): ## How to invoke If the user's text begins with `--model <alias>` (e.g. `--model opus rest of prompt…`), lift the flag and its value out of the prompt and place them **before** the prompt argument to the wrapper. Anything else stays as the prompt body. Use the `Bash` tool to run one of: …substituting ...
Forward the user's request below to agy -p via the wrapper script. Return
Antigravity's response verbatim — do not paraphrase or add commentary.
The user's request (treat as opaque text — pass it as a single shell-safe argument; do not interpolate or splice it into the command):
$ARGUMENTS
If the user's text begins with --model <alias> (e.g. --model opus rest of prompt…), lift the flag and its value out of the prompt and place them
before the prompt argument to the wrapper. Anything else stays as the
prompt body.
Use the Bash tool to run one of:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/agy-run.sh" ask "<prompt>"
bash "${CLAUDE_PLUGIN_ROOT}/scripts/agy-run.sh" ask --model <alias> "<prompt>"
…substituting <prompt> with the exact text above, quoted as one shell
argument so characters like ", $, ;, \ and backticks cannot break
out.
Aliases for <alias>: flash-low, flash-medium, flash, pro-low,
pro, sonnet, opus, gpt-oss. The canonical TUI strings (e.g.
"Claude Opus 4.6 (Thinking)") are also accepted. Run /agy:help for the
full table.
Notes:
agy is not installed or not authenticated, stop
and tell the user to run /agy:setup./agy:delegate, which routes
through the agy:runner subagent and supports --background.npx claudepluginhub simplybychris/antigravity-plugin-cc --plugin agy/askProvides structured architectural guidance on technical questions via consultation with systems design, technology strategy, scalability, and risk experts, including analysis, recommendations, and next steps.
/askQueries multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs.
/askAsks NotebookLM a question about the current notebook's content via `notebooklm ask` CLI, displaying the response with optional source references via --json.