gemini-system

Consult Gemini CLI for research and multimodal data processing.

17|5|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/gaebalai/claude-code-orchestrator --skill gemini-system-gaebalai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-system
Source: https://github.com/gaebalai/claude-code-orchestrator/tree/main/.claude/skills/gemini-system
Command: npx skills add https://github.com/gaebalai/claude-code-orchestrator --skill gemini-system-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Proactively consult Gemini CLI for research, large codebase comprehension, and multimodal data processing.

Core Features & Use Cases

  • Massively contextual research: leverage Gemini's 1M token context window for repository-wide understanding.
  • Multimodal analysis: analyze PDFs, videos, and audio with grounding from Google Search.
  • Documentation & pre-implementation tasks: perform literature reviews, architecture scouting, and design validation.

Quick Start

Ask Gemini to research a topic and save the full output to .claude/docs/research/{topic}.md.

Frequently Asked Questions about gemini-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze large codebases for pre-implementation research?

To analyze large codebases for pre-implementation research, you can use a subagent-guided workflow with Gemini CLI. This leverages a massive 1M token context window for repository-wide comprehension and saves results to .claude/docs/research/{topic}.md.

Can I process multimodal data like PDFs and videos using Google Search grounding?

Yes, you can process multimodal data like PDFs, videos, and audio. The workflow consults Gemini CLI to analyze these formats with grounding from Google Search, enabling comprehensive documentation and multimodal analysis.

What is the best way to store research results for Claude and Codex collaboration?

The best way to store research results for Claude and Codex collaboration is to save the subagent-guided Gemini CLI output as structured markdown. This workflow automatically stores documentation in .claude/docs/research/{topic}.md for collaboration-ready results.

Does Gemini CLI work for architecture scouting and design validation tasks?

Yes, Gemini CLI works for architecture scouting and design validation tasks. It proactively handles documentation analysis and pre-implementation research by using its massive context window to validate design literature.