Google Gemini CLI fundamentals for code analysis, review, and validation. Use when (1) executing gemini commands for code review/analysis, (2) configuring models (gemini-3-flash-preview (default)/gemini-3.1-pro-preview (complex only)), output formats (text/json/stream-json), or sandbox modes, (3) managing Gemini sessions with /chat save/resume, (4) integrating Gemini into automation scripts and CI/CD pipelines. Do NOT use for orchestration patterns (use gemini-claude-loop instead).
$npx -y skills add creator-hian/claude-code-plugins --skill gemini-cliInstalls into the current project.
Run `npx skills use "https://github.com/creator-hian/claude-code-plugins" --skill "creator-hian/claude-code-plugins/gemini-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/creator-hian/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/creator-hian/claude-code-plugins"` and select the relevant skills, then follow their instructions.