By seungmanchoi
Integrate Google Gemini into Claude Code for code reviews, adversarial reviews, and autonomous task delegation.
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
Internal guidance for composing Gemini and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
Internal guidance for presenting Gemini helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
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.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Supercharge your Claude Code experience with the power of Google Gemini.
claude-gemini-plugin is a high-performance integration for Claude Code that delegates complex tasks, deep code reviews, and adversarial testing to Google's Gemini models. By combining Claude's exceptional coding ability with Gemini's massive context window and advanced reasoning, you get the best of both worlds in your terminal.
/gemini:review./gemini:adversarial-review to find edge cases and potential flaws./gemini:rescue (or the gemini:gemini-rescue subagent when Claude routes work to Gemini proactively).--background, then monitor via /gemini:status, fetch with /gemini:result, or stop them with /gemini:cancel./gemini:setup --model. If you do not pass --model, the plugin defaults to auto-gemini-3 (an alias that routes to the best Gemini 3 series model; auto-gemini-2.5, pro, flash, and flash-lite are also supported).--thinking <off|low|medium|high> (default: medium). Caveat: the companion currently parses --thinking but does not yet ship a per-invocation thinking override to the Gemini runtime — the flag is a one-shot/one-time hint only. For persistent reasoning levels, edit settings.json and rerun /gemini:setup.--stream-output for raw model and thought chunks, or accept the default which surfaces compact markers like [tool], [thinking], and live progress to stderr./gemini:status shows live health classifications and a recent-events / last-event tail so you can tell active runs from possibly_stalled ones at a glance.Install Gemini CLI:
Make sure the Google Gemini CLI is on your PATH. Run !gemini from inside Claude Code to launch the OAuth flow, or set GEMINI_API_KEY.
npm install -g @google/gemini-cli
If Gemini CLI is missing when you run /gemini:setup, the plugin will offer to install it for you.
Add the marketplace and install:
/plugin marketplace add seungmanchoi/claude-gemini-plugin
/plugin install gemini@claude-gemini-plugin
Initialize Setup:
/gemini:setup
/gemini:setup --enable-review-gate
/gemini:setup --disable-review-gate
This verifies the CLI version, checks authentication, and shows the active model and review-gate state.
Note: Gemini 3.x models require
@google/gemini-cli >= 0.33.0./gemini:setupwill flag a mismatch and suggest either an upgrade or falling back to--model auto-gemini-2.5.
/gemini:setupCheck whether Gemini CLI is installed, configure the default model, and toggle the stop-time review gate. If Gemini is missing, this command will offer to install it for you.
/gemini:setup
/gemini:setup --enable-review-gate
/gemini:setup --disable-review-gate
If Gemini is installed but not authenticated, run !gemini from inside Claude Code to authenticate interactively.
/gemini:reviewPerforms a comprehensive code review of working-tree or branch changes.
/gemini:review [--base <ref>] [--scope <auto|working-tree|branch>] [--model <modelId>] [--thinking <off|low|medium|high>] [--stream-output]
/gemini:adversarial-reviewA steerable review mode that actively looks for flaws in your implementation. It uses the same review target selection as /gemini:review, so you can run e.g. /gemini:adversarial-review --base main challenge whether this was the right caching and retry design to focus the critique.
/gemini:adversarial-review [focus area] [--base <ref>] [--scope <auto|working-tree|branch>] [--model <modelId>] [--thinking <off|low|medium|high>] [--stream-output]
npx claudepluginhub seungmanchoi/claude-gemini-plugin --plugin geminiFull App Store / Google Play publisher for Expo & React Native apps. Automates build, screenshots, metadata, store forms, binary submission, and AdMob setup.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.