agy-review
Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type
> /plugin marketplace add davdittrich/delegate-agy > /plugin install agy-delegate@agy-delegate
How it fires
How this command gets triggered: by you, by Claude, or both.
/agyContext preview
What this command does when you run it.
Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type
command: agy description: Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type version: 1.0.2 category: ai-delegation tags: [agy, antigravity, gemini, gpt, delegate, multi-model]
Delegate the following task to agy via `agy-bridge` (installed to `~/.local/bin/` by plugin).
Task: $ARGUMENTS
1. Classify task type from the request:
2. For `code`, `analysis`, `review`: read relevant files with the `Read` tool first. agy only sees what you pipe to it.
3. Run the bridge via `Bash` tool:
# search — no file context needed
agy-bridge --type search -- "$ARGUMENTS"
# code or analysis — Read the target file, then pipe its content
{ echo "$ARGUMENTS"; echo "---"; cat "$FILE_PATH"; } | agy-bridge --type code
# review — pipe inline content or a Read-loaded file
{ echo "Critique this:"; echo "---"; cat "$FILE_PATH"; } | agy-bridge --type review4. Return result. For search: preserve source URLs verbatim. For code suggestions: apply with `Edit` tool and report what changed.
Claude Code plugin that bridges to agy (Google Antigravity CLI) — adds Gemini, GPT-OSS, and grounded web search to Claude sessions
Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
Web search via agy (Google Antigravity CLI) — agy grounded web search with source citations (for general search prefer the WebSearch tool)
Print the plugin's install path and the command to install agy-delegate's launcher wrappers (agy-bridge + gemini shim)
Print the plugin's install path and the command to remove agy-delegate's launcher wrappers (agy-bridge + gemini shim)