setup
The setup skill acts as a unified routing gateway for oh-my-claudecode initialization tasks, directing user requests to the appropriate workflow based on the first argument provided. Use this skill as the primary entry point for full setup wizards, installation diagnostics via the doctor command, or MCP server configuration, ensuring configuration requests reach their correct destination efficiently.
git clone --depth 1 https://github.com/Yeachan-Heo/oh-my-claudecode /tmp/setup && cp -r /tmp/setup/skills/setup ~/.claude/skills/setupSKILL.md
# Setup
Use `/oh-my-claudecode:setup` as the unified setup/configuration entrypoint.
## Usage
```bash
/oh-my-claudecode:setup # full setup wizard
/oh-my-claudecode:setup doctor # installation diagnostics
/oh-my-claudecode:setup mcp # MCP server configuration
/oh-my-claudecode: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-claudecode:omc-setup` with the same remaining args
- `doctor` -> route to `/oh-my-claudecode:omc-doctor` with everything after the `doctor` token
- `mcp` -> route to `/oh-my-claudecode:mcp-setup` with everything after the `mcp` token
Examples:
```bash
/oh-my-claudecode:setup --local # => /oh-my-claudecode:omc-setup --local
/oh-my-claudecode:setup doctor --json # => /oh-my-claudecode:omc-doctor --json
/oh-my-claudecode:setup mcp github # => /oh-my-claudecode:mcp-setup github
```
## Notes
- `/oh-my-claudecode:omc-setup`, `/oh-my-claudecode:omc-doctor`, and `/oh-my-claudecode:mcp-setup` remain valid compatibility entrypoints.
- Prefer `/oh-my-claudecode:setup` in new documentation and user guidance.
Task: {{ARGUMENTS}}Pre-planning consultant for requirements analysis (Opus)
Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)
Expert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategy
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Work plan and code review expert — thorough, structured, multi-perspective (Opus)
Root-cause analysis, regression isolation, stack trace analysis, build/compilation error resolution
UI/UX Designer-Developer for stunning interfaces (Sonnet)
External Documentation & Reference Specialist