Frontend

Skills Manager

By jiweiyeah973 stars

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.

ai-skills-managerclaude-codeclaude-code-skillscodexcodex-skillsdeepseek-harness
Install Command
npx skills add jiweiyeah/Skills-Manager
Open on GitHub
Supported Clients
Claude CodeCursorVS Code CopilotWindsurf

Skill Details

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.

Version Downloads Platform Tech

Website · 中文说明

📖 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.

OSInstaller 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:

  1. Directory symlink — used when Developer Mode is enabled (or when the app happens to run elevated).
  2. Directory junction (mklink /J) — the normal path on a standard account. It needs no special permission.
  3. 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

  1. Install: Run the installer for your platform.
  2. Setup: On first launch, the app will guide you to select your skills storage directory.
  3. 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:

📅 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 QRAlipay 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

  1. Resolve the binary. Prefer skm on PATH. If missing, say so and point at install: the Skills Manager app (Settings → Command Line Tool), or a release archive skm-<target>.tar.gz / .zip from GitHub Releases. Do not fall back to npx skills — that is a different, unrelated CLI.
  2. Confirm with skm --version. A stale binary from an older app release should be updated from Settings or a matching release.
  3. Every command except init requires an initialized config. If stderr says so, run skm init --json once — it is idempotent and will not clobber an existing config. skm init and 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 --json on init, list, doctor, fix, and adopt (apply). Data is one JSON document on stdout. Errors go to stderr as {"error":"..."} when the command was in JSON mode, otherwise error: .... A command can print a result on stdout and still exit 1 (fix with failed repairs) — parse stdout, then trust the exit code.
  • enable / disable have no --json. Success is a one-line enabled '<id>' for '<tool>' (or disabled). Failure is error: ... on stderr, exit 1.
  • Never wait on a TTY prompt. adopt without --yes and without --json blocks on [y/N]. Pass --yes when applying. --json also skips the prompt (and therefore applies) — still pass --yes so the intent is obvious in the command line.
  • skm adopt --json --dry-run is not a machine-readable preview: if candidates exist it prints nothing. Preview with skm adopt --dry-run (human text), then apply with skm adopt --yes --json.
  • doctor --json exits 0 even when there are issues. Gate on .issues_count, not the exit code.
  • fix without --yes does not repair. JSON then looks like {"applied": false, "issues_found": N, ...}. Apply with skm fix --yes --json.
  • Write commands (init, adopt, enable, disable, fix --yes) take an advisory lock on config.json and fail fast if another skm is 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

IntentCommand
First-run / is it initialized?skm init --json
What skills exist, and where are they linked?skm list --json
Same, one tool onlyskm list --tool <id> --json
Turn a hub skill on for a toolskm 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 reportedskm fix --yes --json
Preview leftover real dirs in tool skill foldersskm adopt --dry-run
Move those dirs into the hub and relinkskm adopt --yes --json

<skill> and <tool> accept an exact id, an exact instance_id, or a unique prefix (claudeclaude-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)

  1. Write ~/.skills-manager/skills/<id>/SKILL.md with YAML name + description. A directory is a skill if it contains SKILL.md, skill.md, or meta.json.
  2. skm enable <id> --for <tool>
  3. skm list --tool <tool> --json to 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, list should 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:

  1. Binary missing or not on PATH → install, reopen the shell.
  2. config_initialized false → skm init --json.
  3. 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 after init may still show not installed until the GUI redetects or the config is updated. Do not try to invent a custom tool from skm.
  4. Tool enabled: false → CLI cannot flip that flag. Use the GUI Tools page, or say so.
  5. Skill absent from list → it is not in the hub (and not in the active project). Write it into the hub or adopt.
  6. Skill present but not in enabled_forskm enable <skill> --for <tool>.
  7. link_issues > 0 or issues_count > 0 → skm fix --yes --json. If failed_count > 0, report the failed[].message values; do not loop fix.
  8. A wrong-target or deleted link is treated as disabled, not as a doctor issue. Re-enable to 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 Codeclaude-code
Codexcodex
Cursorcursor
Gemini CLIgemini
OpenCodeopencode
Unsureskm doctor --json, pick detected && enabled

Prefix shortcuts that are unique today: claudeclaude-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)

NeedWhat to do instead
Search / install from skills.shnpx skills / find-skills, or the GUI Marketplace
Author SKILL.mdWrite the file; this skill only covers linking it
Tags, notes, favorites, translationGUI
Add/remove a custom tool, bind a projectGUI
Enable or disable a tool itselfGUI Tools page
Change the hub directoryNot supported; always ~/.skills-manager/skills
Marketplace publish / ClawHubGUI

Install locations (when skm is missing)

The desktop app copies a bundled binary:

  • macOS / Linux: /usr/local/bin/skm if writable, else the first of ~/bin, ~/.local/bin that is already on PATH, else ~/.local/bin/skm (then the folder may need to be added to PATH)
  • Windows: next to the app executable (skm.exe)

Standalone: GitHub Releases skm-<target>.tar.gz (.zip on Windows), extract, put on PATH.