← All plugins
cc-gemini-plugin
v1.3.5Integrate Gemini CLI for long-context code exploration from Claude Code and Codex
Claude Code1 skill
by thepushkarp69updated 3 months ago
Source
git clone https://github.com/thepushkarp/cc-gemini-pluginClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
cc-gemini-plugin/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
gemini-integrationSKILL.md
Use Gemini CLI for long-context codebase exploration, architecture review, refactor impact analysis, documentation synthesis, or structured data analysis when the host should hand off a large cross-file problem instead of solving it file-by-file.
Manifests1
.claude-plugin/plugin.json
{
"name": "cc-gemini-plugin",
"version": "1.3.5",
"description": "Integrate Gemini CLI for long-context code exploration from Claude Code and Codex",
"author": {
"name": "thepushkarp"
},
"keywords": [
"gemini",
"google",
"code-exploration",
"analysis",
"long-context",
"documentation",
"writing",
"codex",
"claude-code"
]
}