Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:ask-codexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Codex as an external advisor through OMC's ask command.
Use Codex as an external advisor through OMC's ask command.
/oh-my-claudecode:ask-codex <question or task>
Preferred path:
omc ask codex "{{ARGUMENTS}}"
Wrapper alias (compatibility):
bash "${CLAUDE_PLUGIN_ROOT}/scripts/ask-codex.sh" "{{ARGUMENTS}}"
codex --version
omc ask writes artifacts to:
.omc/artifacts/ask/codex-<slug>-<timestamp>.md
Task: {{ARGUMENTS}}
npx claudepluginhub alexu-a/oh-my-claudecodeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.