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}}