ask-gemini

Run the local Gemini CLI for coding assistance within Claude workflows.

47|3|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-gemini-hiroro-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/hiroro-work/claude-plugins/tree/main/plugins/ask-gemini/skills/ask-gemini
Command: npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-gemini-hiroro-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs the local Gemini CLI to provide coding assistance, including second opinions, code generation, debugging, and delegation, all from within Claude workflows.

Core Features & Use Cases

  • Second opinion & guidance: Use Gemini to review approaches or propose improvements.
  • Code generation & refactoring: Generate new code or refactor existing code.
  • Debugging & analysis: Identify issues and propose fixes.
  • Automation-ready: Use with flags like -y/--yolo for automatic tool execution when appropriate.

Quick Start

Use the Gemini CLI to query your task:

  • gemini "How do I implement a binary search in Python?"
  • gemini -m gemini-2.5-pro "Review this code for potential issues"
  • gemini -y "Refactor this function to use async/await"