
Skills Desktop is a native desktop management tool built specifically for developers who heavily rely on AI agent skills. As tools like Claude Code, Cursor, Gemini CLI, OpenAI Codex, and GitHub Copilot all adopt the SKILL.md format, developers increasingly face the same pain point: skill files are scattered across individual tool configuration directories with no unified management. Skills Desktop's core solution is elegant: it centralizes all skills in ~/.agents/skills/ and uses the OS-level symlink mechanism to link each skill into the configuration paths of every supported agent. Edit a skill once locally and every tool is updated instantly, with zero scripts or CI/CD pipelines needed. It also features a real-time visual dashboard that displays the symlink health status (valid, broken, or missing) for every skill across all 21 agents, plus 26 polished OKLCH themes to make skill management an enjoyable daily workflow.
| ✕Traditional Pain Points | ✓Innovative Solutions |
|---|---|
| Managing multiple AI coding assistants means copying the same skill files into each tool's configuration directory manually; any update must be repeated multiple times, causing version inconsistencies. | Skills Desktop achieves a true single source of truth by storing all skills in one directory and symlinking to all agents, permanently eliminating the multi-copy sync nightmare. |
| Existing CLI tools like npx skills add can install individual skills but lack the ability to globally visualize the health status of all local agents, making broken or missing symlinks hard to detect. | It provides a native Electron desktop interface and real-time monitoring engine, so any new or modified skill file is instantly reflected on the global status dashboard, catching symlink issues before they cause problems. |
1open https://github.com/Harries/skills-desktop/releases1npm install -g skills-desktop1mkdir -p ~/.agents/skills1echo 'Symlinks established instantly for all detected agents'| Core Scene | Target Audience | Solution | Outcome |
|---|---|---|---|
| Unified Multi-Agent Skill Sync | Full-stack developers using multiple AI coding assistants | Share one SKILL.md source across 21 agents via symlinks | Completely eliminate repetitive file copying and sync all agents with a single edit |
| Skill Asset Health Inspection | Tech leads maintaining large sets of custom skills | Use the real-time symlink status dashboard to catch broken and missing links across all agents | Surface hidden config failures before they impact development efficiency and fix them quickly |
| Offline-Stable Local Workflow | Indie developers who travel or work in restricted network environments | Pin all core skills locally without relying on any cloud sync service | Ensure AI agent skill configurations remain complete and available under any network condition |