A routing layer that points setup, diagnostics, and MCP configuration requests to the right destination based on the first argument you pass. It's the front door for oh-my-claudecode installation flows: no args or wizard flags go to omc-setup, doctor goes to omc-doctor, mcp goes to mcp-setup. The older direct entrypoints still work for compatibility, but this consolidates the mental model into one command. It's thin glue code, but the kind that makes a CLI less annoying by reducing the number of commands you need to remember when something breaks or you're setting up a new machine.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill setup