Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:ask-geminiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Gemini as an external advisor through OMC's ask command.
Use Gemini as an external advisor through OMC's ask command.
/oh-my-claudecode:ask-gemini <question or task>
Preferred path:
omc ask gemini "{{ARGUMENTS}}"
Wrapper alias (compatibility):
bash "${CLAUDE_PLUGIN_ROOT}/scripts/ask-gemini.sh" "{{ARGUMENTS}}"
gemini --version
omc ask writes artifacts to:
.omc/artifacts/ask/gemini-<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.