SkillManager is a Tauri desktop app for comparing, scanning, and managing agent skills folders across multiple roots.

- Scans multiple
skillsroots in one matrix view - Shows where each skill is present, missing, drifted, or unreadable
- Lets you set one active source for copy operations
- Supports importing custom roots and managing them in the same root list
- The real product target is the Tauri desktop app
- Browser mode is only a static preview
- Browser mode does not inspect local folders, scan roots, copy skills, or recycle folders
- Add or confirm the roots you want to track
- Make sure every root points directly to a
skillsfolder - Choose one active source
- Run a rescan
Imported custom roots are added into the same root overview list as the built-in roots.
web/: static frontendsrc-tauri/: desktop shell, filesystem access, and scan/copy/delete commands
You need a Tauri-capable local environment.
Typical desktop workflow:
cargo tauri devBasic Rust verification:
cd src-tauri
cargo check
cargo test- WSL roots are not auto-discovered in this version
- Browser mode is intentionally non-functional for local filesystem actions
- Release metadata such as versioning, identifier, and packaging policy should be reviewed before public release