A Skills CLI package containing the agy-delegate skill — delegate a coding task to the Antigravity CLI (agy) as a background implementer, then review the diff and commit it yourself.
Browse first:
npx skills add adelsayed2/agy-delegate --listInstall the package, or just the skill:
npx skills add adelsayed2/agy-delegate
npx skills add adelsayed2/agy-delegate --skill agy-delegateInstall for a specific agent, or globally:
npx skills add adelsayed2/agy-delegate --skill agy-delegate --agent claude-code
npx skills add adelsayed2/agy-delegate --global- Antigravity CLI (
agy) installed and authenticated - Node 18+
- git
The loop:
- Write a brief — a self-contained task spec;
agysees only what you send. - Dispatch it via the bundled
relay.mjs(a thinagy --printwrapper). - Wait for completion — the relay writes a structured
result.json. - Review the diff — re-run the project's gates yourself.
- Land it — you commit, because the orchestrator owns the judgment.
Use $agy-delegate to have agy implement the refactor in services/billing/, then review and commit it.
Use $agy-delegate to run this queue of migration tasks through agy while I review each one.
delegate this to agy
have agy do X
run it through agy
use agy to implement/fix/refactor
ask agy to…
| Model | Best for |
|---|---|
Gemini 3.5 Flash (Medium) |
Fast mechanical tasks |
Claude Sonnet 4.6 (Thinking) |
Complex reasoning (default) |
Claude Opus 4.6 (Thinking) |
Highest quality, slower |
# List available models
agy models# Write your brief to a file, then dispatch:
node ~/.claude/skills/agy-delegate/scripts/relay.mjs \
--brief /tmp/brief.txt \
--cd /path/to/repo \
--model "Gemini 3.5 Flash (Medium)" \
--timeout 20mSee SKILL.md for the full brief template and orchestration loop.
MIT — see LICENSE.