← ClaudeAtlas

ecosystem-healthlisted

Interactive health dashboard with 8-category composite scoring, 13-dimension drill-down, trend tracking, and fix-on-the-spot triage. Runs 10 health checkers, persists scores to JSONL, and guides interactive remediation through deep-plan Q&A style decisions.
jasonmichaelbell78-creator/sonash-v0 · ★ 2 · Web & Frontend · score 68
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
<!-- prettier-ignore-start --> **Document Version:** 2.0 **Last Updated:** 2026-03-11 **Status:** ACTIVE <!-- prettier-ignore-end --> # Ecosystem Health -- Interactive Dashboard **Ecosystem ownership:** Part of `health-ecosystem-audit` ecosystem (D#18, D#31). Audited by `/health-ecosystem-audit` D4: Consumer Integration (D#47). ## Critical Rules (MUST follow) 1. **MUST** run the orchestrator script before presenting any data 2. **MUST** present the dashboard to the user before starting triage 3. **MUST** use conversational Q&A (deep-plan style) for all triage decisions — NEVER use AskUserQuestion 4. **MUST** persist triage decisions to state file after each dimension 5. **MUST** check for duplicate runs before executing health checks 6. **MUST** follow CLAUDE.md Section 5 anti-patterns and Section 2 security rules when executing fixes 7. **SHOULD** check ROADMAP.md before presenting fix options (note tracked items) 8. **SHOULD** present effort estimate in warm-up ## Routing Guide | I want to... | Use | | ----------------------------------- | --------------------------------- | | See overall ecosystem health score | `/ecosystem-health` | | Quick check on active warnings | `/alerts` | | Deep audit of health infrastructure | `/health-ecosystem-audit` | | Investigate a specific dimension | `/ecosystem-health --dimension=X` | | Fix health issues interactively