Run a steerable adversarial Gemini review of working-tree or branch changes in this repository
Cancel an active background Gemini job in this repository
Delegate a task to Gemini for debugging, implementation, or deeper investigation
Show the stored final output for a finished Gemini job in this repository
Run a Gemini code review of working-tree or branch changes in this repository
Internal helper contract for calling the gemini-companion runtime from Claude Code
Gemini model prompting guide for effective task delegation from Claude Code
Internal guidance for presenting Gemini helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
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.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Use Google's Gemini CLI from inside Claude Code to review code or delegate tasks.
Origin: This plugin is a port of codex-plugin-cc, adapted from OpenAI's Codex App Server Protocol to Google's ACP (Agent Client Protocol). See Differences from codex-plugin-cc for details.
| Command | Purpose |
|---|---|
/gemini:review | Read-only Gemini code review |
/gemini:adversarial-review | Steerable challenge review |
/gemini:rescue | Delegate a task to Gemini |
/gemini:status | List active and recent jobs |
/gemini:result | Show full output for a finished job |
/gemini:cancel | Cancel an active background job |
/gemini:setup | Check install, auth, and toggle review gate |
GEMINI_API_KEY from AI Studio.claude /plugin marketplace add sakibsadmanshajib/gemini-plugin-cc
claude /plugin install gemini@google-gemini
In an active Claude Code session:
/reload-plugins
/gemini:setup
If Gemini CLI is not installed, the plugin will offer to install it for you (npm install -g @google/gemini-cli).
If Gemini CLI is installed but not authenticated, run !gemini in Claude Code to authenticate interactively, or set GEMINI_API_KEY in your environment.
/gemini:reviewRuns a Gemini review on your current work.
Note: Code review especially for multi-file changes might take a while. It's generally recommended to run it in the background.
Use it when you want:
mainUse --base <ref> for branch review. It also supports --wait and --background. It is not steerable and does not take custom focus text. Use /gemini:adversarial-review when you want to challenge a specific decision or risk area.
Examples:
/gemini:review
/gemini:review --base main
/gemini:review --background
This command is read-only and will not perform any changes. When run in the background you can use /gemini:status to check on the progress and /gemini:cancel to cancel the ongoing task.
/gemini:adversarial-reviewRuns a steerable review that questions the chosen implementation and design.
It can be used to pressure-test assumptions, tradeoffs, failure modes, and whether a different approach would have been safer or simpler.
It uses the same review target selection as /gemini:review, including --base <ref> for branch review.
It also supports --wait and --background. Unlike /gemini:review, it can take extra focus text after the flags.
Use it when you want:
Examples:
/gemini:adversarial-review
/gemini:adversarial-review --base main challenge whether this was the right caching and retry design
/gemini:adversarial-review --background look for race conditions and question the chosen approach
This command is read-only. It does not fix code.
/gemini:rescueHands a task to Gemini through the gemini:gemini-rescue subagent.
Use it when you want Gemini to:
Note: Depending on the task and the model you choose these tasks might take a long time and it's generally recommended to force the task to be in the background or move the agent to the background.
It supports --background, --wait, --resume, and --fresh. If you omit --resume and --fresh, the plugin can offer to continue the latest rescue thread for this repo.
Examples:
/gemini:rescue investigate why the tests started failing
/gemini:rescue fix the failing test with the smallest safe patch
/gemini:rescue --resume apply the top fix from the last run
/gemini:rescue --model pro investigate the flaky integration test
/gemini:rescue --model flash fix the issue quickly
/gemini:rescue --background investigate the regression
You can also just ask for a task to be delegated to Gemini:
Ask Gemini to redesign the database connection to be more resilient.
Notes:
npx claudepluginhub sakibsadmanshajib/gemini-plugin-cc --plugin geminiDelegate tasks and code reviews to Google Antigravity CLI (agy) from Claude Code, Codex CLI, or any ACP-free host.
Use Gemini from Claude Code to review code or delegate tasks.
Use the Pi coding agent from Claude Code to review code or delegate tasks.
Automatic code review, adversarial review, and rescue via Codex.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns