setup
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMQ setup flow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMQ setup flow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Cancel any active OMQ mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Configure notification integrations (Telegram, Discord, Slack) via natural language
Configure HUD display options (layout, presets, display elements)
Extract a learned skill from the current conversation
Diagnose and fix oh-my-qoder installation issues
Install or refresh oh-my-qoder for plugin, npm, and local-dev setups from the canonical setup flow
| name | setup |
| description | Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMQ setup flow |
| level | 2 |
Use /oh-my-qoder:setup as the unified setup/configuration entrypoint.
/oh-my-qoder:setup # full setup wizard
/oh-my-qoder:setup doctor # installation diagnostics
/oh-my-qoder:setup mcp # MCP server configuration
/oh-my-qoder:setup wizard --local # explicit wizard path
Process the request by the first argument only so install/setup questions land on the right flow immediately:
wizard, local, global, or --force -> route to /oh-my-qoder:omq-setup with the same remaining argsdoctor -> route to /oh-my-qoder:omq-doctor with everything after the doctor tokenmcp -> route to /oh-my-qoder:mcp-setup with everything after the mcp tokenExamples:
/oh-my-qoder:setup --local # => /oh-my-qoder:omq-setup --local
/oh-my-qoder:setup doctor --json # => /oh-my-qoder:omq-doctor --json
/oh-my-qoder:setup mcp github # => /oh-my-qoder:mcp-setup github
/oh-my-qoder:omq-setup, /oh-my-qoder:omq-doctor, and /oh-my-qoder:mcp-setup remain valid compatibility entrypoints./oh-my-qoder:setup in new documentation and user guidance.Task: {{ARGUMENTS}}