一键导入
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}}