ask

Route prompts through a local advisor CLI and persist results as artifacts.

16|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sehoon787/my-claude --skill ask-sehoon787
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/sehoon787/my-claude/tree/main/skills/omc/ask
Command: npx skills add https://github.com/sehoon787/my-claude --skill ask-sehoon787

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route prompts through a local advisor CLI and persist results as artifacts.

Core Features & Use Cases

  • Route prompts through Claude, Codex, or Gemini via the local CLI and save the resulting artifact.
  • Supports multiple providers and consistent artifact naming for easy retrieval.
  • Use cases include capturing ad-hoc prompts, brainstorm sessions, or task automation results for later reuse.

Quick Start

Run the local command to route a prompt through the advisor CLI and save the resulting 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 Claude, Codex, or Gemini and save the output locally?

You can route prompts through a local advisor CLI to Claude, Codex, or Gemini and capture the output as artifacts. This allows you to save brainstorming sessions and task automation results for later reuse.

What is the best way to capture ad-hoc prompts from local CLI sessions as artifacts?

Capturing ad-hoc prompts as artifacts involves routing the prompt through a local CLI and writing the result to a designated artifacts path. This ensures consistent artifact naming for easy retrieval.

Do I need a locally installed and authenticated CLI to route prompts and save artifacts?

Yes, you need a locally installed and authenticated CLI for your chosen provider. This local environment setup is required to route prompts and write the resulting artifacts to the omc artifacts path.

Can I use multiple providers like Claude, Codex, and Gemini to persist results as artifacts?

Yes, you can use multiple providers including Claude, Codex, and Gemini. The process supports routing prompts through these different providers via the local CLI while maintaining consistent artifact naming.

Why are my local CLI prompt routes not saving artifacts correctly?

Artifacts from local CLI prompt routes may not save correctly if the CLI is not properly authenticated or if the output path is misconfigured. The tool requires writing artifacts to the specific omc artifacts path for successful persistence.