Desktop app (Tauri) to manage AI coding agent skills across Claude Code, Cursor, Gemini CLI, Codex, and 20+ platforms from one place. Open-source TypeScript/Rust project with local-first storage and per-platform skill management.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
skills-manage is a Tauri desktop app for managing AI coding agent skills across multiple platforms from one place.
How it works
It stores metadata and skill directories locally (e.g., ~/.skillsmanage/db.sqlite and per-platform skill directories) and supports installing/uninstalling skills to different platforms via symlinks from a central library. The app follows the Agent Skills pattern and surfaces both native skills and marketplace/plugin skills within a single view.
Getting started
Prerequisites include Node.js (LTS), pnpm, Rust toolchain, and Tauri v2 dependencies. Install dependencies using:
pnpm install
Run in development with:
pnpm tauri dev
Validation commands:
pnpm test
pnpm typecheck
pnpm lint
cd src-tauri && cargo test
cd src-tauri && cargo clippy -- -D warnings
Vite dev server runs on port 24200.
Recent releases
Latest release: v0.10.0 (2026-04-30) with broader platform coverage and central skills management. Earlier releases include v0.9.1 (2026-04-23) and v0.9.0 (2026-04-23) focused on path display and cross-platform reliability, and v0.8.0 (2026-04-20) as the first public release.
Traction
Stars: 2148 Forks: 200 Open issues: 48
Caveats
License: Apache-2.0 Created: 2026-04-13 Last push: 2026-05-02 Notes: macOS unsigned build warning handling is described in the README for Gatekeeper quarantine situations.






