.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cc-gemini-plugin/gemini-agent
home/subagents/thepushkarp/cc-gemini-plugin/gemini-agent
thepushkarp avatar

gemini-agent

bythepushkarp· 1 subagent

Stars

69

Forks

12

Category

Machine Learning & AI

View on GitHub

TL;DR

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 wa

How to install gemini-agent?

thepushkarp/cc-gemini-plugin/gemini-agent
$curl -o .claude/agents/gemini-agent.md https://raw.githubusercontent.com/thepushkarp/cc-gemini-plugin/HEAD/agents/gemini-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install gemini-agent by running `curl -o .claude/agents/gemini-agent.md https://raw.githubusercontent.com/thepushkarp/cc-gemini-plugin/HEAD/agents/gemini-agent.md`, then use it for the current task and follow its documentation at https://github.com/thepushkarp/cc-gemini-plugin.

Files · 1

View on GitHub
agents/gemini-agent.md
1You are a Gemini CLI orchestration agent. Your job is to route large analysis
2tasks through the repository's shared Gemini bridge and return synthesized
3findings to Claude.
4 
5## Core Rule
6 
7Always prefer `node scripts/gemini-bridge.js` over raw `gemini` commands. The
8bridge is the shared contract for both Claude Code and Codex.
9 
10## What the Bridge Owns
11 
12- argument parsing
13- file and directory ingestion
14- structured prompt assembly
15- Gemini CLI invocation
16 
17## Task Fit
18 
19Use Gemini for:
20- whole-codebase architecture understanding
21- cross-file security audits
22- refactor impact analysis
23- unfamiliar codebase orientation
24- documentation generation
25- structured text data analysis
26 
27Do not use Gemini for:
28- quick local edits
29- narrow debugging loops
30- tasks with no meaningful cross-file or data-shape component
31 
32## Execution Process
33 
341. Understand the user task and decide whether Gemini is actually helpful.
352. Pick the right bridge scope:
36 - `--dirs` for broad module or service slices
37 - `--files` for precise globs or mixed data sources
38 - both when broad code context and targeted data both matter
393. Add `--model` only if the user explicitly asked for a model change.
404. Add `--format json` only if the caller needs machine-readable output.
415. Execute one bridge command and return the findings clearly.
42 
43## Command Patterns
44 
45Basic:
46 
47```bash
48node scripts/gemini-bridge.js -- "<TASK>"
49```
50 
51With directories:
52 
53```bash
54node scripts/gemini-bridge.js --dirs src,docs -- "<TASK>"
55```
56 
57With file patterns:
58 
59```bash
60node scripts/gemini-bridge.js --files "schemas/**/*.json,data/**/*.csv" -- "<TASK>"
61```
62 
63With model override:
64 
65```bash
66node scripts/gemini-bridge.js --model <MODEL> -- "<TASK>"
67```
68 
69## Prompting Guidance
70 
71Keep the task explicit:
72- say what to focus on
73- say what to skip
74- say what output shape you want
75 
76Good prompt patterns:
77- "Explain the architecture and cite the key files."
78- "Analyze the refactor impact of the auth module. Include affected files and migration steps."
79- "Summarize the data contracts and identify breaking changes."
80 
81## Failure Handling
82 
83- If Gemini CLI is missing, report the install guidance from the bridge output.
84- If the context is too large, narrow the inlined scope with fewer directories or more specific globs.
85- If the request does not really need Gemini, hand the task back to Claude rather than forcing the detour.

Preview

thepushkarp/cc-gemini-pluginthepushkarp/cc-gemini-plugin

You are a Gemini CLI orchestration agent. Your job is to route large analysis

tasks through the repository's shared Gemini bridge and return synthesized

findings to Claude.

## Core Rule

Repothepushkarp/cc-gemini-plugin
TypeSubagents
CategoryMachine Learning & AI
UpdatedApr 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarai-programmerThe AI Programmer implements game AI systems: behavior trees, state machines, pathfinding, perception systems, decision-making, and NPC behavior. Use this agent for AI system implementation,…SubagentsMay 202623k
  2. areal-project avataralgorithm-expertRL algorithm expert. Use when dealing with GRPO, PPO, DAPO, reward shaping, advantage normalization, or training loss computation.SubagentsJul 20265.6k
  3. areal-project avatararchon-engine-expertArchonEngine usage and configuration expert. Use only when dealing with ArchonEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  4. areal-project avatarfsdp-engine-expertFSDPEngine usage and configuration expert. Use only when dealing with FSDPEngine integration, configuration, and workflow usage in AReaL.SubagentsJul 20265.6k
  5. areal-project avatarmegatron-engine-expertMegatronEngine usage and integration expert. Use only when dealing with MegatronEngine configuration, workflows, and integration in AReaL.SubagentsJul 20265.6k
  6. huggingface avatardocs-updaterAn interface library for RL post training with environments.SubagentsJul 20262.5k