Skip to content

Instructree v0.13.0

Choose a tag to compare

@kotobuki09 kotobuki09 released this 25 Aug 22:16
· 37 commits to main since this release

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 --all to restore the complete human-readable inventory.
  • --json remains 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 --all

Measured 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; --all still 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.