Gemini Subagent banner
yotamleo yotamleo

Gemini Subagent

Development community

Description

--- name: gemini-subagent description: Dispatches a prompt to gemini-cli (Google's parallel agent CLI) via scripts/gemini/invoke.sh and returns its stdout to the main Claude context. Use this agent when the user or main thread wants to "delegate to gemini" / "use gemini for" a task, get a "second opinion" from a different model, perform a "large-context read" (gemini-cli's 1M-token context window wins on big inputs), or run "parallel triage" across many items. The agent is a thin gemini-cli disp

Installation

Installs to ~/.claude/agents/yotamleo-himmel-gemini-subagent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yotamleo/Himmel/HEAD/.claude/agents/gemini-subagent.md -o ~/.claude/agents/yotamleo-himmel-gemini-subagent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository