skills++: A Desktop Tool for Managing AI Skills Across Multiple Coding Assistants
English summary
skills++ is a desktop application that aggregates skill packages from sources such as skills.sh and LobeHub. It automatically detects locally installed AI coding tools (Claude Code, Codex, Cursor, Gemini CLI, OpenCode, GitHub Copilot, and more) and provides one-click install, uninstall, and reinstall operations. Four installation strategies are supported: git clone, file copy, archive extraction, and symlink, with automatic strategy selection. The tool also checks for new versions of installed skills and offers a searchable, filterable discovery page. It is built with Tauri 2.x, React 19, TypeScript, Tailwind CSS v4, and SQLite, and supports light/dark/system themes.
Chinese summary
skills++ 是一个桌面端管理工具,聚合 skills.sh、LobeHub 等来源的技能包。自动检测本机安装的 AI 编码工具(Claude Code、Codex、Cursor、Gemini CLI、OpenCode、GitHub Copilot 等 10+ 个),支持一键安装、卸载和重装技能。提供四种安装策略:git 克隆、文件拷贝、压缩包解压和软链接,并默认自动选择最合适的方式。该工具还能检测已安装技能的新版本,提供带搜索筛选的统一发现页。技术栈为 Tauri 2.x + React 19 + TypeScript + Tailwind CSS v4 + SQLite,支持浅色/深色/跟随系统主题。
Key points
Aggregates skills from multiple sources including skills.sh and LobeHub for unified discovery and search.
从 skills.sh、LobeHub 等多个来源聚合技能包,提供统一的发现页与搜索。
Automatically scans the local machine for 10+ AI coding tools (Claude Code, Codex, Cursor, etc.) and manages skills for each.
自动扫描本机 10+ 种 AI 编码工具(Claude Code、Codex、Cursor 等),并管理每个工具的技能。
Offers one-click install/uninstall/reinstall with four strategies: git clone, copy, archive extraction, symlink; defaults to optimal choice.
支持一键安装/卸载/重装,提供四种安装策略:git 克隆、拷贝、解压、软链接,默认自动选择。
Checks for new versions of installed skills; built with Tauri 2.x, React 19, Tailwind CSS v4, and SQLite.
检测已安装技能的新版本;基于 Tauri 2.x、React 19、Tailwind CSS v4 和 SQLite 构建。