ask
SolidProcess-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
AI & Automation 36,273 stars
3296 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Ask
Use OMC's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.
## Usage
```bash
/oh-my-claudecode:ask <claude|codex|gemini> <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 claude "draft an implementation plan for issue #123"
```
## Routing
**Required execution path — always use this command:**
```bash
omc ask {{ARGUMENTS}}
```
**Do NOT manually construct raw provider CLI commands.** Never run `codex`, `claude`, or `gemini` 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:
```bash
claude --version
codex --version
gemini --version
```
## Artifacts
`omc ask` writes artifacts to:
```text
.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md
```
Task: {{ARGUMENTS}}
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
ask
Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
6 Updated yesterday
naimkatiman AI & Automation Solid
ccg
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
36,273 Updated today
Yeachan-Heo AI & Automation Listed
ask-claude
Ask Claude via local CLI and capture a reusable artifact
1 Updated today
ItsProGamer974