ask-gemini

Execute the local Gemini CLI to generate markdown feedback artifacts.

24|2|Updated Mar 12, 2025
One-click install
npx skills add https://github.com/Orinks/AccessiWeather --skill ask-gemini-orinks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/Orinks/AccessiWeather/tree/main/.codex/skills/ask-gemini
Command: npx skills add https://github.com/Orinks/AccessiWeather --skill ask-gemini-orinks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the locally installed Gemini CLI as an external advisor for brainstorming, design feedback, and second opinions. It enables capturing a reusable markdown artifact that summarizes the interaction for future reference.

Core Features & Use Cases

  • Local Gemini CLI execution for brainstorming and design critique
  • Automatic artifact generation and storage under .omx/artifacts/gemini-<slug>-<timestamp>.md
  • Flexible routing with OMX CLI variants and legacy wrappers, plus a clear fallback if Gemini is unavailable

Quick Start

Ask Gemini to analyze a prompt by running the local CLI and produce a summarized artifact.

Frequently Asked Questions about ask-gemini

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

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

Use a local Gemini CLI for brainstorming and design feedback by executing the binary to process ideation prompts, which generates a summarized markdown artifact stored under the .omx/artifacts directory. It acts as an external advisor for critique and decision support.

Do I need a local Gemini CLI binary installed to run this AI assistant workflow?

Yes, you need a local Gemini CLI binary installed to run this AI assistant workflow. The Skill requires this local environment setup to execute external brainstorming tasks and will trigger a clear fallback if the Gemini CLI is unavailable.

What format are the design critique and ideation artifacts saved in?

Design critique and ideation artifacts are saved as markdown files. These files are automatically generated and stored under .omx/artifacts/gemini-<slug>-<timestamp>.md, capturing the original task, final prompt, output, summary, and next steps.

What is included in the markdown artifact when capturing AI assistant design feedback?

The markdown artifact capturing AI assistant design feedback includes the original task, the final prompt sent to Gemini, the full Gemini output, a concise summary, and actionable next steps. This structure ensures the interaction is fully documented for future reference.

Can I route prompts to multiple Gemini variants within my local workflow?

Yes, you can route prompts to multiple Gemini variants within your local workflow. The Skill supports flexible routing using OMX CLI variants and legacy wrappers, allowing you to direct ideation and design critique tasks to different configured environments.

What happens if the Gemini CLI is unavailable during a brainstorming session?

If the Gemini CLI is unavailable during a brainstorming session, the Skill provides a clear fallback mechanism. This ensures your local workflow can handle the missing dependency gracefully rather than failing silently during design feedback or ideation tasks.