gemini-cli
Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, Gemini 3, google_web_search, codebase_investigator, second opinion, cross-validation, web
npx skills add majiayu000/claude-skill-registry --skill gemini-cli-alfredolopez80-multi-agent-ralph-lo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini CLI Integration Skill ## v2.88 Key Changes (MODEL-AGNOSTIC) - **Model-agnostic**: Uses model configured in `~/.claude/settings.json` or CLI/env vars - **No flags required**: Works with the configured default model - **Flexible**: Works with GLM-5, Claude, Minimax, or any configured model - **Settings-driven**: Model selection via `ANTHROPIC_DEFAULT_*_MODEL` env vars This skill enables Claude Code to orchestrate Google Gemini CLI (v0.22.0+) with **Gemini 3 Pro** for code generation, review, analysis, and specialized tasks including real-time web search. ## What's New in v0.22.0 (December 2025) - **Gemini 3**: Free tier users now have access to Gemini 3 via Preview Features toggle - **Colab Integration**: Pre-installed in Google Colab, usable headlessly in notebook cells - **Extensions Support**: - **Conductor**: Planning++ with context-driven development - **Endor Labs**: Code analysis, vulnerability scanning, dependency checks - **Comprehensive Quota Visibility**: `/stats` shows all model usage - **Multi-file Drag & Drop**: Proper `@` prefix handling for multiple files ## When to Use This Skill ### Ideal Use Cases 1. **Second Opinion / Cross-Validation** - Review code afte
- v2.88 Key Changes (MODEL-AGNOSTIC)
- What's New in v0.22.0 (December 2025)
- When to Use This Skill
- Ideal Use Cases
- When NOT to Use
- Quick Start
- Prerequisites
- Authentication
- Enable Gemini 3 (Free Tier)
- Core Commands
- Basic Execution
- Key Flags
- Important Behavior Notes
- Model Selection
Verify installation command -v gemini || which gemini Check version gemini --version # Should show v0.22.0+ Option 1: API Key export GEMINI_API_KEY=your_key Option 2: OAuth (interactive, first run) gemini # Prompts for auth Human-readable output gemini "your prompt" --yolo -o text 2>&1
What does the gemini-cli skill do?
Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, Gemini 3, google_web_search, codebase_investigator, second opinion, cross-validation, web
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-cli-alfredolopez80-multi-agent-ralph-lo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
