Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
/oh-my-claudecode:ask <claude|codex|gemini|antigravity|grok|cursor> <question or task>
/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 antigravity "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"
omc ask {{ARGUMENTS}}
codex, claude, gemini, agy, 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.claude --version
codex --version
gemini --version
agy --version
grok --version
cursor-agent --version
agy
binary per the official Antigravity instructions (inspect
any installer before running it). Verify: agy --version
Platform note:omc ask antigravityis supported on macOS/Linux. On Windows it is guarded with a clear error, becauseagy --printtakes the prompt as an argv value (it cannot read stdin) and has known upstream Windows-plimitations; useomc ask geminion Windows.
omc ask writes artifacts to:.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md