gemini-cli

Orchestrate Gemini CLI tasks within Claude Code workflows.

10|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/samhvw8/dot-claude --skill gemini-cli-samhvw8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-cli
Source: https://github.com/samhvw8/dot-claude/tree/main/skills/gemini-cli
Command: npx skills add https://github.com/samhvw8/dot-claude --skill gemini-cli-samhvw8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables Claude Code to orchestrate Gemini CLI for parallel AI-assisted coding tasks.

Core Features & Use Cases

  • Command Orchestration: Run Gemini tasks, parse JSON outputs
  • Tool Discovery & Execution: Discover and run Gemini-provided tools
  • CI/CD & Automation: Integrate Gemini into workflows

Quick Start

Use Gemini to generate a quick API client skeleton

Frequently Asked Questions about gemini-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate Gemini CLI tasks within Claude Code workflows?

Gemini CLI orchestration coordinates parallel AI-assisted coding tasks by running Gemini commands, parsing JSON outputs, and managing sessions within Claude Code. This enables second opinions, real-time web grounding, and automated validation across code generation, review, and testing.

Can I use Gemini CLI for code generation and code review in parallel?

Yes. Gemini CLI orchestration supports parallel task execution for code generation, code review, test generation, and documentation. You can run multiple Gemini tasks simultaneously and coordinate their outputs through session management and context enrichment.

What output formats does Gemini CLI support?

Gemini CLI supports structured and text output formats via -o json and -o text flags. JSON parsing enables programmatic handling of results, while text output provides human-readable responses for direct review and validation workflows.

How do I handle rate limits and automate validation with Gemini CLI?

Built-in rate-limit handling manages request throttling automatically. Automated validation workflows check outputs against functional and technical requirements, enabling YOLO automation and unattended task orchestration.

Can Gemini CLI integrate with CI/CD pipelines?

Yes. Gemini CLI integrates into CI/CD and automation workflows through command orchestration, tool discovery, and execution. Sessions persist context across pipeline stages, supporting prompt templates and model selection for consistent results.

What is context enrichment with GEMINI.md in Gemini CLI workflows?

Context enrichment loads project-specific configuration and requirements from GEMINI.md, injecting custom prompts, model preferences, and validation rules into orchestrated tasks. This grounds Gemini's output in your codebase's architecture and standards.