Agent skill

gemini-research

Use Gemini CLI for research with Google Search grounding and 1M token context

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-research-dnyoussef-context-cascade-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashReadWriteTodoWriteWebFetchGlobGrep
Path: skills/analysis/gemini-research-dnyoussef-context-cascade-2/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 Research Skill --- ## LIBRARY-FIRST PROTOCOL (MANDATORY) **Before writing ANY code, you MUST check:** ### Step 1: Library Catalog - Location: `.claude/library/catalog.json` - If match >70%: REUSE or ADAPT ### Step 2: Patterns Guide - Location: `.claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.md` - If pattern exists: FOLLOW documented approach ### Step 3: Existing Projects - Location: `D:\Projects\*` - If found: EXTRACT and adapt ### Decision Matrix | Match | Action | |-------|--------| | Library >90% | REUSE directly | | Library 70-90% | ADAPT minimally | | Pattern exists | FOLLOW pattern | | In project | EXTRACT | | No match | BUILD (add to library after) | --- ## Purpose Route research tasks to Gemini CLI when: - Real-time information is needed (Google Search grounding) - Context exceeds Claude's 200k limit (Gemini has 1M) - Need web-grounded factual answers ## Unique Capability **What Gemini Does Better**: - Google Search grounding for current information - 1M token context for massive document analysis - 70+ extensions (Figma, Stripe, Shopify, etc.) - Web content analysis with source attribution ## When to Use ### Perfect For: - Current events, recent documentation - L

What's inside
Steps it walks through
  1. LIBRARY-FIRST PROTOCOL (MANDATORY)
  2. Step 1: Library Catalog
  3. Step 2: Patterns Guide
  4. Step 3: Existing Projects
  5. Decision Matrix
  6. Purpose
  7. Unique Capability
  8. When to Use
  9. Perfect For:
  10. Don't Use When:
  11. Usage
  12. Basic Research
  13. With Context Files
  14. Large Document Analysis
Ships with 1 file
  • metadata.json
Commands it runs
bash scripts/multi-model/gemini-research.sh "<query>" "<task_id>" "json"
More from claude-skill-registry
All skills →
About this skill
What does the gemini-research skill do?

Use Gemini CLI for research with Google Search grounding and 1M token context

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-research-dnyoussef-context-cascade-2 --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