SkillPack is a Tauri desktop app and CLI for installing, updating, linking, and managing AI coding skill packs across local projects.
npm install npm run dev
npm run build cd src-tauri cargo test cargo build --release
For a full Tauri desktop bundle:
npm run tauri build
Curated executable artifacts are stored in release/ when generated for handoff.
Before shipping changes, run:
npm run build
cd src-tauri
cargo check
cargo test