Catalog
Yeachan-Heo/setup

Yeachan-Heo

setup

Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow

global
0installs0uses
Saved Apr 12, 2026

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-setup with the same remaining args
  • doctor -> route to /oh-my-claudecode:omc-doctor with everything after the doctor token
  • mcp -> route to /oh-my-claudecode:mcp-setup with everything after the mcp token

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-setup remain valid compatibility entrypoints.
  • Prefer /oh-my-claudecode:setup in new documentation and user guidance.

Task: {{ARGUMENTS}}

Files1
1 files · 1.0 KB

Select a file to preview

Analysis failed

429 {"type":"error","error":{"type":"rate_limit_error","message":"This request would exceed your organization's rate limit of 450,000 input tokens per minute (org: a7b9459e-09e0-417d-ba38-f43911180ff6, model: claude-haiku-4-5-20251001). For details, refer to: https://docs.claude.com/en/api/rate-limits. You can see the response headers for current usage. Please reduce the prompt length or the maximum tokens requested, or try again later. You may also contact sales at https://claude.com/contact-sales to discuss your options for a rate limit increase."},"request_id":"req_011CaE48Aba6wZQgvJVH8gzu"}

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Version History

v1.1

Content updated

2026-04-20

Latest
v1.0

No changelog

2026-04-12

Add Yeachan-Heo/setup to your library

Command Palette

Search for a command to run...