Main
- Cross-client skill management: targets the pain of keeping skills in sync across many agent tools.
- Desktop workflow: built as an app, not a one-off script, which helps for long-term maintenance.
- Quality gates included: README lists
pnpm test,pnpm typecheck, andpnpm lint. - Good for curation: pairs well with a publishing pipeline because it keeps installs/upgrades centralized.
FAQ
- Do I need to build from source?: The repo documents a pnpm+Tauri dev flow; start with
pnpm tauri dev. - Why not manage skills per client?: Centralizing reduces drift and makes upgrades consistent across tools.
- What should I run first?: Run
pnpm typecheckandpnpm lintto validate the workspace.