Instructree v0.13.0
Actionable skill audits without the wall of output
instructree skills now keeps its human-readable report concise by default while preserving every actionable finding:
- Each scope reports its candidate count instead of printing every clean skill.
- Duplicate names, metadata failures, metadata warnings, scan errors, prompt-list pressure, and limitations remain visible.
- Add
--allto restore the complete human-readable inventory. --jsonremains complete and unchanged for automation.
npx --yes github:kotobuki09/instructree#v0.13.0 skills . --client codex
npx --yes github:kotobuki09/instructree#v0.13.0 skills . --client codex --allMeasured activation improvement
- A synthetic 124-skill catalog with duplicates and metadata problems dropped from 150 lines to 28 while retaining every issue path.
- The held-out real 273-skill catalog dropped from 291 lines to 19;
--allstill emitted the full 291-line inventory. - A fresh packed installation reproduced the compact, expanded, and JSON modes with no absolute-path leakage.
Verification
- 56 local tests: 54 passed, 2 expected Windows symlink skips, 0 failures.
- CI, code scanning, and GitHub Pages passed on the tagged commit.
- The attached package contains 21 files, has zero runtime dependencies, and includes a SHA-256 checksum.