gemini
01Plugin Claude Code
Use Gemini CLI from Claude Code to review code, analyze codebases, or delegate tasks. Leverages Gemini's 1M token context window for whole-codebase analysis.
Plugin Claude Code
Use Gemini CLI from Claude Code to review code, analyze codebases, or delegate tasks. Leverages Gemini's 1M token context window for whole-codebase analysis.
Agent
Proactively use when Claude Code wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Gemini through the companion runtime.
Command
Run a whole-codebase Gemini analysis. Uses Gemini's 1M context window. Supports --model, --effort, --dirs, --files, or free-text analysis type.
Command
Cancel a running Gemini background job. Optionally pass a job ID; defaults to the latest running job.
Command
Run a Gemini challenge review — maximum skepticism, challenges assumptions. Supports --base, --model, --effort, focus text.
Command
Consult Gemini CLI on a task. Supports --model, --effort, --write, --resume-last. Use for a second opinion or to delegate work.
Command
Quick reference for all Gemini plugin commands, model aliases, effort levels, and review gate configuration.
Command
Get the output of a completed Gemini background job. Optionally pass a job ID.
Command
Run a Gemini code review on your current changes. Supports --base, --model, --effort, --background, --wait.
Command
Check Gemini CLI installation, authentication status, and manage the review gate. Supports --enable-review-gate, --disable-review-gate.
Command
Show status of Gemini background jobs. Optionally pass a job ID for single-job details. Supports --all.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From arescope/gemini-plugin-cc.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From arescope/gemini-plugin-cc.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From arescope/gemini-plugin-cc.
Skill Claude CodeCodex
Internal contract for calling gemini-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for composing Gemini prompts for coding, review, diagnosis, and research tasks.
Skill Claude CodeCodex
Internal guidance for presenting Gemini output back to the user.
Skill Claude CodeCodex
Quick reference for Gemini plugin commands, model aliases, effort levels, and review gate configuration. Use when you need a reminder of available options.