Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 61% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 137% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 23% | 0% |
Use /oh-my-claudecode:setup as the unified setup/configuration entrypoint.
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
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-claudecode:omc-setup with the same remaining argsdoctor -> route to /oh-my-claudecode:omc-doctor with everything after the doctor tokenmcp -> route to /oh-my-claudecode:mcp-setup with everything after the mcp tokenExamples:
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
/oh-my-claudecode:omc-setup, /oh-my-claudecode:omc-doctor, and /oh-my-claudecode:mcp-setup remain valid compatibility entrypoints./oh-my-claudecode:setup in new documentation and user guidance.Task: {{ARGUMENTS}}
Other measured skills in the registry, with their headline benchmark lift.