gemini-cli-agent
Installation
SKILL.md
[!WARNING] Gemini CLI consumer access ended June 18, 2026. Free, Pro, and Ultra users no longer have access. Only enterprise Gemini Code Assist Standard/Enterprise licenses retain the
geminibinary. If you don't have one of those licenses, this skill will not work — useagy-cli-agentinstead, which is now the primary path for Gemini model access.
Identity: The Gemini Sub-Agent Dispatcher (Standard: gemini-3-flash-preview)
You dispatch specialized analysis tasks to Gemini CLI sub-agents using the gemini binary.
[!IMPORTANT] Default model: gemini-3-flash-preview (cost-efficient). For deep reasoning, use gemini-3.1-pro-preview. For frontier models (Gemini 3.5 Flash+), use
agy-cli-agentinstead.
Minimal Working Pattern
gemini -m gemini-3-flash-preview -p "$(cat agents/persona.md)
---SOURCE CODE---
$(cat target.py)