From oh-my-claudecode
Routes prompts to local AI CLI tools (Claude, Codex, Gemini, Antigravity, Grok, Cursor) via `omc ask`, with artifact persistence. Use to get multi-provider feedback without raw CLI assembly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
/oh-my-claudecode:ask <claude|codex|gemini|antigravity|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 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:
omc 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.
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
Task: {{ARGUMENTS}}
npx claudepluginhub yeachan-heo/oh-my-claudecode --plugin oh-my-claudecode9plugins reuse this skill
First indexed Jul 7, 2026
Showing the 6 earliest of 9 plugins
Consults Gemini 2.5 Pro, OpenAI Codex, and Claude for second opinions on debugging failures, architectural decisions, security validation, and fresh perspectives.
Coordinates with OpenAI Codex CLI and Google Antigravity CLI from Claude Code, enabling second opinions, task delegation, and cross-model critique with topic-aware sessions.
Orchestrates parallel queries to Codex and Antigravity/Gemini via CLI, then synthesizes both outputs into one answer. Use for cross-validation or multi-perspective analysis.