gemini-cli-integration
Installation
SKILL.md
Gemini CLI Plugin for Large Codebase Analysis
Use the Gemini CLI with its massive context window when analyzing large codebases or multiple files that might exceed context limits.
Core Usage
Execute gemini -p with the @ syntax to include files and directories. Paths are relative to the current working directory.
File Inclusion Patterns
Single file analysis:
gemini -p "@src/main.py Explain this file's purpose and structure"
Multiple files:
gemini -p "@package.json @src/index.js Analyze the dependencies used in the code"