gemini-system

Consult Gemini CLI for research, codebase comprehension, and multimodal data processing.

Updated May 29, 2021
One-click install
npx skills add https://github.com/hikch/dotfiles --skill gemini-system-hikch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-system
Source: https://github.com/hikch/dotfiles/tree/main/.claude/skills/gemini-system
Command: npx skills add https://github.com/hikch/dotfiles --skill gemini-system-hikch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • 1M-token context repository analysis for architecture overview, module discovery, and cross-referencing dependencies.
  • Multimodal data processing across PDFs, videos, audio, and code documentation to extract actionable insights.
  • Subagent orchestration and persistent context management with outputs saved to .claude/docs/research for later reference.
  • Pre-implementation research, library exploration, and documentation analysis to accelerate decision-making.

Quick Start

Request a repository analysis on this project and obtain a concise, structured report saved 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 a large codebase to understand its architecture and dependencies?

Large codebase analysis uses a 1M-token context to review repository architecture, discover modules, and cross-reference dependencies. It generates a structured report saved to your project's research directory for later reference.

Can I process multimodal data like PDFs, videos, and audio for code research?

Multimodal data processing extracts actionable insights from PDFs, videos, audio, and code documentation. The skill orchestrates subagents to handle diverse data formats and saves structured outputs to persistent project files.

What is the best way to do pre-implementation research and library exploration?

Pre-implementation research leverages Gemini CLI to explore libraries and analyze documentation, accelerating decision-making. It enforces explicit triggers and context management to support scalable research workflows.

Does this codebase comprehension tool support persistent context management?

Persistent context management is supported through subagent orchestration that saves research outputs to .claude/docs/research. This ensures repository analysis and multimodal review results remain accessible for later reference.

How do I get a structured report of my repository analysis?

To get a structured repository analysis report, request an analysis on your project. The skill processes the codebase and saves a concise, structured report to .claude/docs/research/{topic}.md.

When should I not use subagent orchestration for repository research?

Subagent orchestration for repository research is not suited for tasks outside large codebase comprehension or multimodal analysis. It enforces explicit triggers, so it should not be used for simple, single-file edits or non-research queries.