npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiRun an adversarial code review using Gemini to stress-test and challenge the code. Use when the user wants to find subtle bugs, security issues, or stress-test specific assumptions.
Delegate a coding task to Gemini CLI to run in the background. Use when the user wants Gemini to handle a task independently, get a parallel implementation, or offload work.
Retrieve the output of a completed Gemini background job. Use when the user wants to see what Gemini produced.
Run a Gemini code review on the current project. Use when the user wants a second opinion on code quality, a cross-model review, or asks for a Gemini review.
Verify that Gemini CLI is installed and authenticated. Run this to check the plugin is working.
Check the status of background Gemini jobs. Use when the user asks about running Gemini tasks or wants a progress update.
Use Gemini CLI from Claude Code to review code or delegate tasks.
Inspired by codex-plugin-cc — this plugin brings the same cross-model workflow to Gemini.
/gemini:review/gemini:adversarial-review/gemini:delegate/gemini:status, /gemini:result, /gemini:cancelnpm install -g @google/gemini-cli
gemini auth login
/plugin marketplace add Szetty/gemini-cli-plugin-cc
/plugin install gemini@gemini-cli-plugin-cc
git clone https://github.com/Szetty/gemini-cli-plugin-cc.git
cd gemini-cli-plugin-cc
npm install
claude --plugin-dir .
/gemini:setup
/gemini:review
/gemini:review security
/gemini:review performance src/server.js
/gemini:adversarial-review find race conditions
/gemini:adversarial-review break the auth flow src/auth/
/gemini:delegate investigate why the tests are failing
/gemini:status
/gemini:result 1
/gemini:cancel 1
The plugin exposes 7 tools via MCP:
| Tool | Description |
|---|---|
gemini_setup | Verify Gemini CLI installation and authentication |
gemini_review | Run a code review (model: pro/flash/flash-lite) |
gemini_adversarial_review | Steerable adversarial review |
gemini_delegate | Delegate a task to run in the background |
gemini_status | Check background job status |
gemini_result | Retrieve completed job output |
gemini_cancel | Cancel a running background job |
The plugin wraps the gemini CLI in an MCP server. Synchronous tools (review, adversarial review) run gemini -p <prompt> --output-format json and return the result. The delegation tools spawn gemini as a detached background process and track jobs via a local registry in the system temp directory.
The plugin respects standard Gemini CLI configuration:
pro, flash, flash-lite — omit to use Gemini's defaultdefault, auto_edit, or yolo (for delegation)Vertex AI users: the model aliases
pro,flash, andflash-liteare resolved by the Gemini CLI and may not be available in all Vertex AI projects. If you see aModelNotFoundError, pass an explicit model ID instead, e.g./gemini:reviewwith modelgemini-2.5-flash.
Apache-2.0
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
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
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Search and retrieve documents from local markdown files.