ask-gemini

Invoke the Gemini CLI to generate reusable guidance artifacts.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill ask-gemini-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-gemini
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/ask-gemini
Command: npx skills add https://github.com/prthik/prathik-astro --skill ask-gemini-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides direct access to Gemini guidance via a local CLI and ensures outputs are captured as reusable artifacts for auditing and reference.

Core Features & Use Cases

  • Local Gemini CLI access for brainstorming, design feedback, and second opinions.
  • Canonical OMX CLI path and direct Gemini CLI usage with clear routing.
  • Artifact generation and storage at .omx/artifacts for reproducibility.

Quick Start

Ask Gemini locally using omx ask gemini "<your question>" to receive guidance and generate a reusable artifact.

Frequently Asked Questions about ask-gemini

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

FAQPage Schema
How do I save Gemini CLI brainstorming outputs as reusable artifacts?

You can save Gemini CLI outputs as reusable artifacts by invoking the local OMX command path. The Skill routes your prompt to the Gemini CLI and automatically stores the generated guidance in the .omx/artifacts directory for reproducibility.

What is local Gemini CLI artifact generation used for?

Local Gemini CLI artifact generation is used for capturing AI guidance during brainstorming, design feedback, and decision-support tasks. It ensures that outputs from your developer workstation are saved for auditing, reference, and reproducibility.

Can I use the local Gemini CLI for design feedback without external dependencies?

Yes, you can use the local Gemini CLI for design feedback without external dependencies. If the canonical OMX command path is unavailable, the Skill supports a direct fallback to the Gemini CLI to ensure you still receive guidance and generate artifacts.

What is the best way to capture AI assistant guidance for decision-support tasks locally?

The best way to capture AI assistant guidance for decision-support tasks locally is using an OMX command path that invokes the Gemini CLI. This approach ensures your brainstorming and design feedback are saved as reusable artifacts directly on your developer workstation.

Why are my local AI assistant brainstorming sessions not reproducible?

Local AI assistant brainstorming sessions are not reproducible when outputs are not captured as reusable artifacts. Executing the Gemini CLI through the canonical OMX command path resolves this by automatically generating and storing traceable artifacts.