setup

Route install and update requests to OMC setup, doctor, or MCP workflows.

5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill setup-robinnorberg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/RobinNorberg/oh-my-copilot/tree/main/skills/setup
Command: npx skills add https://github.com/RobinNorberg/oh-my-copilot --skill setup-robinnorberg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified setup routing enables a single command to drive multiple setup flows (setup, doctor, MCP) to the appropriate OMC process, reducing confusion and errors.

Core Features & Use Cases

  • Unified entrypoint: use a single /oh-my-copilot:setup to access all setup workflows.
  • Intelligent routing: directs to omc-setup, omc-doctor, or mcp-setup based on the subcommand.
  • Backwards compatibility: maintains compatibility entrypoints while guiding users to the unified command.

Quick Start

Use the /oh-my-copilot:setup command to start the full setup wizard.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I run an OMC setup wizard from a single command?▼

You can run an OMC setup wizard by executing the unified /oh-my-copilot:setup command. This routes your request to the correct setup workflow, reducing confusion and errors.

What does the OMC doctor diagnostic flow check?▼

The OMC doctor diagnostic flow checks your environment by routing to the omc-doctor process via the unified setup command. It diagnoses configuration issues to help resolve setup errors.

How do I configure an MCP server using the unified routing entrypoint?▼

To configure an MCP server, use the unified /oh-my-copilot:setup command. Intelligent routing directs your request to the mcp-setup workflow based on the provided subcommand.

Are legacy compatibility entrypoints still supported for OMC setup?▼

Yes, legacy compatibility entrypoints are still supported for OMC setup. The unified routing maintains these entrypoints while guiding users to the single unified command.

Can I use the setup routing Skill without any dependencies?▼

Yes, you can use the setup routing Skill without dependencies. It operates independently to enforce first-argument routing and direct requests to the appropriate OMC process.

Why does my OMC setup route to the wrong workflow?▼

OMC setup routes to the wrong workflow if the first-argument routing is incorrect. The unified entrypoint enforces first-argument routing to direct requests to the proper setup flow.