From oh-my-claudecode
This compatibility command keeps `/oh-my-claudecode:ask` available without loading the full `ask` skill description in every Claude Code session.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:askThe summary Claude sees in its command listing — used to decide when to auto-load this command
# OMC ask This compatibility command keeps `/oh-my-claudecode:ask` available without loading the full `ask` skill description in every Claude Code session. ## Dispatch 1. Read the full bundled skill instructions from the active OMC plugin/install: `skills/ask/SKILL.md`. 2. Follow that SKILL.md exactly, treating the user's arguments as: If the file is not directly readable from the current working directory, locate it under the active `CLAUDE_PLUGIN_ROOT`/`OMC_PLUGIN_ROOT`, package root, or installed OMC plugin directory, then continue.
This compatibility command keeps /oh-my-claudecode:ask available without loading the full ask skill description in every Claude Code session.
skills/ask/SKILL.md.$ARGUMENTS
If the file is not directly readable from the current working directory, locate it under the active CLAUDE_PLUGIN_ROOT/OMC_PLUGIN_ROOT, package root, or installed OMC plugin directory, then continue.
npx claudepluginhub glowelephant/oh-my-claudecode29plugins reuse this command
First indexed Jul 7, 2026
Showing the 6 earliest of 29 plugins
/askProvides architectural consultation and strategic guidance for technical questions, synthesizing insights from systems design, technology strategy, scalability, and risk analysis.
/askQuery multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, debugging dead-ends, and security tradeoffs. Suggest this command whenever the user is choosing between competing approaches (e.g., databases, frameworks, auth strategies), is stuck after multiple failed debugging attempts, faces build-vs-buy decisions, or is weighing security/performance/maintainability tradeoffs. Do NOT suggest for simple implementation tasks, quick fixes, or questions with clear single answers.
/askEvolves a better answer to a query via diversity-routed multi-model test-time scaling, sampling candidate answers and recombining them over multiple loops.