antigravity-cli-delegate
Installation
SKILL.md
Antigravity CLI Delegate
Use Antigravity CLI as a secondary worker. Codex remains the orchestrator and must inspect Antigravity's output before acting on it.
Install
npx skills add DevBD1/skills --skill antigravity-cli-delegate
Default Rules
- Prefer bounded headless delegation through
agy --print. - Use the wrapper's JSON output so Codex can parse response and conversation metadata.
- Resolve the wrapper relative to the installed skill directory, then run
scripts/antigravity_delegate.py. If the host agent sandboxes network, auth, local callbacks, or long-running commands, request the narrow approval needed for that wrapper command. - Do not use
agy --dangerously-skip-permissions. - Do not treat Antigravity output as source of truth. Verify claims against files, commands, docs, or tests.
- Do not let Antigravity make changes unless the user explicitly asks for implementation delegation or an interactive Antigravity session.
- For deterministic crawling or scraping, prefer existing Codex/web/crawl4ai paths unless the user asks Antigravity to handle the research.