← ClaudeAtlas

install-doctorlisted

Scans the existing environment before and after meta-harness plugin install to diagnose conflicts, duplicates, and silent overwrite risks. Reports potential conflict areas with existing CLAUDE.md, skills, hooks, and audit practices. Activates on "install conflict", "any overlaps?", "is it safe to install?".
chrono-code/forge-harness · ★ 2 · AI & Automation · score 74
Install: claude install-skill chrono-code/forge-harness
# install-doctor — Plugin Install Conflict Diagnosis Diagnoses potential conflicts, duplicates, and overwrite risks that may occur when installing meta-harness plugins into an existing project. **Can be installed standalone** — works correctly with plugin install alone, without cloning the full meta-harness. ## Triggers ``` /install-doctor # Full diagnosis of current environment /install-doctor --plugin fh-meta # Diagnose targeting a specific plugin ``` ## Step 0. Runtime Environment Requirements Check FH operates on the assumption of a large context window. If the environment is unsuitable, `Input is too long` 400 errors may occur during skill execution. ### Supported Environments | Environment | Support | Notes | |---|---|---| | Claude Code + Anthropic API Key | ✅ Recommended | 200K context · officially supported | | claude.ai Pro / Team Plan | ✅ Recommended | 200K context · officially supported | | AWS Bedrock (direct API) | ⚠️ Conditional | Possible with sufficient account quota — default quota may be low | | Bedrock + claude-code-router + LiteLLM | ⚠️ Unofficial | Context limit exceeded frequently · not recommended | | Internal AI API proxy | ⚠️ Conditional | Depends on max_input_tokens setting | ### Environment Check ```bash # Detect community router (Bedrock bypass) ls /opt/homebrew/lib/node_modules/@musistudio/ 2>/dev/null \ && echo "⚠️ claude-code-router detected — routing via Bedrock/external proxy" \ || echo "✅ No communi