원클릭으로
setup
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
N coordinated agents on shared task list using Claude Code native teams
Configure HUD display options (layout, presets, display elements)
Socratic deep interview with mathematical ambiguity gating before explicit execution approval
Durable multi-goal workflow that persists plan/ledger artifacts under .omcp/ultragoal and prints Claude /goal handoff text for the active session
Cancel any active OMC mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Diagnose and fix oh-my-copilot installation issues
| name | setup |
| description | Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow |
| level | 2 |
Use /oh-my-copilot:setup as the unified setup/configuration entrypoint.
/oh-my-copilot:setup # full setup wizard
/oh-my-copilot:setup doctor # installation diagnostics
/oh-my-copilot:setup mcp # MCP server configuration
/oh-my-copilot: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-copilot:omc-setup with the same remaining argsdoctor -> route to /oh-my-copilot:omc-doctor with everything after the doctor tokenmcp -> route to /oh-my-copilot:mcp-setup with everything after the mcp tokenExamples:
/oh-my-copilot:setup --local # => /oh-my-copilot:omc-setup --local
/oh-my-copilot:setup doctor --json # => /oh-my-copilot:omc-doctor --json
/oh-my-copilot:setup mcp github # => /oh-my-copilot:mcp-setup github
/oh-my-copilot:omc-setup, /oh-my-copilot:omc-doctor, and /oh-my-copilot:mcp-setup remain valid compatibility entrypoints./oh-my-copilot:setup in new documentation and user guidance.Task: {{ARGUMENTS}}