Agent skill

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-large-context/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 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Quick Reference
  4. File/Directory Inclusion Syntax
  5. Research Patterns
  6. Architecture Analysis
  7. Feature Implementation Check
  8. Pattern Discovery
  9. Security Audit
  10. Test Coverage Analysis
  11. Integration with OpenCode Workflow
  12. For Task-Constrained Research
  13. Delegating Large Research to Gemini
  14. Output Options
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going