From oh-my-claudecode
Runs the full OMC ask skill instructions from the bundled SKILL.md file, processing user-provided arguments through the skill's logic.
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 m1lan/oh-my-claudecode33plugins reuse this command
First indexed Jul 7, 2026
Showing the 6 earliest of 33 plugins
/askRuns the full OMC ask skill instructions from the bundled SKILL.md file, processing user-provided arguments through the skill's logic.
/askProvides architectural consultation and strategic guidance for technical questions, synthesizing insights from systems design, technology strategy, scalability, and risk analysis.
/askQueries multiple AI agents (Gemini, OpenAI, Grok, Perplexity) for diverse perspectives on architecture decisions, technology choices, and debugging. Returns a synthesized report with tradeoff analysis.