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
New~356
v1.1Saved May 11, 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

Overall Score

82/100

Grade

B

Good

Safety

95

Quality

80

Clarity

85

Completeness

75

Summary

A lightweight router skill that delegates setup, diagnostics, and MCP configuration requests to specialized downstream skills based on the first command argument. It implements a single responsibility: parse the input, route to the correct handler, and preserve remaining arguments.

Detected Capabilities

command routingargument parsinginternal skill delegation

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

setup wizardinstall routingmcp configurationdiagnostics checkoh-my-claudecode setup

Use Cases

  • Route user setup requests to the appropriate wizard or diagnostic tool
  • Provide a unified entrypoint for oh-my-claudecode configuration tasks
  • Delegate MCP server setup without duplicating routing logic across skills
  • Enable compatibility with both old and new setup command naming schemes

Quality Notes

  • Clear, minimal scope with single responsibility
  • Routing logic is straightforward and easy to verify
  • Examples demonstrate expected behavior for all major branches
  • Backward compatibility documented explicitly
  • Instruction is concise without sacrificing clarity
  • No destructive operations, external requests, or secret access
  • Argument preservation pattern is correct and preserves shell semantics
Model: claude-haiku-4-5-20251001Analyzed: May 11, 2026

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