agy-search
Web search via agy (Google Antigravity CLI) — agy grounded web search with source citations (for general search prefer the WebSearch tool)
Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
> /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.
/agy-reviewContext preview
What this command does when you run it.
Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments
command: agy-review description: Adversarial critique via agy using Gemini Pro — independent second opinion on code, plans, or arguments version: 1.0.2 category: ai-delegation tags: [agy, review, critique, adversarial, gemini, second-opinion]
Run an adversarial review via agy using Gemini Pro for an independent perspective.
Target: $ARGUMENTS
1. If `$ARGUMENTS` is a file path: read it with the `Read` tool and pipe content to bridge. If `$ARGUMENTS` is inline content: pipe directly.
2. Run via `Bash` tool:
If `$ARGUMENTS` is a file path, use the `Read` tool first and pipe the file content:
# Inline content — arguments are the content to review
{
echo "Critique this critically. Identify all flaws, risks, assumptions, and weaknesses:"
echo ""
echo "$ARGUMENTS"
} | agy-bridge --type review
# File path — Read the file first, then pipe it
{
echo "Critique this critically. Identify all flaws, risks, assumptions, and weaknesses:"
echo ""
cat "$ARGUMENTS"
} | agy-bridge --type review3. Return the critique verbatim. Surface every disagreement explicitly. Do not soften or filter findings.
Claude Code plugin that bridges to agy (Google Antigravity CLI) — adds Gemini, GPT-OSS, and grounded web search to Claude sessions
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)
Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type