setup

Route setup requests to omc-setup, omc-doctor, or mcp-setup based on the first argument.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents setup requests from landing in the wrong place by quickly routing installation, diagnostic, and MCP configuration tasks to the correct OMC flow.

Core Features & Use Cases

  • Unified setup entrypoint: Handles /oh-my-claudecode:setup as the main command for setup-related work.
  • Smart request routing: Sends doctor requests to diagnostics and mcp requests to MCP configuration while preserving the remaining arguments.
  • Compatibility support: Keeps older entrypoints valid while encouraging the unified command for new guidance.
  • Use case: A user asks to troubleshoot installation or configure MCP servers, and the Skill immediately forwards the request to the right specialized setup path.

Quick Start

Ask the assistant to use the setup skill to route your installation, doctor, or MCP request 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 route Claude Code setup requests to the correct configuration flow?

Use argument-based dispatch to send setup requests to specialized OMC paths. Provide the first argument like doctor or mcp to route diagnostics and configuration tasks while preserving remaining parameters for unified Claude Code workflows.

What is the best way to configure an MCP server in Claude Code?

The best way to configure an MCP server is passing the mcp argument to the unified setup entrypoint. This routes the request directly to MCP configuration while preserving any additional parameters for the specialized setup path.

Does the OMC setup entrypoint support running diagnostics for installation issues?

Yes, the OMC setup entrypoint supports diagnostics by passing the doctor argument. This routes the request to the diagnostics flow, allowing you to troubleshoot installation issues while preserving remaining arguments for the diagnostic path.

Can I use older entrypoints instead of the unified setup command for configuration?

You can use older entrypoints as compatibility is supported to keep them valid. However, the unified setup command is encouraged for new guidance to ensure installation and MCP configuration requests route to the correct OMC flow.

Why does my MCP setup request land in the wrong configuration flow?

MCP setup requests land in the wrong configuration flow when argument-based dispatch is not used. Providing the correct first argument ensures the request routes to the appropriate MCP configuration path with minimal friction.