Agent skill · AI & Agents

gemini-cli

Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-cli-oleksandrkucherenko-e-bash --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-cli-oleksandrkucherenko-e-bash/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gemini CLI Integration Gemini CLI provides access to Google's Gemini models with 1 million token context windows directly from the terminal. Use it as a complementary tool for tasks where extended context or alternative perspectives add value. ## Core Use Cases 1. **Large codebase analysis** - Analyze entire repositories that exceed Claude's context 2. **Deep thinking tasks** - Extended reasoning on complex architectural decisions 3. **Second opinions** - Cross-validate Claude's analysis on critical problems 4. **Bulk file processing** - Process multiple files in a single context ## Quick Reference ```bash # Basic one-shot query gemini "Explain this codebase architecture" # Interactive mode (continue conversation) gemini -i "Start analyzing this project" # Auto-approve file operations (use carefully) gemini --approval-mode yolo "Refactor all deprecated API calls" # Specify model explicitly gemini -m gemini-2.5-pro "Complex analysis task" # Include additional directories gemini --include-directories ./libs,./shared "Analyze dependencies" # Resume previous session gemini --resume latest gemini --resume 3 # List available sessions gemini --list-sessions # Use EOF pattern for multi-l

What's inside
Steps it walks through
  1. Core Use Cases
  2. Quick Reference
  3. Workflow Patterns
  4. Pattern 1: Codebase Analysis
  5. Pattern 2: Second Opinion
  6. Pattern 3: Deep Reasoning
  7. Pattern 4: Interactive Exploration
  8. Approval Modes
  9. Output Formats
  10. Session Management
  11. MCP Server Integration
  12. Best Practices
  13. When to Use Gemini vs Claude
  14. Troubleshooting
Ships with 1 file
  • metadata.json
Commands it runs
Basic one-shot query
gemini "Explain this codebase architecture"
Interactive mode (continue conversation)
gemini -i "Start analyzing this project"
Auto-approve file operations (use carefully)
gemini --approval-mode yolo "Refactor all deprecated API calls"
Specify model explicitly
gemini -m gemini-2.5-pro "Complex analysis task"
Include additional directories
gemini --include-directories ./libs,./shared "Analyze dependencies"
More from claude-skill-registry
All skills →
About this skill
What does the gemini-cli skill do?

Use Gemini CLI as a complementary AI tool for tasks requiring massive context windows (1M tokens). Invoke when analyzing large codebases, requesting deep analysis with extended thinking, getting second opinions on complex problems, or when Claude's context limits are insufficient. Triggers include phrases like "use gemini", "analyze with gemini", "get second opinion", "deep analysis of codebase", or when processing files exceeding Claude's context capacity.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-cli-oleksandrkucherenko-e-bash --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.

Keep going