Stats
Actions
Tags
From agy
Internal helper contract for invoking Antigravity CLI from Claude Code and Codex plugin adapters
How this skill is triggered — by the user, by Claude, or both
Slash command
/agy:agy-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the shared companion from plugin adapters:
Use the shared companion from plugin adapters:
node "<plugin-root>/scripts/agy-companion.mjs" <command> "<raw arguments>"
Safety rules:
agy through Node spawn argv arrays, not shell-interpolated strings.agy --print for non-interactive runs and pipe the prompt through child stdin.--dangerously-skip-permissions only when explicitly requested.CLAUDE_PLUGIN_DATA when available.npx claudepluginhub iicmaster/antigravity-plugins --plugin agyCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.