Agent skill · Data & Analytics

gemini-system

PROACTIVELY consult Gemini CLI for research, large codebase comprehension, and multimodal data processing. Gemini excels at: massive context windows (1M tokens), Google Search grounding, video/audio/PDF analysis, and repository-wide understanding. Use for pre-implementation research, documentation analysis, and multimodal tasks. Explicit triggers: "research", "investigate", "analyze video/audio/PDF", "understand codebase".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-system --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-system/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 System — Research & Multimodal Specialist **Gemini CLI (gemini-3-pro-preview) is your research specialist with 1M token context.** > **상세규칙**: `.claude/rules/gemini-delegation.md` ## Context Management (CRITICAL) **서브에이전트 경유 권장한다**. Gemini 출력은 커지기 쉽기 때문에. | 상황 | 방법 | |------|------| |코드 기반 분석 | 하위 에이전트를 통해(권장) | | 라이브러리 조사 | 서브 에이전트를 통해 (권장) | | 멀티모달 | 서브에이전트 경유(권장) | | 짧은 질문 (1-2 문 답변) | 직접 호출 확인 | ## Gemini vs Codex | Task | Gemini | Codex | |------|--------|-------| |**리포지토리 전체 이해**|✓| | |**라이브러리 조사**|✓| | |**멀티모달(PDF/동영상/음성)**|✓| | |**최신 문서 검색**|✓| | |**디자인 판단**| |✓| |**디버그** | |✓| |**코드 구현** | |✓| ## When to Consult (MUST) | Situation | Trigger Examples | |-----------|------------------| | **Research** | "검색" "리서치" / "Research" "Investigate" | | **Library docs** | "라이브러리" "문서" / "Library" "Docs" | | **Codebase analysis** | "코드베이스 전체" / "Entire codebase" | | **Multimodal** | "PDF" "동영상" "음성" / "PDF" "Video" "Audio" | ## When NOT to Consult - Design decisions (use Codex) - Debugging (use Codex) - Code implementation (use Codex) - Simple file operations (do directly) ## How to Consult ### Recommended: Subagent Pattern **Use Task tool with `subagent_type='general-purpose'

What's inside
Steps it walks through
  1. Context Management (CRITICAL)
  2. Gemini vs Codex
  3. When to Consult (MUST)
  4. When NOT to Consult
  5. How to Consult
  6. Recommended: Subagent Pattern
  7. Direct Call (Short Questions Only)
  8. CLI Options Reference
  9. Workflow (Subagent)
  10. Language Protocol
  11. Output Location
  12. Task Templates
  13. Pre-Implementation Research
  14. Repository Analysis
Ships with 1 file
  • metadata.json
Commands it runs
gemini -p "Brief question" 2>/dev/null
Codebase analysis
gemini -p "{question}" --include-directories . 2>/dev/null
Multimodal (PDF/video/audio)
gemini -p "{prompt}" < /path/to/file.pdf 2>/dev/null
JSON output
gemini -p "{question}" --output-format json 2>/dev/null
gemini -p "Research best practices for {feature} in Python 2025.
gemini -p "Analyze this repository:
Video
More from claude-skill-registry
All skills →
About this skill
What does the gemini-system skill do?

PROACTIVELY consult Gemini CLI for research, large codebase comprehension, and multimodal data processing. Gemini excels at: massive context windows (1M tokens), Google Search grounding, video/audio/PDF analysis, and repository-wide understanding. Use for pre-implementation research, documentation analysis, and multimodal tasks. Explicit triggers: "research", "investigate", "analyze video/audio/PDF", "understand codebase".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-system --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