setup

Automate install, diagnostics, and MCP configuration via a unified CLI entrypoint.

16|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sehoon787/my-claude --skill setup-sehoon787
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/sehoon787/my-claude/tree/main/skills/omc/setup
Command: npx skills add https://github.com/sehoon787/my-claude --skill setup-sehoon787

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified setup entrypoint for orchestrating install, diagnostics, and MCP configuration across the oh-my-claudecode plugin.

Core Features & Use Cases

  • Unified CLI entrypoint to run full setup, diagnostic checks, and MCP server configuration via a single command.
  • Seamless routing between wizard, doctor, mcp, and local modes, with compatibility endpoints maintained.
  • Real-world use: an admin runs a single command to initialize a new environment, verify components, and configure MCP servers.

Quick Start

Run the unified setup command to launch the wizard and begin configuration.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate CLI environment setup, diagnostics, and MCP configuration in one command?

Automated CLI environment setup is handled by a unified entrypoint that orchestrates installation, diagnostics, and MCP server configuration via a single command. It routes between wizard, doctor, mcp, and local modes to initialize and verify components.

What is a unified setup workflow for CLI sessions and when do I need it?

A unified setup workflow provides a single entrypoint to run installation, diagnostic checks, and MCP configuration across CLI sessions. It is needed when initializing a new environment or verifying that all plugin components are correctly configured.

Does the oh-my-claudecode setup wizard support routing between diagnostic and MCP modes?

The oh-my-claudecode setup wizard supports seamless routing between wizard, doctor, mcp, and local modes. Compatibility entrypoints are maintained alongside explicit wizard path support for flexible configuration.

How to run diagnostics and configure MCP servers from a single CLI command?

Run the unified setup command to launch the wizard, which routes to diagnostic and MCP configuration modes. This allows an admin to verify components and configure MCP servers without invoking separate commands.

What are the limitations of using a single entrypoint for install, diagnostics, and MCP routing?

The single entrypoint requires omc setup handlers and routes to be exposed via the designated compatibility path. If these routes are not available, the unified routing between wizard, doctor, mcp, and local modes will not function.

Can I use the setup command to check component health before configuring MCP servers?

The setup command routes to a doctor mode for diagnostic checks before proceeding to MCP configuration. This ensures component health is verified within the same workflow before applying MCP server settings.