6 boosters for "gemini-cli" — AI-graded, open source, ready to install
Heuristic scoring (no AI key configured).
Quick Codebase Analysis is a fast alias for Gemini codebase analysis that lets developers analyze directories with optional scope filters (e.g., `/c ./src security`). It's useful for developers who need rapid codebase insights without full context overhead.
Enables Claude to delegate code review, debugging, and alternative implementation exploration to Google Gemini CLI through a JSON bridge script. Useful for developers who want multi-model validation and second opinions on code without manual context switching.
Bodyboard is a unified system that generates canonical coding assistant instructions from a single AGENTS.md file, supporting multiple platforms like Copilot, Cline, Claude, and Gemini. Developers managing multiple AI coding assistants benefit by maintaining consistent instructions across all integrations from one source.
Delegates code review, debugging, and alternative implementation comparisons to Google Gemini CLI (`gemini`) via a JSON bridge script (default model: `gemini-3-pro-preview`). Supports headless one-shot and multi-turn sessions via `SESSION_ID`, with conservative defaults for Gemini effective-context constraints (file-scoped, `--no-full-access` by default) while allowing user override.