What problem does it solve?
This Skill provides a structured way to orchestrate large-context research tasks by leveraging Google's Gemini CLI with HtmlGraph's full event tracking, enabling observability and provenance across complex explorations.
Core Features & Use Cases
- Full Event Tracking: GeminiSpawner records parent/child events and subprocess activities for complete traceability during large-context research.
- Flexible Execution Patterns: Choose between direct Gemini CLI invocation or Task(subagent_type="Explore") fallback, depending on availability and requirements.
- Multimodal & Large Context: Supports code, documents, images, and PDFs with extensive context windows for deep analysis.
- Real-World Use Case: A researcher analyzes a monorepo to identify architecture patterns and extract design decisions, saving results to HtmlGraph spikes.
Quick Start
Use the skill to start a large-context exploration with full event tracking. Example:
Skill(skill=".claude-plugin:gemini", args="Analyze authentication patterns across the codebase")
If Gemini CLI is not installed, the system automatically falls back to Task(subagent_type="Explore", prompt="Analyze authentication patterns in the codebase").