Skip to content

gemini-agent

Use this agent for deep codebase exploration when a task benefits from Gemini's large context window or from synthesizing many text-like files in one pass. Treat Gemini as a satellite view for architecture, refactor impact, and structured data analysis. <example> Context: User

shell
$ npx -y skills add thepushkarp/cc-gemini-plugin --agent claude-code

Ships with cc-gemini-plugin. Installing the plugin gets this agent.

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this agent.

Use this agent for deep codebase exploration when a task benefits from Gemini's large context window or from synthesizing many text-like files in one pass. Treat Gemini as a satellite view for architecture, refactor impact, and structured data analysis. <example> Context: User
Ships withcc-gemini-plugin

Dual-host Gemini CLI integration for Claude Code and Codex. This repository uses one shared Gemini runtime and two thin host adapters: Claude Code exposes /cc-gemini-plugin:gemini and gemini-agent. Codex exposes the bundled gemini-integration skill.

Get the whole plugin, auto-invoked
Stats
70
Stars
0
Views
12
Forks
Maintained
Maintenance
JavaScript
Language
3mo ago
Last commit
6mo ago
Created

Repo: thepushkarp/cc-gemini-plugin