gemini-large-context
Use when analyzing large codebases, comparing multiple files, or researching project-wide patterns that exceed typical context limits - leverages Gemini CLI's 1M token context window for comprehensive analysis
npx skills add majiayu000/claude-skill-registry --skill gemini-large-context --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 Large Context Analysis ## Overview Use Gemini CLI's massive context window (1M tokens) when analysis requires more context than available in current session. Ideal for codebase-wide searches, multi-file comparisons, and pattern discovery across large projects. ## When to Use - Analyzing entire codebases or large directories (100KB+) - Comparing multiple large files simultaneously - Understanding project-wide patterns or architecture - Context window insufficient for current task - Verifying feature implementations across codebase - Research that needs to scan many files at once ## Quick Reference ```bash # Basic non-interactive analysis gemini -p "@src/ Summarize architecture" # Multiple directories gemini -p "@src/ @tests/ Analyze test coverage" # All project files gemini --all-files -p "Project overview" # Specific model (Pro = 1M context) gemini -m gemini-2.5-pro -p "@src/ Deep analysis" ``` ## File/Directory Inclusion Syntax ```bash # Single file gemini -p "@src/main.py Explain this file" # Multiple files gemini -p "@package.json @src/index.js Analyze dependencies" # Entire directory (recursive) gemini -p "@src/ Summarize architecture" # Multiple directories gemini
- Overview
- When to Use
- Quick Reference
- File/Directory Inclusion Syntax
- Research Patterns
- Architecture Analysis
- Feature Implementation Check
- Pattern Discovery
- Security Audit
- Test Coverage Analysis
- Integration with OpenCode Workflow
- For Task-Constrained Research
- Delegating Large Research to Gemini
- Output Options
Basic non-interactive analysis gemini -p "@src/ Summarize architecture" Multiple directories gemini -p "@src/ @tests/ Analyze test coverage" All project files gemini --all-files -p "Project overview" Specific model (Pro = 1M context) gemini -m gemini-2.5-pro -p "@src/ Deep analysis" Single file gemini -p "@src/main.py Explain this file"
What does the gemini-large-context skill do?
Use when analyzing large codebases, comparing multiple files, or researching project-wide patterns that exceed typical context limits - leverages Gemini CLI's 1M token context window for comprehensive analysis
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-large-context --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.
