Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Ask a local external advisor CLI (Claude or Gemini) and capture a reusable artifact
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.
$ask claude <question or task>
$ask gemini <question or task>
omx ask claude "<question or task>"
omx ask gemini "<question or task>"
claude when the user asks for Claude, Anthropic, or the previous $ask-claude behavior.gemini when the user asks for Gemini or the previous $ask-gemini behavior.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.
After local execution, save a markdown artifact to:
npx skills add Yeachan-Heo/oh-my-codex --skill askHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.