gemini-clilisted
Install: claude install-skill alfredolopez80/multi-agent-ralph-loop
# 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 after Claude writes it (different AI perspective)
- Security audit with alternative analysis
- Find bugs Claude might have missed
2. **Google Search Grounding**
- Questions requiring current internet information
- Latest library versions, API changes, documentation
- Curre