Agent Skills
› Yeachan-Heo/oh-my-claudecode
› setup
setup
GitHub提供统一的安装配置入口,根据参数自动路由至设置向导、诊断或MCP配置流程,简化用户操作。
Trigger Scenarios
需要初始化或更新系统配置
执行安装健康检查诊断
配置MCP服务器连接
Install
npx skills add Yeachan-Heo/oh-my-claudecode --skill setup -g -y
SKILL.md
Frontmatter
{
"name": "setup",
"level": 2,
"description": "Use first for install\/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow"
}
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
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-setupwith the same remaining args doctor-> route to/oh-my-claudecode:omc-doctorwith everything after thedoctortokenmcp-> route to/oh-my-claudecode:mcp-setupwith everything after themcptoken
Examples:
/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-setupremain valid compatibility entrypoints.- Prefer
/oh-my-claudecode:setupin new documentation and user guidance.
Task: {{ARGUMENTS}}
Version History
- 41a4c0f Current 2026-07-25 07:06


