Skillbox v0.1.1 — Critical fix: scan at runtime
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
⌘Rshortcut to re-scan without restarting - Better empty / error states
Install
- Download
Skillbox_0.1.1_aarch64.dmgbelow (Apple Silicon, ~6.4 MB) - Open the DMG, drag to Applications
- 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.