gemini-system

Analyze large codebases and documents with Gemini CLI subagents.

190|33|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill gemini-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-system
Source: https://github.com/DeL-TaiseiOzaki/claude-code-orchestra/tree/main/.claude/skills/gemini-system
Command: npx skills add https://github.com/DeL-TaiseiOzaki/claude-code-orchestra --skill gemini-system

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. Gemini excels at handling massive context windows, Google Search grounding, and repository-wide understanding across PDFs, videos, audio, and code. This skill guides users to perform in-depth research quickly while preserving context for Claude Code and Codex interactions.

Core Features & Use Cases

  • Proactive research & multimodal analysis: Use Gemini to explore entire repositories, libraries, and documentation with a single prompt.
  • Context-preserving subagents: Recommended approach uses subagents to keep the main context lean while Gemini processes large tasks.
  • Trigger-ready workflows: Use triggers like "research", "investigate", or "analyze" for repository-wide understanding, library research, and multimodal analysis.

Quick Start

Ask Gemini to perform a repository-wide research task on a topic, for example: Research the architecture of this project and summarize key modules.

Frequently Asked Questions about gemini-system

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

FAQPage Schema
How do I analyze a large codebase without losing context in my main session?

Use a subagent pattern to delegate repository-wide understanding to Gemini CLI, which preserves your main context while processing large codebases and generating analysis results saved to .claude/docs/research/{topic}.md.

What is the best way to research project architecture across an entire repository?

Repository-wide research is best handled by triggering Gemini CLI with prompts like 'research' or 'investigate' to inspect the entire codebase, leveraging massive context windows to summarize key modules and architecture.

Can I use Gemini CLI for multimodal data analysis including PDFs and audio?

Yes, Gemini CLI supports multimodal analysis across PDFs, videos, audio, and code, using Google Search grounding to process diverse data formats within a single research prompt.

Do I need to install Gemini CLI before using this research workflow?

Yes, Gemini CLI installation and basic prompt usage are required prerequisites to perform repository-wide understanding and multimodal analysis through the subagent pattern.

Where are research results saved when analyzing codebases with Gemini?

Research results are saved to .claude/docs/research/{topic}.md, providing a structured markdown output that documents the repository-wide understanding and multimodal analysis findings.

When should I use Gemini CLI instead of my main coding assistant for codebase analysis?

Use Gemini CLI when you need to process massive context windows, perform repository-wide understanding, or conduct multimodal data analysis that would otherwise overwhelm and degrade your main context.