skills/setup/SKILL.md
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
npx skillsauth add RobinNorberg/oh-my-copilot setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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}}
tools
Durable multi-goal workflow that persists plan/ledger artifacts under .omcp/ultragoal and prints Claude /goal handoff text for the active session
tools
testing
Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode
tools
Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution