Integrates the Google Gemini CLI into Claude to provide large-context analysis, safe sandbox execution, and structured code modifications.
The Gemini CLI Skill allows Claude to leverage Google’s Gemini models as an external 'second brain' without requiring a complex MCP setup. It is specifically designed for tasks that benefit from Gemini's massive context window, such as analyzing entire repositories via @path references or generating deterministic 'change mode' edits for precise refactoring. By running the local CLI directly, this skill enables Claude to perform deep codebase summaries, brainstorm using structured frameworks like SCAMPER, and execute code in isolated sandboxes for safe verification.
主要功能
01Deterministic 'Change Mode' for structured string-matched code edits
02Isolated sandbox execution for safe script testing and verification
03Direct Gemini CLI integration for large-context directory analysis
04Advanced brainstorming tools with built-in methodology support
051 GitHub stars
06Support for multiple Gemini models including Pro and Flash variants
使用场景
01Applying precise, multi-file refactors using structured OLD/NEW blocks
02Getting a second opinion on complex architectural designs or bug fixes
03Summarizing and analyzing massive codebases that exceed standard context limits