gemini-cli
v0.2.1Integrate Google's Gemini CLI into Claude Code for second opinions, dual code reviews, and AI-assisted explanations
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install gemini-cli for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add gemini-cli@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “gemini-cli” remain stable.
- Codex:
gemini-cli@agent-plugin-marketplace→gemini-cli@paat-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/gemini-cli/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/gemini-cli-gemini-ask-workflow/SKILL.md├── skills/gemini-cli-gemini-explain-workflow/SKILL.md├── skills/gemini-cli-gemini-review-workflow/SKILL.md├── skills/gemini-cli-gemini-second-opinion-workflow/SKILL.md└── skills/using-gemini/SKILL.md
Included Skills5
Run /gemini-ask workflow from gemini-cli; alias /gemini-cli:gemini-ask.
Run /gemini-explain workflow from gemini-cli; alias /gemini-cli:gemini-explain.
Run /gemini-review workflow from gemini-cli; alias /gemini-cli:gemini-review.
Run /gemini-second-opinion workflow from gemini-cli; alias /gemini-cli:gemini-second-opinion.
Use to consult Gemini CLI for second opinions on code, architecture, reviews, debugging, or alternative technical perspectives.
Plugin manifests2
{
"name": "gemini-cli",
"version": "0.2.1",
"description": "Integrate Google's Gemini CLI into Claude Code for second opinions, dual code reviews, and AI-assisted explanations",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Gemini CLI",
"shortDescription": "Integrate Google's Gemini CLI into Claude Code for second opinions, dual code reviews, and AI-assisted explanations",
"longDescription": "Integrate Google's Gemini CLI into Claude Code for second opinions, dual code reviews, and AI-assisted explanations",
"developerName": "Andre Paat",
"category": "Development",
"capabilities": [
"Skills"
],
"defaultPrompt": "Use the gemini-cli plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"gemini",
"google",
"ai",
"code-review",
"second-opinion",
"multi-model"
],
"skills": "./skills/"
}{
"name": "gemini-cli",
"version": "0.2.1",
"description": "Integrate Google's Gemini CLI into Claude Code for second opinions, dual code reviews, and AI-assisted explanations",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"gemini",
"google",
"ai",
"code-review",
"second-opinion",
"multi-model"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[gemini-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gemini-cli)