thepushkarpthepushkarpCommunityยท1 Agent Skills Included

cc-gemini-plugin

Large-context codebase analysis through Gemini CLI integration

Hands large cross-file analysis tasks to Gemini CLI from Claude Code and Codex. Handles whole-codebase architecture reviews, security audits, refactor impact checks, and documentation generation in one pass. Eliminates slow file-by-file reading by inlining many files into a single structured prompt. Includes a shared bridge script with directory, glob, model, and output format options.
npx skills add thepushkarp/cc-gemini-plugin --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-gemini-plugin?โ–ผ

Run `npx skills add thepushkarp/cc-gemini-plugin --all -g -y` in your terminal to install it globally. You also need the Gemini CLI installed and authenticated with `gemini auth`.

What is cc-gemini-plugin used for?โ–ผ

It sends large cross-file tasks like architecture reviews, refactor impact analysis, and security audits to Gemini's large context window instead of reading files one by one.

Does cc-gemini-plugin work with Claude Code and Codex?โ–ผ

Yes. Claude Code gets a slash command and a gemini-agent, while Codex uses the bundled gemini-integration skill, both sharing the same bridge runtime.

When should I not use the Gemini handoff?โ–ผ

Skip it for quick single-file edits, narrow debugging, or tasks with no cross-file context, since the handoff adds latency without benefit.

Can it analyze structured data files?โ–ผ

Yes. It can read JSON, YAML, TOML, CSV, Markdown, and code together to summarize data contracts and spot breaking changes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’