Setup
Skill Moliboy5000/.claude/plugins/cache/omc/oh-my-claudecode/4.8.2/skills/setup
Claude dotfile containing skills, agents etc I use.
npx -y skills add Moliboy5000/.claude --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Unified setup entrypoint for install, diagnostics, and MCP configuration
SKILL.md
1.2 KB, 328 tokens by cl100k_base, as published. Nobody here has run it
Setup
Use /oh-my-claudecode:setup as the unified setup/configuration entrypoint.
Usage
/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
Route by the first argument:
- No argument,
wizard,local,global, or--force-> run/oh-my-claudecode:omc-setup {{ARGUMENTS}} doctor-> run/oh-my-claudecode:omc-doctor {{ARGUMENTS_AFTER_DOCTOR}}mcp-> run/oh-my-claudecode:mcp-setup {{ARGUMENTS_AFTER_MCP}}
Examples:
/oh-my-claudecode:omc-setup {{ARGUMENTS}}
/oh-my-claudecode:omc-doctor {{ARGUMENTS_AFTER_DOCTOR}}
/oh-my-claudecode:mcp-setup {{ARGUMENTS_AFTER_MCP}}
Notes
/oh-my-claudecode:omc-setup,/oh-my-claudecode:omc-doctor, and/oh-my-claudecode:mcp-setupremain valid compatibility entrypoints.- Prefer
/oh-my-claudecode:setupin new documentation and user guidance.
Task: {{ARGUMENTS}}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.