Catalog
yeachan-heo/ask

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

v1.0LATEST
NewUpdated Sep 9, 2026

Ask

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.

Usage

/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"

Routing

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.

Requirements

  • The selected local CLI must be installed and authenticated.
  • Verify availability with the matching command:
claude --version
codex --version
gemini --version
agy --version
grok --version
cursor-agent --version
  • Antigravity CLI install (Google's successor to the Gemini CLI): install the agy binary 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.

  • Gemini CLI remains supported for enterprise/API-key use cases.

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

Overall Score

78/100

Grade

B

Good

Grades are signals, not a certification. Always review a skill yourself before use.

Safety

82

Quality

76

Clarity

78

Completeness

72

Summary

A routing skill that delegates prompt-based tasks to local AI CLI providers (Claude, Codex, Gemini, Antigravity, Grok, Cursor) via the `omc ask` wrapper command. The skill persists responses as artifacts in a `.omc/artifacts` directory and explicitly forbids direct CLI invocation, enforcing standardized provider handling through the wrapper.

Detected Capabilities

local CLI invocationshell command executionfile write (artifact persistence)provider routingversion verification

Trigger Keywords

Phrases that agents use to match this skill to user intent.

ask multiple providersroute to ai advisorget code reviewdraft implementation plancapture ai artifactmulti-provider routing

Risk Signals

INFO

External domain reference (antigravity.google)

SKILL.md line 44
INFO

Requires local CLI authentication

Requirements section
INFO

File write to .omc directory

Artifacts section

Referenced Domains

External domains referenced in skill content, detected by static analysis.

antigravity.google

Use Cases

  • Route security review requests to Codex CLI
  • Get UX improvement suggestions via Gemini or Antigravity
  • Draft implementation plans with Claude
  • Apply code changes using Cursor CLI
  • Centralize multi-provider prompt execution with artifact persistence

Quality Notes

  • Explicit enforcement of wrapper-only execution prevents CLI assembly errors
  • Clear provider routing with platform-specific guardrails (Windows limitation for Antigravity noted)
  • Artifact path structure is well-defined and scoped to .omc directory
  • Verification commands provided for all providers
  • Instructions discourage dangerous manual CLI construction
  • Examples cover diverse use cases (security, UX, planning, implementation)
  • Platform-specific notes show attention to compatibility
Model: claude-haiku-4-5-20251001Analyzed: Sep 9, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use yeachan-heo/ask in your dev environment

Command Palette

Search for a command to run...