Setup
Use /oh-my-qoder:setup as the unified setup/configuration entrypoint.
Usage
/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
Routing
Process the request by the first argument only so install/setup questions land on the right flow immediately:
- No argument,
wizard,local,global, or--force-> route to/oh-my-qoder:omq-setupwith the same remaining args doctor-> route to/oh-my-qoder:omq-doctorwith everything after thedoctortokenmcp-> route to/oh-my-qoder:mcp-setupwith everything after themcptoken
Examples:
/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
Notes
/oh-my-qoder:omq-setup,/oh-my-qoder:omq-doctor, and/oh-my-qoder:mcp-setupremain valid compatibility entrypoints.- Prefer
/oh-my-qoder:setupin new documentation and user guidance.
Task: {{ARGUMENTS}}