Skip to content

Skillbox v0.1.1 — Critical fix: scan at runtime

Choose a tag to compare

@WyattLee-nanami WyattLee-nanami released this 14 May 06:39
· 9 commits to main since this release

Critical fix — please upgrade from v0.1.0

The bug

v0.1.0 had a serious flaw: the skill scanner ran at build time, meaning the distributed .app shipped with the build machine's skill list baked in. Other users would see the maintainer's 50 skills instead of their own. Useless for everyone except me.

The fix

Skill scanning now runs at app launch time via a Rust Tauri command (scan_skills). When you open Skillbox, it reads:

  • ~/.claude/skills/ on your machine
  • ~/.claude/projects/ for your session history (usage counts)

So every user sees their own library.

Other changes

  • Bundle size dropped from ~800 KB to ~330 KB (no more bundled skills.json)
  • Added ⌘R shortcut to re-scan without restarting
  • Better empty / error states

Install

  1. Download Skillbox_0.1.1_aarch64.dmg below (Apple Silicon, ~6.4 MB)
  2. Open the DMG, drag to Applications
  3. First launch: macOS will block unsigned apps. Go to System Settings → Privacy & Security, click Open Anyway

Upgrading from v0.1.0

Just install v0.1.1 over the old version.