setup

Route CLI setup commands to omc-setup, omc-doctor, or mcp-setup handlers.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/OliverOuyang/shuhe-work-skills --skill setup-oliverouyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/OliverOuyang/shuhe-work-skills/tree/main/skills/setup
Command: npx skills add https://github.com/OliverOuyang/shuhe-work-skills --skill setup-oliverouyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This setup routing flow unifies install, doctor, and MCP requests by directing them to the correct OMC setup path, reducing confusion and routing errors.

Core Features & Use Cases

  • Unified entrypoint: Use a single command path to reach the proper setup flow.
  • Routing accuracy: Dispatches to omc-setup, omc-doctor, or mcp-setup based on the first argument.
  • Compatibility: Maintains compatibility with existing entrypoints for omc-setup, omc-doctor, and mcp-setup.

Quick Start

Use the oh-my-claudecode:setup command to route setup tasks to the appropriate OMC flow.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I run the setup wizard for oh-my-claudecode?

The setup command acts as a unified routing entrypoint that parses the first argument to dispatch your request to the correct oh-my-claudecode flow, whether that is installation, diagnostics, or MCP configuration.

How do I run CLI diagnostics for oh-my-claudecode?

Run the setup command with the doctor argument to route your request to the omc-doctor handler. This executes CLI-based diagnostics to identify configuration or installation issues within your OMC environment.

What is the best way to configure MCP through the command line?

Use the setup command and pass the MCP argument to route directly to the mcp-setup handler. This provides a unified entrypoint for MCP configuration, reducing routing errors and ensuring correct setup.

Can I use a single command path for OMC installation and diagnostics?

Yes, the setup routing flow unifies install, doctor, and MCP requests into a single command path. It maintains compatibility with existing omc-setup and omc-doctor entrypoints while routing traffic accurately.

Why does my OMC setup command return a routing error?

Routing errors occur when the first argument cannot be parsed or matched to a valid handler. Ensure you pass a recognized argument like setup, doctor, or mcp to dispatch correctly to the corresponding OMC flow.