setup

Route setup requests to OMC setup, diagnostics, or MCP workflows.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill setup-dropsyoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/dropsyoon/oh-my-claudecode/tree/main/skills/setup
Command: npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill setup-dropsyoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents confusion and wasted time by sending your install and configuration requests to the correct Claude Code/OMC setup workflow based on a single unified command.

Core Features & Use Cases

  • Unified Setup Entrypoint: Use one command to start the full setup wizard, run installation diagnostics, or configure an MCP server.
  • Argument-Based Routing: Processes only the first argument so the request lands immediately on the correct flow without manual redirection.
  • Compatibility Preservation: Keeps older entrypoints working while guiding new users toward the preferred setup command.

Use Case: If you installed OMC recently and want to verify everything before deploying an MCP server, run the unified setup command with the appropriate first argument so you trigger diagnostics or MCP configuration right away.

Quick Start

Use /oh-my-claudecode:setup doctor to run installation diagnostics for your current OMC setup.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route OMC setup and configuration requests to the correct workflow in Claude Code?

OMC setup routing directs your installation and configuration requests to the correct workflow by parsing the first argument of a unified command. It instantly dispatches the request to the setup wizard, diagnostics, or MCP configuration flow while preserving remaining arguments.

What is the best way to run installation diagnostics for my current OMC setup?

Running installation diagnostics for your OMC setup is done by passing the doctor argument to the unified setup command. This routes the request directly to the OMC diagnostics workflow, allowing you to verify your installation and check for configuration issues.

Can I configure an MCP server using a single setup command?

Yes, you can configure an MCP server using a single setup command by providing the appropriate first argument. The routing mechanism processes this initial token to immediately dispatch your request to the MCP configuration workflow while preserving any additional arguments you include.

Does the unified setup entrypoint preserve older OMC commands and workflows?

The unified setup entrypoint preserves compatibility with older OMC commands while guiding new users toward the preferred setup routing. This ensures existing operator workflows and Claude Code session setups continue functioning without manual redirection or breaking changes.

Why does my setup command trigger the wrong configuration flow in Claude Code?

Your setup command may trigger the wrong configuration flow if the first argument token is not parsed correctly for OMC routing. The dispatcher relies strictly on that initial argument to route to the wizard, doctor, or MCP setup, so check your argument syntax.