What problem does it solve? When you're stuck on a recurring error, an approach that won't converge, or want a genuinely independent second opinion, this Skill hands the task to Google's Antigravity CLI (agy) — a different agent harness with its own orchestration and tool-execution layer — rather than just re-prompting the same session. ## Core Features & Use Cases - Subprocess forwarding: Sends your task verbatim to agy via a companion script and returns its output exactly as printed, with no added commentary. - Mode control: Choose --write (default, allows edits) or --read-only (diagnosis only), --fresh or --resume conversations, custom --model, and a --timeout (default 10m). - Workspace anchoring: Always passes --add-dir "$(pwd)" so agy operates on the real project instead of its internal scratch sandbox. - Use Case: A failing test suite has resisted three fix attempts. Forward the failure description with --read-only to get an independent diagnosis from a different agent harness before trying another approach. ## Quick Start Forward my current stuck task to the Antigravity CLI in read-only mode and return its diagnosis verbatim.