ask-gemini

Query a local Gemini CLI for brainstorming and critical feedback.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ask-gemini-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/ask-gemini
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill ask-gemini-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gemini-based brainstorming and design feedback can be slow or siloed when using remote tools; this skill enables fast, local reasoning by querying the Gemini CLI directly.

Core Features & Use Cases

  • Local Gemini reasoning for brainstorming and critique to speed up design reviews.
  • Direct OMX CLI invocation path (omx ask gemini) to keep interactions on-device and reproducible.
  • Artifact persistence: after execution, save a markdown artifact to .omx/artifacts/gemini-<slug>-<timestamp>.md for audit and reuse.
  • Use Case: ideate a feature concept, get concise critique, and capture actionable insights for a product roadmap.

Quick Start

Run the local Gemini CLI to review a product idea by executing omx ask gemini '<your task>' and review the generated artifact.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I run local Gemini brainstorming for design feedback?

Local Gemini brainstorming runs by executing the OMX CLI path 'omx ask gemini' with your task prompt. It queries the locally installed Gemini CLI directly to provide design critique and ideation on-device.

What is the best way to capture AI design critique as an artifact?

Capturing AI design critique as an artifact happens automatically after querying the local Gemini CLI. The skill saves the output as a markdown file under the '.omx/artifacts/gemini-<slug>-<timestamp>.md' directory path.

Do I need a remote API to use Gemini for feature ideation?

You do not need a remote API to use Gemini for feature ideation. The workflow requires a locally installed Gemini CLI to execute on-device reasoning, keeping interactions fast and completely reproducible.

Can I use local CLI reasoning for solo product design reviews?

You can use local CLI reasoning for solo product design reviews and small-team decision support. The skill facilitates concise critique and captures actionable insights directly into a markdown artifact for your product roadmap.

Why use a local Gemini CLI instead of remote tools for brainstorming?

Using a local Gemini CLI instead of remote tools prevents slow or siloed brainstorming workflows. It enables fast, local reasoning by querying the Gemini CLI directly through the OMX invocation path.

How do I review a product idea using a local Gemini CLI?

Reviewing a product idea using a local Gemini CLI requires running 'omx ask gemini <your task>'. The skill generates a markdown artifact containing the critique and actionable insights for later audit and reuse.