setup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Setup

设置

Use
/oh-my-claudecode:setup
as the unified setup/configuration entrypoint.
使用
/oh-my-claudecode:setup
作为统一的设置/配置入口。

Usage

使用方法

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
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

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:
bash
/oh-my-claudecode:omc-setup {{ARGUMENTS}}
/oh-my-claudecode:omc-doctor {{ARGUMENTS_AFTER_DOCTOR}}
/oh-my-claudecode:mcp-setup {{ARGUMENTS_AFTER_MCP}}
根据第一个参数进行路由:
  • 无参数、
    wizard
    local
    global
    --force
    -> 运行
    /oh-my-claudecode:omc-setup {{ARGUMENTS}}
  • doctor
    -> 运行
    /oh-my-claudecode:omc-doctor {{ARGUMENTS_AFTER_DOCTOR}}
  • mcp
    -> 运行
    /oh-my-claudecode:mcp-setup {{ARGUMENTS_AFTER_MCP}}
示例:
bash
/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-setup
    remain valid compatibility entrypoints.
  • Prefer
    /oh-my-claudecode:setup
    in new documentation and user guidance.
Task: {{ARGUMENTS}}
  • /oh-my-claudecode:omc-setup
    /oh-my-claudecode:omc-doctor
    /oh-my-claudecode:mcp-setup
    仍然是有效的兼容入口。
  • 新文档和用户指引中优先使用
    /oh-my-claudecode:setup
任务:{{ARGUMENTS}}