Skip to content

adelsayed2/agy-delegate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agy-delegate

skills.sh

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.

Install

Browse first:

npx skills add adelsayed2/agy-delegate --list

Install the package, or just the skill:

npx skills add adelsayed2/agy-delegate
npx skills add adelsayed2/agy-delegate --skill agy-delegate

Install 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

Prerequisites

What it does

The loop:

  1. Write a brief — a self-contained task spec; agy sees only what you send.
  2. Dispatch it via the bundled relay.mjs (a thin agy --print wrapper).
  3. Wait for completion — the relay writes a structured result.json.
  4. Review the diff — re-run the project's gates yourself.
  5. 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.

Trigger phrases

delegate this to agy
have agy do X
run it through agy
use agy to implement/fix/refactor
ask agy to…

Model options

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

Direct usage

# 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 20m

See SKILL.md for the full brief template and orchestration loop.

License

MIT — see LICENSE.

About

Delegate coding tasks to the Antigravity CLI (agy) as a background implementer; review the diff and commit it yourself.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors