gemini-cli

Installation
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

# Basic one-shot query
gemini "Explain this codebase architecture"

# Interactive mode (continue conversation)
gemini -i "Start analyzing this project"
Related skills
Installs
1
GitHub Stars
16
First Seen
Mar 16, 2026