Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Use /oh-my-claudecode:setup as the unified setup/configuration entrypoint.
/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:
/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
npx skills add Yeachan-Heo/oh-my-claudecode --skill setupHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.