YouSkill

English | 中文
YouSkill is a desktop Agent Skills manager that helps you organize all skills on your machine in one place. It is lightweight and fast, and aims to make skill management clear, visual, and maintainable.
Why This Project
- Most users work with multiple agent apps (Codex, Claude Code, Cursor, OpenCode, TRAE, etc.), but their skill systems are isolated and managed differently.
- Installing, updating, and removing skills often means manual copying, syncing, and cleanup across many folders.
- For non-technical users, manual installation or CLI-only workflows are still too complex.
- High-quality skills are fragmented across sources, making discovery and reuse inefficient.
Features
- Install skills for 40+ popular developer tools, with support for custom agent apps.
- Compatible with Vercel
skill add conventions and directory structure (.agents/skills as a shared standard).
- Automatic update checks with one-click skill upgrades.
- Built-in dynamic skill marketplace (15,000+) for fast search and install.
- Install from marketplace, GitHub URL, local archives (
.zip / .skill), or local folders.
- One-click skill backup.
- Two sync modes: Symlink and Copy, so one change can be reflected across multiple apps.
- Multi-theme and multilingual UI.
Preview
Download
Download installers from Releases:
- macOS:
YouSkill_x.x.x_aarch64.dmg (Apple Silicon) / YouSkill_x.x.x_x64.dmg (Intel)
- Windows:
YouSkill_x.x.x_x64-setup.exe
Tech Stack
- Tauri v2
- Svelte 5
- Vite
- Tailwind CSS
- Lucide Icons
Project Structure
src/: Frontend core
src-tauri/: Rust backend and packaging config
scripts/: Release and maintenance scripts
Development
Prerequisites
Install dependencies
npm install
Run locally
npm run tauri -- dev
Build
npm run build
npm run tauri -- build
Development Rules
AGENTS.md
Roadmap
Contributing
CONTRIBUTING.md
License
MIT