ask-gemini

Run the local Gemini CLI and save advisory output as a markdown artifact.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill ask-gemini-gtpgg1013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/gtpgg1013/claude-skills-collection/tree/main/skills/agents/ask-gemini
Command: npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill ask-gemini-gtpgg1013

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables you to leverage a local Gemini CLI to quickly brainstorm, solicit design feedback, and obtain second opinions without reaching for a cloud-based assistant.

Core Features & Use Cases

  • Local Gemini as an on-demand advisory: brainstorm ideas, critique designs, and validate approaches.
  • Artifact generation: automatically save a reproducible markdown artifact containing the original task, prompt, Gemini output, summary, and next steps.
  • Use Case: You’re iterating on a product concept and want fast, private guidance from Gemini without sending data to external services.

Quick Start

Invoke the local Gemini CLI on a task and save the resulting artifact to .omx/artifacts/gemini-<slug>-<timestamp>.md.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I run a local Gemini CLI for private brainstorming and design feedback?

Local Gemini advisory runs the Gemini CLI locally to brainstorm ideas and critique designs without sending data to external services. It processes tasks offline and generates private guidance for product and software workflows.

Can I save Gemini CLI output as a reproducible markdown artifact?

Yes, the Gemini CLI output is automatically saved as a markdown artifact. The file is written to .omx/artifacts/gemini-<slug>-<timestamp>.md, capturing the original task, prompt, output, summary, and next steps.

How do I get a second opinion on a product concept without using cloud-based assistants?

You can obtain a second opinion by executing the local Gemini CLI variant on your task. This processes your product concept locally, providing fast guidance while keeping all data offline and private.

What happens if the Gemini binary is missing when I try to run local Gemini advisory?

When the Gemini binary is missing, the local Gemini advisory process provides specific guidance to resolve the issue. It meets requirements to detect the missing binary and instruct you on how to proceed with the installation.

Does local Gemini processing work for offline design critiques in software workflows?

Yes, local Gemini processing is designed for offline or local processing preferences in software workflows. You can iterate on design concepts and solicit feedback entirely offline without relying on cloud-based assistants.

What is included in the markdown artifact generated by the local Gemini CLI?

The markdown artifact contains the original task, the prompt used, the Gemini output, a summary, and next steps. This reproducible file is saved locally for future reference in your product workflows.