Releases: mirko-pira/skillhealth
Releases · mirko-pira/skillhealth
0.2.0 — 2026-06-15
Release Notes
- Scope picker (
--scope project|all|user): auto-detected asprojectwhen the repo has a.claude/skillsdir; otherwiseall;pkey in the TUI cycles scopes live. - Project lens (
--lens project|global): filters usage heat to the current project root;Lkey in the TUI toggles the lens. - Disabled-plugin awareness: skills turned off via
enabledPluginsare flaggedoffin both the overview source column and the detail view, and excluded from the always-on total. - Honest cost split: every skill reports
always_on(loaded every session) andon_fire(loaded only when invoked) token costs separately; the overview footer shows the always-on total. - History as second usage source (
history.jsonl): Claude Code's typed-command log is parsed as a parallel signal. Doctor finding W010 fires when a skill appears in history but has zero transcript usage, flagging likely transcript rotation or a wrong--projects-dir. --projects-dir/--config-dirdecoupled: the two roots are now independent flags;--projects-dirdefaults to~/.claude/projectswhile--config-dirstays at~/.claude.- Walk-up boundary fix: project-scope discovery walks up from
cwdcollecting.claude/skillsdirs, stopping at the first.gitancestor (inclusive); prevents leaking skills from outside the repo into project scope.
Install skillhealth 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mirko-pira/skillhealth/releases/download/v0.2.0/skillhealth-installer.sh | shInstall prebuilt binaries into your npm project
npm install skillhealth@0.2.0Download skillhealth 0.2.0
| File | Platform | Checksum |
|---|---|---|
| skillhealth-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| skillhealth-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| skillhealth-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| skillhealth-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| skillhealth-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |