What problem does it solve?
It diagnoses and resolves common installation problems with the oh-my-claudecode (OMC) plugin in Claude Code, including missing or outdated plugin versions, legacy configuration conflicts, and stale caches.
Core Features & Use Cases
- Plugin version diagnostics: Checks which oh-my-claudecode version is installed versus the latest available version and flags outdated or missing installs.
- Legacy config & hook detection: Searches profile-level and project-level Claude configuration files for legacy
"hooks" entries and legacy bash hook scripts that can cause duplicate or conflicting behavior.
- CLAUDE.md integrity checks: Verifies OMC markers (OMC:START and OMC:VERSION), detects file-split companion patterns (e.g., CLAUDE-omc.md), and reports version drift against cached plugin versions.
- Stale cache cleanup guidance: Identifies multiple cached plugin versions and recommends cleanup to ensure consistent behavior.
- Optional legacy content cleanup: Provides safe removal steps for legacy curl-installed agents/commands/skills when they conflict with plugin-provided equivalents.
Quick Start
Run the omc-doctor skill and follow its steps to verify your OMC plugin version, CLAUDE.md markers, and any legacy hook/config conflicts.