setup

Route install, doctor, and MCP commands to the correct OMC setup flow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified setup routing eliminates confusion by directing install/update, doctor, and MCP commands to the correct OMC flow.

Core Features & Use Cases

  • Unified entrypoint for setup routing to streamline user guidance.
  • Correct dispatch to omc-setup, omc-doctor, or mcp-setup based on the first argument.
  • Maintains compatibility entrypoints and supports wizard/local/global modes.

Quick Start

Use the unified /oh-my-claudecode:setup entrypoint to route installation, diagnostics, and MCP configuration to the correct 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 OMC setup commands to the correct installation or diagnostics flow?

OMC setup routing directs install, doctor, and MCP commands to the correct flow by evaluating the first argument, dispatching to omc-setup, omc-doctor, or mcp-setup automatically.

What is the unified entrypoint for OMC setup and configuration?

The unified OMC setup entrypoint is a single command router that eliminates confusion by directing installation, diagnostics, and MCP configuration arguments to their appropriate setup flows.

How do I run OMC diagnostics or doctor commands from a single CLI entrypoint?

Invoke the unified setup entrypoint with a doctor argument to route the command to the omc-doctor flow, which handles diagnostics and environment checks for OMC.

Does OMC setup support wizard, local, global, and --force modes?

Yes, OMC setup preserves compatibility entrypoints and documents supported arguments for wizard, local, global, and --force modes across its installation and configuration flows.

Can I configure MCP setup through the same OMC routing command?

Yes, passing an MCP argument to the unified setup entrypoint routes the command to the mcp-setup flow, handling MCP configuration alongside install and doctor dispatch.

Why are my OMC setup arguments not landing on the correct flow?

OMC setup enforces routing rules based on the first argument to land on the correct flow; unsupported arguments will not dispatch to omc-setup, omc-doctor, or mcp-setup correctly.