What problem does it solve? Setting up the oh-my-claudeagent multi-agent plugin requires checking dependencies, injecting orchestration blocks into CLAUDE.md, configuring settings.json permissions, and deploying a statusline — all error-prone manual steps. This Skill automates the entire configuration, diagnosis, and uninstall flow in one command. ## Core Features & Use Cases - Dependency Verification: Checks jq, uv, python3, and ast-grep availability and reports PASS/WARN/FAIL before any changes are made. - Idempotent CLAUDE.md Injection: Backs up the existing file, migrates legacy blocks, and injects the orchestration template between detectable markers so re-runs are safe. - Settings & Statusline Configuration: Merges recommended permission rules, deploys the statusline package with uv sync, and supports daemon or direct modes plus subagent statusline. - Diagnostic Modes: Use --check or --doctor for read-only health reports, and --uninstall to cleanly remove the plugin configuration. - Use Case: After installing the plugin from the marketplace, run the setup once to verify dependencies, configure ~/.claude/, and get a health report with git commit and plugin state. ## Quick Start Ask the AI to run omca-setup to configure the oh-my-claudeagent plugin and verify all dependencies are installed.