gemini-integration

Guide Gemini CLI usage for long-context code exploration and analysis.

69|13|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/thepushkarp/cc-gemini-plugin --skill gemini-integration-thepushkarp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-integration
Source: https://github.com/thepushkarp/cc-gemini-plugin/tree/main/skills/gemini
Command: npx skills add https://github.com/thepushkarp/cc-gemini-plugin --skill gemini-integration-thepushkarp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides guidance on using Google's Gemini CLI for long-context code exploration. Use when the user explicitly invokes "/gemini", asks to "use gemini", "run gemini", or when Claude determines that Gemini's massive context window would complement its work on codebase exploration, architecture review, or cross-file analysis.

Core Features & Use Cases

  • Guidance on slash-command usage and model selection
  • Context-aware prompts tailored for large codebases
  • Use-case alignment with architecture reviews, cross-file audits, and documentation generation

Quick Start

To get started, tell Claude Code to run Gemini on your project with a task like analyzing the architecture of this codebase.

Frequently Asked Questions about gemini-integration

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

FAQPage Schema
How do I use Gemini CLI for large codebase exploration?

You can explore a large codebase using Gemini CLI by invoking the /gemini slash command with optional flags like --dirs and --files to scope the 1M-token context window to your project structure.

What is the best way to perform a cross-file architecture audit?

The best way to perform a cross-file architecture audit is using a long-context model like Gemini CLI, which can process up to 1M tokens at once to analyze interconnected dependencies and structural relationships across your entire codebase.

Can I use Gemini CLI for documentation generation across multiple directories?

Yes, you can use Gemini CLI for documentation generation across multiple directories by passing the --dirs flag to specify project folders, allowing the long-context window to ingest and synthesize code relationships into comprehensive docs.

Do I need to install and authenticate Gemini CLI separately to use it for code analysis?

Yes, you need to install and authenticate the Gemini CLI separately before using it for code analysis, as this skill provides the guiding prompts and slash-command invocation framework but requires the underlying tool to be operational.

When should I use Gemini's long-context window instead of standard code exploration tools?

You should use Gemini's long-context window instead of standard tools when performing codebase orientation, cross-file audits, or architecture reviews that require understanding interconnected dependencies across a massive codebase simultaneously.