
Ask
- 43 installs
- 32.4k repo stars
- Updated August 4, 2026
- yeachan-heo/oh-my-codex
Helps with ai & agent building tasks during AI-assisted development.
About
ask is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- ask
- AI & Agent Building
- AI-coding skill
Ask by the numbers
- 43 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #7,972 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill askAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 43 |
|---|---|
| repo stars | ★ 32.4k |
| Last updated | August 4, 2026 |
| Repository | yeachan-heo/oh-my-codex ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Ask (Local Advisor CLI)
Use a locally installed external advisor CLI for focused questions, reviews, brainstorming, or second opinions. This skill replaces the separate ask-claude and ask-gemini skills.
Usage
$ask claude <question or task>
$ask gemini <question or task>
omx ask claude "<question or task>"
omx ask gemini "<question or task>"Backend selection
- Use
claudewhen the user asks for Claude, Anthropic, or the previous$ask-claudebehavior. - Use
geminiwhen the user asks for Gemini or the previous$ask-geminibehavior. - If no backend is specified, choose the installed backend that best matches the user request; if neither is clearly available, explain that a local CLI is required.
Local CLI commands
Claude:
omx ask claude "{{ARGUMENTS}}"
claude -p "{{ARGUMENTS}}"Gemini:
omx ask gemini "{{ARGUMENTS}}"
gemini -p "{{ARGUMENTS}}"If needed, adapt to the user's installed CLI variant while keeping local execution as the default path. Do not silently switch to an MCP or remote provider when the local binary is missing.
Artifact requirement
After local execution, save a markdown artifact to:
.omx/artifacts/ask-<backend>-<slug>-<timestamp>.mdMinimum artifact sections: 1. Original user task 2. Backend and final prompt sent to the CLI 3. Raw CLI output 4. Concise summary 5. Action items / next steps
Task: {{ARGUMENTS}}