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 页面并帮你完成安装。
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
基于 SOC 职业分类
| 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}}