A lightweight wrapper that calls the local Gemini CLI directly instead of going through MCP. Reach for this when you need a second opinion, want to analyze large codebases with path references, or need structured change-mode edits that output deterministic OLD/NEW blocks you can apply with confidence. The included wrapper script handles chunked responses with cache keys, supports sandbox execution for safe testing, and can run brainstorming sessions with specific methodologies like SCAMPER. The main constraint is that Gemini can only read files under its current working directory, so you'll need to run commands from the right location or pass the cwd flag. Most useful when you're already using the Gemini CLI locally and want Claude to delegate context-heavy work without fighting token limits.
npx skills add https://github.com/x-zero-l/agent-skills --skill gemini-cli