ask

star 36.5k

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

Yeachan-Heo By Yeachan-Heo schedule Updated 6/12/2026

name: ask description: Process-first advisor routing for Claude, Codex, Gemini, Grok, or Cursor via omc ask, with artifact capture and no raw CLI assembly

Ask

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

Usage

/oh-my-claudecode:ask <claude|codex|gemini|grok|cursor> <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"
/oh-my-claudecode:ask cursor "apply this implementation plan"

Routing

Required execution path — always use this command:

omc ask {{ARGUMENTS}}

Do NOT manually construct raw provider CLI commands. Never run codex, claude, gemini, grok, or cursor-agent 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
grok --version
cursor-agent --version

Artifacts

omc ask writes artifacts to:

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

Task: {{ARGUMENTS}}

Install via CLI
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill ask
Repository Details
star Stars 36,514
call_split Forks 3,312
navigation Branch main
article Path SKILL.md
More from Creator