by jiweiyeah
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.
# Add to your Claude Code skills
git clone https://github.com/jiweiyeah/Skills-ManagerGuides for using ai agents skills like Skills-Manager.
Last scanned: 5/10/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-10T06:35:07.298Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Skills-Manager is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jiweiyeah. 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. It has 955 GitHub stars.
Yes. Skills-Manager passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jiweiyeah/Skills-Manager" and add it to your Claude Code skills directory (see the Installation section above).
Skills-Manager is primarily written in TypeScript. It is open-source under jiweiyeah on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Skills-Manager against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
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.
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.
⌘K / Ctrl+K.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 |
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.
You do not need Administrator rights. When a skill is enabled for a tool, Skills Manager tries three strategies in order:
mklink /J) — the normal path on a standard account. It needs no special permission..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.
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.
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
Designed for developers who care about performance and stability:
We are actively working on making Skills Manager better. Here is what we are planning:
We welcome all forms of contribution!
If this project helps you, feel free to support via QR code.
| WeChat Support QR | Alipay Support QR |
|---|---|
Or support via Ko-fi: ko-fi.com/yeheboo