Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -26% | 0% |
Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, Gemini, Antigravity, Grok, or Cursor CLI and persist the result as an ask artifact.
bash/oh-my-claudecode:ask <claude|codex|gemini|antigravity|grok|cursor> <question or task>
Examples:
bash/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"
Required execution path — always use this command:
bashomc ask {{ARGUMENTS}}
Do NOT manually construct raw provider CLI commands. Never run 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.
bashclaude --version codex --version gemini --version agy --version grok --version cursor-agent --version
agybinary per the official Antigravity instructions (inspect any installer before running it). Verify: agy --version > Platform note: omc ask antigravity is supported on macOS/Linux. On Windows it is guarded with a clear error, because agy --print takes the prompt as an argv value (it cannot read stdin) and has known upstream Windows -p limitations; use omc ask gemini on Windows.
omc ask writes artifacts to:
text.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md
Task: {{ARGUMENTS}}
Other measured skills in the registry, with their headline benchmark lift.