How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-grok:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use OMG's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.
Use OMG's canonical advisor skill to route a prompt through the local Claude, Codex, or Gemini CLI and persist the result as an ask artifact.
/oh-my-grok:ask <claude|codex|gemini> <question or task>
Examples:
/oh-my-grok:ask codex "review this patch from a security perspective"
/oh-my-grok:ask gemini "suggest UX improvements for this flow"
/oh-my-grok:ask claude "draft an implementation plan for issue #123"
Required execution path — always use this command:
omg ask {{ARGUMENTS}}
Do NOT manually construct raw provider CLI commands. Never run codex, claude, or gemini directly to fulfill this skill. The omg ask wrapper handles correct flag selection, artifact persistence, and provider-version compatibility automatically. Manually assembling provider CLI flags will produce incorrect or outdated invocations.
claude --version
codex --version
gemini --version
omg ask writes artifacts to:
.omc/artifacts/ask/<provider>-<slug>-<timestamp>.md
Task: {{ARGUMENTS}}
npx claudepluginhub kwt00/oh-my-grok --plugin oh-my-grokGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.