setup
SolidUse first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
AI & Automation 36,273 stars
3296 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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}}
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 5 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
36,273 Updated today
Yeachan-Heo AI & Automation Listed
omc-setup
One-time setup for oh-my-claudecode (the ONLY command you need to learn)
6 Updated today
mazenyassergithub AI & Automation Listed
setup
Use when kagura-engineer:doctor reports a blocked or failing environment — installs and authenticates the harness prerequisites (git, claude, gh, ollama models, memory-cloud auth) by shelling out to `kagura-engineer setup`, then re-checks with doctor.
0 Updated today
kagura-ai