Catalog
Yeachan-Heo/ask

Yeachan-Heo

ask

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

global
0installs0uses
Saved Apr 20, 2026

Ask

Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.

Usage

/oh-my-claudecode:ask <claude|codex|gemini> <question or task>

Examples:

/oh-my-claudecode:ask codex "review this patch from a security perspective"
/oh-my-claudecode:ask gemini "suggest UX improvements for this flow"
/oh-my-claudecode:ask claude "draft an implementation plan for issue #123"

Routing

Required execution path — always use this command:

omc ask {{ARGUMENTS}}

Do NOT manually construct raw provider CLI commands. Never run codex, claude, or gemini directly to fulfill this skill. The omc ask wrapper handles correct flag selection, artifact persistence, and provider-version compatibility automatically. Manually assembling provider CLI flags will produce incorrect or outdated invocations.

Requirements

  • The selected local CLI must be installed and authenticated.
  • Verify availability with the matching command:
claude --version
codex --version
gemini --version

Artifacts

omc ask writes artifacts to:

.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md

Task: {{ARGUMENTS}}

Files1
1 files · 1.0 KB

Select a file to preview

Analysis failed

Failed to parse JSON from model response: ```json { "summary": "An advisor routing skill that directs prompts to local Claude, Codex, or Gemini CLI tools via the `omc ask` wrapper, capturing results as markdown artifacts. The skill enforces…

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Add Yeachan-Heo/ask to your library

Command Palette

Search for a command to run...