Use Gemini where it shines — right from Claude Code.
A Claude Code plugin that delegates to Gemini CLI for tasks where Gemini outperforms Claude: visual analysis and design/styling.
Status: WIP
Claude is exceptional at reasoning and code, but its vision is limited — it can confuse a kettle with a coffee maker. Gemini sees better. Gemini also has a stronger sense of aesthetics: colors, modern frontend, creative UI work.
This plugin gives you the best of both worlds without leaving Claude Code.
| Claude Code | + Gemini | |
|---|---|---|
| Screenshots & mockups | Struggles with visual details | Accurate visual analysis |
| UI review | Misses design inconsistencies | Catches color, spacing, layout issues |
| Frontend styling | Functional but plain | Modern, aesthetically-aware suggestions |
| Design-to-code | Gets the structure right | Gets the feel right |
| Command | Description |
|---|---|
/gemini:review |
Code review through Gemini's eyes |
/gemini:adversarial-review |
Challenge design choices and assumptions |
/gemini:rescue |
Delegate visual/design tasks to Gemini |
/gemini:status |
Check background job status |
/gemini:result |
Get finished job output |
/gemini:cancel |
Cancel a running job |
/gemini:setup |
Verify Gemini CLI is installed and ready |
- Claude Code
- Gemini CLI (
npm i -g @google/gemini-cli) GEMINI_API_KEYenv var or OAuth login (gemini auth login)
# From Claude Code
/plugin install gemini@markbrutx-gemini-plugin-cc
# Or point to local directory
claude --plugin-dir ./path/to/gemini-plugin-ccBuilt on the architecture of codex-plugin-cc by OpenAI — adapted to use Gemini CLI by Google as the backend.
The core insight: keep Claude Code as the orchestrator, but delegate to Gemini for what it does best.
Apache-2.0