gemini
Offload tasks to Google Gemini CLI to preserve Claude credits. Gemini has internet access and strong code analysis. Use for code reviews, summaries, test generation, diff analysis, and general questions. Prefer Gemini over Ollama when internet/API knowledge is needed.
npx skills add majiayu000/claude-skill-registry --skill gemini-vero-ventures-fuzzycat --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.
# Google Gemini CLI Offloading You have access to the **Gemini CLI** (`gemini`) for offloading tasks. Gemini runs Google's latest model with sandbox mode (no file system access) and provides fast, high-quality responses for code analysis tasks. It's already authenticated. ## When to Use Gemini vs Ollama vs Claude | Task | First choice | Why | |------|-------------|-----| | Quick syntax/API questions | Ollama | Fastest (~0.5s warm), offline | | File summarization | Ollama | Fast, no network needed | | Code review | Gemini | Better reasoning, current API knowledge | | Diff analysis | Gemini | Catches more subtle issues | | Test generation | Gemini | Better at idiomatic test patterns | | Questions needing current docs | Gemini | Has internet access | | Multi-file architecture | Claude | Needs conversation context + tools | | Running tests / debugging | Claude | Needs tool access | | Financial/security logic | Claude | Highest accuracy required | **Decision flow:** 1. Can Ollama handle it? (simple, offline-capable) → Use Ollama 2. Needs better reasoning or current knowledge? → Use Gemini 3. Needs tools, context, or highest accuracy? → Use Claude ## How to Use ```bash # Check availabili
- When to Use Gemini vs Ollama vs Claude
- How to Use
- Important Notes
Check availability Quick question Summarize a file Review code Analyze a diff git diff --staged | .claude/skills/gemini/gemini.sh diff Generate test stubs
What does the gemini skill do?
Offload tasks to Google Gemini CLI to preserve Claude credits. Gemini has internet access and strong code analysis. Use for code reviews, summaries, test generation, diff analysis, and general questions. Prefer Gemini over Ollama when internet/API knowledge is needed.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-vero-ventures-fuzzycat --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.
