skillhealthlisted
Install: claude install-skill mirko-pira/skillhealth
# skillhealth
Run the skillhealth CLI and interpret the results. The binary is local-only (no network).
1. Run `npx -y skillhealth --json` (use `skillhealth --json` if installed globally).
2. Summarize for the user: totals by temperature, the top dead skills by token weight,
and any doctor errors.
3. Diagnostics: `npx -y skillhealth doctor` — relay each finding's fix verbatim.
NEVER apply a fix without the user explicitly asking.
4. Visual exploration: `npx -y skillhealth graph --open` opens the HTML dashboard.
5. Exit codes: 0 healthy, 1 warnings, 2 errors — report the state plainly.