← ClaudeAtlas

geminilisted

Use when running a prompt through Google's Gemini directly. A manual invocation point for /model-cli:agy — the Antigravity (agy) CLI supersedes the standalone gemini CLI (Google retires it on 2026-06-18), so both entry points resolve through the same backend chain: agy, then the gemini CLI, then agent --model gemini-3.1-pro.
tony/ai-workflow-plugins · ★ 2 · AI & Automation · score 70
Install: claude install-skill tony/ai-workflow-plugins
# Gemini CLI Skill This is an alias for `/model-cli:agy`. Google's Antigravity (`agy`) CLI is the successor to the standalone `gemini` CLI, so this entry point resolves through the same backend chain (`agy` → `gemini` → `agent --model gemini-3.1-pro`). When `agy` is unavailable it still falls back to the `gemini` CLI, so `/model-cli:gemini` keeps working before and after the gemini CLI is retired. Invoke the Antigravity (agy) CLI skill with `$ARGUMENTS`. If `$ARGUMENTS` is empty, ask the user what they want to run. All triggers supported by `/model-cli:agy` are passed through, including `timeout:<seconds>`, `timeout:none`, and `mode:plan`.