
Gemini
- 1 repo stars
- Updated April 8, 2026
- ByteLandTechnology/gemini-cc
gemini is an agent skill that connects Claude Code to Google Gemini for code review and delegated background tasks.
About
gemini is a Claude Code plugin skill that lets developers route selected work to Google Gemini—most often code review or task delegation—while keeping Claude as the orchestrator in the terminal. It fits workflows where you want a cheaper or differently biased model to scan large diffs, summarize modules, or tackle parallel research without switching tools. Primary placement is Ship during review, but the same delegation pattern helps during Build when exploring implementation options and during Operate when diagnosing production incidents with a fresh model pass. You still own prompts, secrets, and API billing for whichever Gemini endpoint the plugin calls. The skill is integration-shaped: it does not replace your test suite or security scanner. Configure credentials per ByteLand’s plugin docs, keep delegation scopes narrow, and fold Gemini output back into your normal Claude-driven commit flow.
- Runs Gemini from within Claude Code as a plugin workflow
- Supports code review delegation with a second model perspective
- Tagged for background-jobs style async task handoff
- Apache-2.0 licensed plugin oriented at development teams
- Versioned plugin package (1.1.0) with explicit Claude Code keywords
Gemini by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ByteLandTechnology/gemini-cc/plugin install gemini@gemini-ccAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 8, 2026 |
| Repository | ByteLandTechnology/gemini-cc ↗ |
What it does
Install this plugin skill when you want Claude Code to hand off code review or background research tasks to Google Gemini without leaving your primary agent session.
Who is it for?
Best when you're already on Claude Code and want Gemini as an auxiliary reviewer or worker with minimal context switching.
Skip if: Skip if you cannot send code to external model APIs, need on-prem-only review, or do not use Claude Code as your primary agent shell.
When should I use this skill?
You want code review or task delegation executed via Gemini without leaving Claude Code.
What you get
Claude Code invokes Gemini through the plugin so review notes or delegated results return into your existing session for you to accept, edit, or reject.
- Gemini-generated review comments or summaries in the Claude Code session
- Delegated task output ready for human merge into commits or docs
By the numbers
- Plugin version 1.1.0
- Apache-2.0 license
Files
Use Gemini from Claude Code to review code or delegate tasks.
gemini
Source: ./plugins/gemini
{ "name": "gemini", "tags": [ "gemini", "review", "background-jobs" ], "author": { "name": "ByteLand Technology Limited" }, "source": "./plugins/gemini", "license": "Apache-2.0", "version": "1.1.0", "category": "development", "homepage": "https://github.com/ByteLandTechnology/gemini-cc#readme", "keywords": [ "gemini", "claude-code", "plugin", "review", "delegation" ], "repository": "https://github.com/ByteLandTechnology/gemini-cc", "description": "Use Gemini from Claude Code to review code or delegate tasks." }
Related skills
How it compares
Use this Claude Code plugin for in-session Gemini delegation instead of maintaining a separate Gemini web tab for every review.
FAQ
Who is gemini for?
Developers and small teams using Claude Code who want Google Gemini available for reviews or async delegation from the same terminal workflow.
When should I use gemini?
During Ship for pre-merge code review, during Build when delegating large file reads or exploratory analysis, and during Operate when you want a second model pass on incident-related code—always with human judgment on the final merge.
Is gemini safe to install?
The plugin may require network access and API keys; check the Security Audits panel on this Prism page and review ByteLand’s repository and license (Apache-2.0) before enabling it on proprietary code.