cc-gemini-plugin
Large-context codebase analysis through Gemini CLI integration
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core