| name | agy-delegate |
| description | Delegate coding tasks to the Google Antigravity CLI (`agy`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility. |
| risk | safe |
| category | agent-orchestration |
| source | https://github.com/amElnagdy/delegate-skills |
| source_repo | amElnagdy/delegate-skills |
| source_type | community |
| date_added | 2026-08-26 |
| license | MIT |
| license_source | https://github.com/amElnagdy/delegate-skills/blob/master/LICENSE |
| compatibility | Requires the `agy` CLI installed and authenticated, Node.js, and git. The orchestrator must be able to run shell commands and read files. Shell examples assume bash/zsh (macOS/Linux, or Git Bash/WSL on Windows). |
| metadata | {"version":"0.5.0"} |
Antigravity Delegate
When to Use
- You want to delegate a bounded coding task to a separate
agy implementer (Google Antigravity) and then review its diff yourself.
- The user explicitly asked for delegation to this implementer.
You are the orchestrator. This skill lets you hand a bounded coding task to a separate
implementer - the Google Antigravity CLI (agy) - then review what it produced and land it
yourself. You write the brief and own the judgment; Antigravity does the typing in its own
conversation; you verify and commit.
Nothing here is specific to one orchestrating agent. The loop needs only the ability to run a shell
command and read a file, so any comparable agent can drive it. It is designed for and run on Claude
Code; treat other orchestrators as designed-for, not yet proven.
When NOT to use this
- The task is small enough to just do inline - delegation overhead is not worth it.
- The
agy CLI is not installed or not authenticated. Install it from Antigravity's CLI docs and run
the first-launch setup.
- You want to write the code yourself, or you only need Antigravity's opinion on code you wrote (a
--read-only dispatch covers review without edits, but a plain review may not need delegation at all).
Prerequisites (check once)
agy help succeeds. If not, install the Antigravity CLI and complete first-launch setup.
agy models succeeds. That proves the CLI can authenticate and list the available model labels.
- You are in (or will point
--cd at) the target git repository.
These checks do not prove that a headless write will be approved. In --print mode, Antigravity
cannot prompt for a write permission and may auto-deny it. The relay detects that denial instead of
reporting completion.
Choose the implementer model
agy has a configured default model, so --model is optional. Use it when the human has a preferred
Antigravity model label for the task. Otherwise let Antigravity use its own current default rather than
guessing.
The loop
Run these five steps per task. Steps 1, 4, and 5 are your judgment; 2 and 3 are mechanical.
1. Write the brief
Antigravity sees only the text you send plus what it can inspect in the workspace - no chat history, no
shared context. Everything the task needs goes in the brief: the goal, the current state, what to
change, what to leave untouched, the project's gate commands, and a report contract. Tell
Antigravity it will commit (you will). Keep one task per brief. Full guidance and a template:
.