Skip to content
Development
Command

/agy

Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type

From plugin
agy-delegate
175 skills2 agents5 commands1 hook
Install
> /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.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/agy

Context preview

What this command does when you run it.

Delegate any task to agy (Google Antigravity CLI) — auto-selects model by task type

Command definition

agy.md
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

Steps

1. Classify task type from the request:

  • `search` — web lookup, current info, citations needed
  • `code` — code analysis, debugging, implementation
  • `analysis` — large file analysis (>300 lines)
  • `review` — adversarial critique of code, plan, or argument

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 review

4. Return result. For search: preserve source URLs verbatim. For code suggestions: apply with `Edit` tool and report what changed.

Ships withagy-delegate

Claude Code plugin that bridges to agy (Google Antigravity CLI) — adds Gemini, GPT-OSS, and grounded web search to Claude sessions

Get the whole plugin
Stats
17
Stars
2
Forks
Active
Maintenance
Shell
Language
26d ago
Last commit
3mo ago
Created

Repo: davdittrich/delegate-agy

Other commands on agy-delegate.