antigravity-cli-bridgelisted
Install: claude install-skill sabaiway/agent-workflow
# antigravity-cli-bridge
Bridges the main agent to **Antigravity CLI** (`agy`), Google's successor to Gemini CLI. As of
2026-06-18 the old Gemini CLI stopped serving Google AI Pro / Ultra / free tiers; terminal access to
Google's models moved to `agy`. This is a **delegated-execution backend** beside Codex: the main
agent stays the orchestrator — owning decisions, edits, verification, and user-facing claims — and
hands `agy` a bounded, self-contained sub-task answered from the **subscription** quota (no
pay-as-you-go billing). `agy` reaches Gemini, Claude, and GPT-OSS through one subscription, so it
serves as both a cheap probe engine (Flash) and a strong second opinion (Pro / Claude Thinking).
## Overview / when to use
Use this skill when the user wants to:
- Delegate a focused prompt to `agy` in headless mode.
- Use Gemini, Claude, or GPT-OSS access available through a Google AI Pro/Ultra subscription.
- Ask a second model to review a plan, summarise project context, or critique a diff supplied in the
prompt.
- Install, authenticate, smoke-test, or troubleshoot `agy`, or understand its models/flags/quota.
Do **not** use it to bundle secrets, bypass subscription auth, or hand uncontrolled repository
mutations to `agy`.
## Install
Clean-machine setup is in [`setup/README.md`](setup/README.md). In short: the binary is **`agy`**
(not `antigravity`), installs to `~/.local/bin/agy`, and must be on `PATH`; expose this skill's
wrapper [`bin/agy.sh`](bin/agy.sh) on `PATH` a