Установка и настройка oh-my-claudecode

★ 8.5 · devops

omc-setup is a Claude Code skill that installs, refreshes, or repairs oh-my-claudecode through a single canonical setup flow. On invocation it parses flags: `--local` and `--global` run Phase 1 only, targeting the project-level `.claude/CLAUDE.md` or the global `~/.claude/CLAUDE.md` respectively; `--force` skips the existing-configuration check and reruns the full wizard from scratch. When setup has already been completed — detected via `.omc-config.json` — the skill prompts the user to choose between updating CLAUDE.md only, rerunning the full wizard, or cancelling. All configuration mutations go exclusively through `scripts/setup-claude-md.sh`, which resolves the plugin cache, verifies the compiled-source handshake, and fails closed on any coordinator protocol or exit-status disagreement. Intended for developers setting up OMC via a marketplace plugin, npm global install, or a locally checked-out repository.