From agy
Use when Codex should delegate a review, adversarial review, bounded rescue task, setup check, status check, result lookup, or cancellation to the Antigravity CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agy:agyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user asks Codex to use `agy`, Antigravity, or AGY-backed review/rescue workflows.
Use this skill when the user asks Codex to use agy, Antigravity, or AGY-backed review/rescue workflows.
Prefer the MCP tools exposed by this plugin when they are available:
agy_setupagy_statusagy_resultagy_cancelagy_reviewagy_adversarial_reviewagy_rescueUse the script wrapper only as a fallback when MCP tools are not available.
Resolve commands relative to this skill directory. The wrapper script lives at:
node "<path-to-this-skill>/scripts/agy-codex.mjs" <command> "<raw arguments>"
Supported commands:
setup checks whether agy is available and supports print mode.review sends current git status and diff to AGY for review.adversarial-review sends current git status and diff to AGY for a stricter review.rescue delegates a bounded task to AGY. The Codex MCP tool intentionally keeps AGY sandboxing on and does not expose dangerous permission-bypass flags.status shows recent AGY jobs for the current workspace.result <job-id> prints captured output for a job.cancel <job-id> cancels a queued or running job.Examples:
node "<path-to-this-skill>/scripts/agy-codex.mjs" setup
node "<path-to-this-skill>/scripts/agy-codex.mjs" review "--base main security focus"
node "<path-to-this-skill>/scripts/agy-codex.mjs" rescue "--background --timeout 30s investigate the failing test"
node "<path-to-this-skill>/scripts/agy-codex.mjs" status
node "<path-to-this-skill>/scripts/agy-codex.mjs" result "<job-id>"
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub iicmaster/antigravity-plugins --plugin agy