ask-gemini

Orchestrate Gemini as a local advisor and save markdown artifacts.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill ask-gemini-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/.codex/skills/ask-gemini
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill ask-gemini-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Facilitates local Gemini consultations by providing a straightforward CLI interface and ensures the resulting guidance is captured as a reusable artifact.

Core Features & Use Cases

  • Local Gemini advisory for brainstorming, design feedback, and second opinions within standard OMB workflows.
  • Automated artifact generation that stores a markdown summary at .omb/artifacts/gemini-<slug>-<timestamp>.md for easy reuse and auditing.
  • Flexible routing between the canonical omb ask gemini path and direct Gemini CLI invocations, with fallback messaging if Gemini is unavailable.

Quick Start

Ask Gemini a question locally via the omb CLI and save the resulting artifact.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I capture Gemini CLI output as a markdown artifact for brainstorming sessions?

To capture Gemini CLI output as a markdown artifact, use the canonical omb ask gemini path to process your task and automatically save the resulting summary, prompt, and next steps to .omb/artifacts/gemini-<slug>-<timestamp>.md.

Do I need the local Gemini CLI installed to get design feedback through OMB workflows?

Yes, you need the local Gemini CLI installed to get design feedback through OMB workflows. The Skill orchestrates this local CLI variant as an external advisor and provides fallback messaging if the Gemini CLI is unavailable.

What is the best way to automate second opinions from Gemini locally and audit the results?

The best way to automate second opinions from Gemini locally is using the omb ask gemini command. It routes your query to the local Gemini CLI and generates an auditable markdown artifact containing the original task, final prompt, output, and next steps.

Can I use this approach for both individual and team brainstorming workflows?

Yes, you can use this approach for both individual and team brainstorming workflows. The Skill orchestrates Gemini as a local external advisor, applying flexibly to individual or team contexts within standard OMB workflows.

What happens if the local Gemini CLI is unavailable when I request a consultation?

If the local Gemini CLI is unavailable when you request a consultation, the Skill provides fallback messaging. It attempts flexible routing between the canonical omb ask gemini path and direct CLI invocations to ensure workflow continuity.

What information is included in the generated markdown artifact after a Gemini consultation?

The generated markdown artifact includes the original task, the final prompt sent to Gemini, the Gemini output, a concise summary of the consultation, and actionable next steps for your brainstorming or design feedback session.