前端
Skills Manager
Free, open-source desktop manager for AI Agent Skills. Write a skill once, sync it to 32 AI coding tools (Claude Code, Codex, Cursor, Gemini CLI, and more) via symlinks. Local-first, MIT licensed. macOS, Windows, Linux.
npx skills add jiweiyeah/Skills-ManagerSkill 详情
Skills Manager
A unified desktop application for managing AI coding assistant skills. Seamlessly organize, sync, and share skills for Claude Code, Codex, Opencode and other AI tools.
📖 Introduction
Skills Manager is a modern desktop application designed to solve the fragmentation of AI assistant skills configurations. Instead of managing skills and prompts separately for different tools, Skills Manager provides a central hub.
It uses a powerful symlink synchronization mechanism, allowing you to write a skill once and instantly use it across 32 supported AI tools including Claude Code, Codex, Cursor, Gemini CLI, Windsurf, Trae, and more.
✨ Key Features
- 🎯 Unified Management: Centralize all your AI skills in one secure location.
- 🔄 Smart Synchronization: Automatic symlink management ensures your tools always have the latest version of your skills without file duplication.
- 🎛️ Granular Control: Enable or disable specific skills for individual tools without deleting the original files.
- 🛒 Marketplace: Browse, install, and share community-contributed skills directly within the app.
- 🌐 AI Translation: Translate skill names, descriptions, and content into your preferred language using LLM.
- ⌨️ Command Palette: Quick navigation and actions via
⌘K/Ctrl+K. - 🌍 Bilingual UI: Full English and Chinese interface support.
- ⚡ High Performance: Built with Rust and Tauri 2.0 for a lightweight, blazing-fast experience.
- 🛡️ Cross-Platform: Native support for macOS, Windows, and Linux.
- 🔌 Multi-Tool Support: Out-of-the-box support for 32 AI tools (Claude Code, Codex, Cursor, Gemini CLI, Windsurf, Trae, Cline, Augment, Goose, and many more), extensible via custom tools.
- 🧩 Custom Tools: Add your own tools with custom paths and optional icons.
- 🎨 Modern UI: Beautiful Raycast-style interface built with React 19, Tailwind CSS v4, and Radix UI.
📸 Screenshots
<p align="center"> <img src="https://image.freeourdays.com/sk1.png" alt="应用截图 1" "> <img src="https://image.freeourdays.com/sk2.png" alt="应用截图 2" "> <img src="https://image.freeourdays.com/sk3.png" alt="应用截图 3" "> </p>📥 Download
Get the build for your platform from the official website, which detects your OS and architecture automatically, or pick a file yourself on the Releases Page.
| OS | Installer Type |
|---|---|
| macOS | .dmg — separate builds for Apple Silicon (aarch64) and Intel (x64) |
| Windows | .msi / .exe |
| Linux | .deb / .AppImage / .rpm |
Homebrew (macOS)
brew tap jiweiyeah/tap
brew install --cask jiweiyeah/tap/skills-manager
The cask picks the right build for your CPU automatically, and brew upgrade keeps it current.
Use the full jiweiyeah/tap/skills-manager path: Homebrew's official cask repository contains an unrelated cask that happens to share the skills-manager token, and the official tap wins on a bare name.
The app is ad-hoc signed but not notarized by Apple, so the cask strips the quarantine attribute on install — see the tap README for what that means and how to opt out.
🪟 Windows Notes
You do not need Administrator rights. When a skill is enabled for a tool, Skills Manager tries three strategies in order:
- Directory symlink — used when Developer Mode is enabled (or when the app happens to run elevated).
- Directory junction (
mklink /J) — the normal path on a standard account. It needs no special permission. - Tracked copy — if junctions are blocked as well, the folder is copied and its source path is recorded in
.skills-manager-source.json, so the copy stays traceable and can still be disabled from the app.
A standard, non-elevated Windows account is enough for all three.
If a tool is not detected, elevation will not help either: the tool's own config directory has to exist on this machine. Check the tool compatibility matrix for the exact path each tool reads, or add it manually as a custom tool.
🚀 Getting Started
- Install: Run the installer for your platform.
- Setup: On first launch, the app will guide you to select your skills storage directory.
- Sync: The app automatically detects installed AI tools (like Claude Code) and links your skills.
⌨️ CLI (skm)
A companion command-line tool ships with every release for terminal-first workflows: SSH/headless machines, dotfiles setup scripts, and quick status checks. It reads and writes the same config and symlinks as the desktop app, so they can be used interchangeably.
Download skm-<target>.tar.gz (.zip on Windows) from the Releases Page, extract it, and put the binary on your PATH.
skm init # first-run setup without the GUI (writes config, detects tools)
skm adopt [--dry-run] [--yes] # move skills already in tool dirs into the hub and relink them
skm list [--tool <id>] [--json] # list skills and their per-tool link status
skm enable <skill> --for <tool> # create the symlink (e.g. skm enable ab-testing --for claude)
skm disable <skill> --for <tool> # remove the symlink
skm doctor [--json] # detect installed tools + report sync issues
skm fix --yes # repair sync issues found by doctor
Both <skill> and <tool> accept a unique prefix (claude matches claude-code). Run skm <command> --help for details. The GUI is optional: skm init + skm adopt give a fully terminal-only workflow (e.g. on headless servers).
Installing the CLI (Settings → Command Line Tool, or skm init) also copies the skills-manager-cli companion skill into the hub and enables it for every currently detected tool, so other agents can drive skm without guessing flags. It covers --json contracts, dry-run vs apply, and which commands skm does not implement.
The same companion skill is published to ClawHub automatically on every version bump, so agents that pull skills from the marketplace instead of the app always get instructions matching the current skm. The release job runs npm run publish:skill; it queries ClawHub first and only uploads when the local version is strictly newer, so re-runs are no-ops. Use npm run publish:skill -- --dry-run to validate the file list and version gate without uploading.
❗ Linux Troubleshooting
If you encounter a blank white screen when launching the .AppImage on Linux (especially in virtual machines like VMware/VirtualBox), it is likely a WebKitGTK hardware acceleration issue.
Please run the application from the terminal with the following command:
WEBKIT_DISABLE_COMPOSITING_MODE=1 ./Skills-Manager_<version>_amd64.AppImage
🛠️ Technology Stack
Designed for developers who care about performance and stability:
- Core: Tauri 2.0 (Rust)
- Frontend: React 19 + TypeScript
- Styling: Tailwind CSS v4
- UI Components: Radix UI
- Editor: Monaco Editor
📅 Roadmap
We are actively working on making Skills Manager better. Here is what we are planning:
- Core features (e.g., soft link synchronization, multi-tool support).
- Marketplace – Browse, install, and share community-contributed skills.
- AI translation for skill content.
- Plugin system to support more AI tool extensions.
- Integrated AI chat interface for testing Skills directly within the application.
🤝 Contributing & Feedback
We welcome all forms of contribution!
- Found a bug? Please submit an issue on our Issues page.
- Have a feature request? We'd love to hear your ideas! Feel free to open an issue to discuss new features.
💝 Support
If this project helps you, feel free to support via QR code.
| WeChat Support QR | Alipay Support QR |
|---|---|
| <img src="https://image.freeourdays.com/2024/WechatIMG276.jpg" alt="WeChat Support QR" height="300" /> | <img src="https://image.freeourdays.com/zfb.jpg" alt="Alipay Support QR" height="300" /> |
Or support via Ko-fi: ko-fi.com/yeheboo
📈 Star History
<a href="https://www.star-history.com/?type=date&repos=jiweiyeah%2Fskills-manager"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=jiweiyeah/skills-manager&type=date&theme=dark&legend=top-left&sealed_token=maGhqrEwZ51qujlvNPr_FgACgJxDdicoHbnV6FU6K2IQBOo5Cvf_tcX2fdp8o--YQO0Bc240gFYxixCHLDyKy9lrRqTjFMY2rvm77HbLWLY6Q0ETgY89O8oCzsTKjBrL5N9e6kE6RJKp2OQVeBL-v2GRi_VR0CEI2rRKeN3eDnR1ovPjVgXqFakD6LSd" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=jiweiyeah/skills-manager&type=date&legend=top-left&sealed_token=maGhqrEwZ51qujlvNPr_FgACgJxDdicoHbnV6FU6K2IQBOo5Cvf_tcX2fdp8o--YQO0Bc240gFYxixCHLDyKy9lrRqTjFMY2rvm77HbLWLY6Q0ETgY89O8oCzsTKjBrL5N9e6kE6RJKp2OQVeBL-v2GRi_VR0CEI2rRKeN3eDnR1ovPjVgXqFakD6LSd" /> <img alt="Star History Chart" src="https://api.star-history.com/chart?repos=jiweiyeah/skills-manager&type=date&legend=top-left&sealed_token=maGhqrEwZ51qujlvNPr_FgACgJxDdicoHbnV6FU6K2IQBOo5Cvf_tcX2fdp8o--YQO0Bc240gFYxixCHLDyKy9lrRqTjFMY2rvm77HbLWLY6Q0ETgY89O8oCzsTKjBrL5N9e6kE6RJKp2OQVeBL-v2GRi_VR0CEI2rRKeN3eDnR1ovPjVgXqFakD6LSd" /> </picture> </a>Made with ❤️ for the AI developer community.
skills-manager-cli
name: skills-manager-cli
description: >
Drive the Skills Manager CLI (skm) to initialize the hub, adopt unmanaged
skills, list/enable/disable skills per AI tool, and doctor/fix symlink sync.
Use whenever the user or an agent needs to manage skills from a terminal,
SSH session, CI job, or headless machine; when a skill is missing in Claude
Code, Codex, Cursor, Gemini, OpenCode, or any other supported tool; when
asked to run skm / Skills Manager CLI; or when setting up Skills Manager
without the GUI. Do not use for npx skills / skills.sh search (different
CLI), for writing SKILL.md content (skill-creator), or for marketplace
browse/install (not in skm).
Skills Manager CLI (skm)
New here? This skill drives skm, the command-line tool that ships with
Skills Manager — a desktop app
(macOS / Windows / Linux) that installs one copy of a skill into a central hub
and symlinks it into every AI coding tool you use (Claude Code, Codex, Cursor,
Gemini, and ~30 more), so you write a skill once and it shows up everywhere.
If you found this skill on ClawHub but don't have Skills Manager yet, that is
the missing piece: skm is not a standalone binary you npm install. Get it
by installing the app from the official website
(then Settings → Command Line Tool, or run skm init), or grab a
skm-<target>.tar.gz / .zip from the
GitHub Releases page.
Source and docs: https://github.com/jiweiyeah/skills-manager.
skm is the terminal front-end of Skills Manager. It reads and writes the
same ~/.skills-manager/config.json and the same hub/tool symlinks as the
desktop app, so GUI and CLI are interchangeable.
It does not create, edit, search, translate, tag, or marketplace-install
skills. Those stay in the GUI (or you write files into the hub yourself, then
skm enable).
Preconditions
- Resolve the binary. Prefer
skmonPATH. If missing, say so and point at install: the Skills Manager app (Settings → Command Line Tool), or a release archiveskm-<target>.tar.gz/.zipfrom GitHub Releases. Do not fall back tonpx skills— that is a different, unrelated CLI. - Confirm with
skm --version. A stale binary from an older app release should be updated from Settings or a matching release. - Every command except
initrequires an initialized config. If stderr says so, runskm init --jsononce — it is idempotent and will not clobber an existing config.skm initand Settings → Install CLI also copy this companion skill into the hub and enable it for every currently active tool, so you usually do not need to install it by hand.
Hub path is fixed at ~/.skills-manager/skills (%USERPROFILE%\.skills-manager\skills
on Windows). save() always rewrites skills_dir to that default; there is
no supported way to pick another hub from the CLI.
Agent conventions
These exist because skm is designed to be called by agents, not just humans.
- Prefer
--jsononinit,list,doctor,fix, andadopt(apply). Data is one JSON document on stdout. Errors go to stderr as{"error":"..."}when the command was in JSON mode, otherwiseerror: .... A command can print a result on stdout and still exit 1 (fixwith failed repairs) — parse stdout, then trust the exit code. enable/disablehave no--json. Success is a one-lineenabled '<id>' for '<tool>'(ordisabled). Failure iserror: ...on stderr, exit 1.- Never wait on a TTY prompt.
adoptwithout--yesand without--jsonblocks on[y/N]. Pass--yeswhen applying.--jsonalso skips the prompt (and therefore applies) — still pass--yesso the intent is obvious in the command line. skm adopt --json --dry-runis not a machine-readable preview: if candidates exist it prints nothing. Preview withskm adopt --dry-run(human text), then apply withskm adopt --yes --json.doctor --jsonexits 0 even when there are issues. Gate on.issues_count, not the exit code.fixwithout--yesdoes not repair. JSON then looks like{"applied": false, "issues_found": N, ...}. Apply withskm fix --yes --json.- Write commands (
init,adopt,enable,disable,fix --yes) take an advisory lock onconfig.jsonand fail fast if anotherskmis mid-write. Retry once. The desktop app does not take this lock. - Do not enable a skill for every detected tool unless the user asked. Pick the tool they named, or the host agent (see Which tool).
JSON shapes, exit codes, and the dry-run/apply matrix live in
references/json.md. Read that before parsing output or writing a script.
Command map
| Intent | Command |
|---|---|
| First-run / is it initialized? | skm init --json |
| What skills exist, and where are they linked? | skm list --json |
| Same, one tool only | skm list --tool <id> --json |
| Turn a hub skill on for a tool | skm enable <skill> --for <tool> |
| Turn it off (remove the link, keep the hub copy) | skm disable <skill> --for <tool> |
| Which tools are installed, any broken links? | skm doctor --json |
| Repair what doctor reported | skm fix --yes --json |
| Preview leftover real dirs in tool skill folders | skm adopt --dry-run |
| Move those dirs into the hub and relink | skm adopt --yes --json |
<skill> and <tool> accept an exact id, an exact instance_id, or a
unique prefix (claude → claude-code). Ambiguous prefixes error and
list the matches — do not guess, rerun with a longer token. Exact tool id
wins before prefix (trae is Trae, not Trae CN). Full ids and collision
notes: references/tools.md.
Workflows
First-run on a machine with no GUI
command -v skm
skm init --json
skm adopt --dry-run
skm adopt --yes --json
skm list --json
skm doctor --json
init on an already-initialized config returns
{"already_initialized": true, ...} and does nothing else. If
config.json exists but cannot be parsed, init refuses to overwrite it
— move or fix the file, then retry.
Make an existing hub skill available to a tool
skm list --json # find id / instance_id
skm enable <skill> --for <tool>
skm list --tool <tool> --json # confirm enabled_for
Enabled state is derived from the link on disk, not stored as a separate
flag. enable creates the symlink (Windows: symlink → junction → tracked
copy). disable removes that link; the hub copy stays.
If the same skill id exists in both global and the active project, a bare
id is ambiguous. Use the instance_id from list: global:<id> or
project:<project_id>:<id>.
Add a brand-new skill (CLI cannot scaffold it)
- Write
~/.skills-manager/skills/<id>/SKILL.mdwith YAMLname+description. A directory is a skill if it containsSKILL.md,skill.md, ormeta.json. skm enable <id> --for <tool>skm list --tool <tool> --jsonto confirm.
Do not copy the folder into ~/.claude/skills (or any other tool dir)
yourself — that bypasses the hub and adopt will later see it as an
unmanaged real directory.
Adopt skills that already live in a tool directory
adopt looks at active tools (enabled + detected) for real
directories that are not symlinks/junctions and not hidden. It moves
each one into the hub, then puts a link back at the original path.
- Duplicate hub names are skipped and left in place (contents are not merged — they may differ).
- Preview first (
--dry-run), then apply (--yes --json). - After apply,
listshould show the new ids as enabled for the source tool.
Diagnose "the skill is not showing up in Claude / Codex / …"
skm doctor --json
skm list --tool <tool> --json
Read the results in this order:
- Binary missing or not on
PATH→ install, reopen the shell. config_initializedfalse →skm init --json.- Tool
detected: false→ the tool's config dir is not on this machine. CLI does not re-detect existing tools on every call; a tool installed afterinitmay still shownot installeduntil the GUI redetects or the config is updated. Do not try to invent a custom tool fromskm. - Tool
enabled: false→ CLI cannot flip that flag. Use the GUI Tools page, or say so. - Skill absent from
list→ it is not in the hub (and not in the active project). Write it into the hub oradopt. - Skill present but not in
enabled_for→skm enable <skill> --for <tool>. link_issues> 0 orissues_count> 0 →skm fix --yes --json. Iffailed_count> 0, report thefailed[].messagevalues; do not loopfix.- A wrong-target or deleted link is treated as disabled, not as a
doctor issue. Re-
enableto recreate the link over the tampered path.
fix only repairs what should_report_sync_issue flags. It will not
delete a real (non-link) directory sitting in a tool's skills folder —
that is what adopt is for.
Which tool
If the user named a tool, resolve it via references/tools.md and pass
--for <id>. If they did not:
| Host | --for |
|---|---|
| Claude Code | claude-code |
| Codex | codex |
| Cursor | cursor |
| Gemini CLI | gemini |
| OpenCode | opencode |
| Unsure | skm doctor --json, pick detected && enabled |
Prefix shortcuts that are unique today: claude → claude-code. Do not
use trae when the user said Trae CN (trae-cn), or qoder when they
said QoderWork CN (qoderwork-cn).
Out of scope (do not fake these with skm)
| Need | What to do instead |
|---|---|
| Search / install from skills.sh | npx skills / find-skills, or the GUI Marketplace |
| Author SKILL.md | Write the file; this skill only covers linking it |
| Tags, notes, favorites, translation | GUI |
| Add/remove a custom tool, bind a project | GUI |
| Enable or disable a tool itself | GUI Tools page |
| Change the hub directory | Not supported; always ~/.skills-manager/skills |
| Marketplace publish / ClawHub | GUI |
Install locations (when skm is missing)
The desktop app copies a bundled binary:
- macOS / Linux:
/usr/local/bin/skmif writable, else the first of~/bin,~/.local/binthat is already onPATH, else~/.local/bin/skm(then the folder may need to be added toPATH) - Windows: next to the app executable (
skm.exe)
Standalone: GitHub Releases skm-<target>.tar.gz (.zip on Windows),
extract, put on PATH.
相关 Skills
- Open Design🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / DeepSeek Harness / OpenCode & 20+ CLIs via BYOK.前端查看详情
- Reactive ResumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!前端查看详情
- CliGoogle Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.前端查看详情
- Open Code ReviewFast, efficient, battle-tested at Alibaba's scale. Hybrid architecture code review tool: deterministic pipelines + LLM Agent, precise line-level comments, built-in multi-language ruleset (NPE, thread-safety, XSS, SQL injection), OpenAI & Anthropic compatible.前端查看详情