gemini-cli
Run Gemini CLI for AI queries. Use when user asks to "run/ask/use gemini", compare Claude vs Gemini, or delegate tasks to Gemini.
npx skills add majiayu000/claude-skill-registry --skill gemini-cli-georgekhananaev-claude-skills-vault --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 Interact w/ Google's Gemini CLI locally. Run queries, get responses, compare outputs. ## Prerequisites Gemini CLI must be installed & configured: 1. **Install:** https://github.com/google-gemini/gemini-cli 2. **Auth:** Run `gemini` & sign in w/ Google account 3. **Verify:** `gemini --version` ## When to Use - User asks to "run/ask/use gemini" - Compare Claude vs Gemini responses - Get second AI opinion - Delegate task to Gemini ## Usage ```bash # One-shot query gemini "Your prompt" # Specific model gemini -m gemini-3-pro-preview "prompt" # JSON output gemini -o json "prompt" # YOLO mode (auto-approve) gemini -y "prompt" # File analysis cat file.txt | gemini "Analyze this" ``` ## Comparison Workflow 1. Provide Claude's response first 2. Run same query via Gemini CLI 3. Present both for comparison ## CLI Options | Flag | Desc | |------|------| | `-m` | Model (gemini-3-pro) | | `-o` | Output: text/json/stream-json | | `-y` | Auto-approve (YOLO) | | `-d` | Debug mode | | `-s` | Sandbox mode | | `-r` | Resume session | | `-i` | Interactive after prompt | ## Best Practices - Quote prompts w/ double quotes - Use `-o json` for parsing - Pipe files for context - Specify model f
- Prerequisites
- When to Use
- Usage
- Comparison Workflow
- CLI Options
- Best Practices
One-shot query gemini "Your prompt" Specific model gemini -m gemini-3-pro-preview "prompt" JSON output gemini -o json "prompt" YOLO mode (auto-approve) gemini -y "prompt" File analysis cat file.txt | gemini "Analyze this"
What does the gemini-cli skill do?
Run Gemini CLI for AI queries. Use when user asks to "run/ask/use gemini", compare Claude vs Gemini, or delegate tasks to Gemini.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-cli-georgekhananaev-claude-skills-vault --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.
