install-doctor

Solid

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?".

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category