ask

Routes prompts to local Claude, Codex, or Gemini CLIs and persists responses as .md artifacts.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/atmigtnca/sidep-ops --skill ask-atmigtnca
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/atmigtnca/sidep-ops/tree/main/skills/ask
Command: npx skills add https://github.com/atmigtnca/sidep-ops --skill ask-atmigtnca

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routing prompts to local Claude/Codex/Gemini CLIs and persisting the responses as reusable artifacts to streamline iterative AI workflows.

Core Features & Use Cases

  • Route prompts to the local AI CLIs (Claude, Codex, Gemini) and capture responses as artifacts for reuse.
  • Persist artifacts under .omc/artifacts/ask to enable later reference and auditing.
  • Use in development, testing, and prototyping scenarios where quick local AI feedback speeds up iterations.

Quick Start

Ask claude, codex, or gemini via the local CLI and store the result as an artifact.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I route prompts to local Claude and Gemini CLIs and save the responses?

To route prompts to local AI CLIs, this Skill sends requests to installed Claude, Codex, or Gemini tools and automatically saves responses as markdown artifacts under the .omc/artifacts/ask directory.

What's the best way to persist AI CLI responses as reusable artifacts for testing?

The best way to persist AI CLI responses is to route prompts through this Skill, which automatically writes output artifacts to .omc/artifacts/ask using a provider, slug, and timestamp naming convention for later reference and auditing.

Do I need to install and authenticate provider CLIs before routing local AI prompts?

Yes, you must install and authenticate the corresponding provider CLI before routing prompts. The Skill requires local access to Claude, Codex, or Gemini tools to execute commands and capture responses.

Where are AI prompt artifacts stored when using local CLI tools?

AI prompt artifacts are stored locally in the .omc/artifacts/ask directory. Files are named using the provider, slug, and timestamp format, enabling easy reference and auditing across development sessions.

Can I use local AI CLIs for quick prototyping and save the results for later auditing?

Yes, you can use local AI CLIs for quick prototyping and testing. This Skill captures prompt responses as persistent artifacts, enabling later reference and auditing across multiple development sessions.