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.
- 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.
- Install skills for 40+ popular developer tools, with support for custom agent apps.
- Compatible with Vercel
skill addconventions and directory structure (.agents/skillsas 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.
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
- Tauri v2
- Svelte 5
- Vite
- Tailwind CSS
- Lucide Icons
src/: Frontend coresrc-tauri/: Rust backend and packaging configscripts/: Release and maintenance scripts
- Node.js (recommended: 18+)
- Rust
- Tauri prerequisites
npm installnpm run tauri -- devnpm run build
npm run tauri -- build- Edit the
[Unreleased]section in CHANGELOG.md with the changes for this release - Run the release script:
Example:
npm run release <version>
npm run release 0.9.0
- Project-Level skill management
- Backup to GitHub for Multi-Device sync
- Skill details with support for viewing all skill files
- AI-Powered find skill
MIT


