By jiachengxu
Integrate Google Gemini CLI as a subagent in Claude Code for code review, task delegation, and investigation.
Run an adversarial Gemini code review that pressure-tests design assumptions
Cancel an active background Gemini job
Delegate investigation, bug fix, or task to Gemini CLI
Retrieve output of a completed Gemini job
Run a Gemini code review against local git state
Internal helper contract for invoking the Gemini companion script from the gemini-rescue subagent.
Guidance for composing effective prompts when delegating tasks to Gemini CLI.
Standards for presenting Gemini CLI output back to the user.
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
A Claude Code plugin that integrates Google Gemini CLI as a subagent for code review, task delegation, and investigation.
Inspired by and modeled after openai/codex-plugin-cc. Credit to OpenAI for pioneering the Claude Code plugin pattern.
/gemini:review — Gemini code review against local git changes (read-only enforced)/gemini:adversarial-review — Pressure-test code by challenging design assumptions and finding failure modes/gemini:rescue — Delegate investigation, bug fix, or task to Gemini (foreground or background)/gemini:status — Show active and recent Gemini jobs/gemini:result — Retrieve completed job output/gemini:cancel — Cancel a running background jobAdd the marketplace in Claude Code:
/plugin marketplace add jiachengxu/gemini-plugin-cc
Install the plugin:
/plugin install gemini@gemini-plugin-cc
Reload plugins:
/reload-plugins
Then run:
/gemini:setup
/gemini:setup will check if Gemini CLI is installed, probe authentication, and validate capabilities. If Gemini CLI is missing, it will offer to install it for you.
If you prefer to install Gemini CLI yourself:
npm install -g @google/gemini-cli
If Gemini CLI is installed but not authenticated yet, run it interactively once to complete OAuth:
!gemini
After install, you should see:
/gemini:review, /gemini:rescue, etc.)gemini:gemini-rescue subagent in /agents/gemini:reviewRuns a Gemini review on your current git changes. Automatically detects staged, unstaged, and untracked files. Review mode is read-only enforced — Gemini cannot modify your workspace.
/gemini:review
/gemini:review --model flash
/gemini:adversarial-reviewSame as /gemini:review but with adversarial framing — challenges hidden assumptions, probes failure modes, and stress-tests edge cases.
/gemini:adversarial-review
/gemini:rescueDelegate a task to Gemini. Runs in foreground by default, or in the background with --background.
/gemini:rescue investigate the auth bug in src/middleware.ts
/gemini:rescue --background refactor the error handling in lib/
/gemini:rescue --resume # continue previous session
/gemini:status, /gemini:result, /gemini:cancelManage background jobs:
/gemini:status # list all jobs
/gemini:status <job-id> # detailed view
/gemini:result # latest completed result
/gemini:result <job-id> # specific job result
/gemini:cancel # cancel latest running job
Apache-2.0
npx claudepluginhub jiachengxu/gemini-plugin-cc --plugin geminiUse Gemini CLI from Claude Code to review code or delegate tasks.
Use the Pi coding agent from Claude Code to review code or delegate tasks.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.