# skills-manager — Desktop Skill Sync + CLI
> A lightweight desktop app to manage, sync, and organize AI agent skills, with a companion CLI; verified 1411★, pushed 2026-05-14.
## Install
Save the content below to `.claude/skills/` or append to your `CLAUDE.md`:
## Quick Use
```bash
git clone https://github.com/xingkongliang/skills-manager.git
cd skills-manager
npm install
# optional CLI install (README):
cargo install --path src-tauri --bin skills-manager-cli --locked --force
```
## Intro
A lightweight desktop app to manage, sync, and organize AI agent skills, with a companion CLI; verified 1411★, pushed 2026-05-14.
**Best for:** Teams keeping many skills/prompts in sync across machines and repos
**Works with:** Node + Rust/Tauri build; README includes `npm install` and a `cargo install` CLI path
**Setup time:** 10-25 minutes
### Key facts (verified)
- GitHub: 1411 stars · 121 forks · pushed 2026-05-14.
- License: MIT · owner avatar + repo URL verified via GitHub API.
- README-backed entrypoint: `skills-manager-cli`.
## Main
- Standardize where skills live: define a single on-disk location and let the manager sync from that source of truth.
- Use the CLI for automation: schedule sync checks in CI or a cron job instead of relying on manual updates.
- Keep skill metadata consistent: name, version, and usage docs should travel with the skill content.
- Prefer small, testable skills: a manager helps, but smaller skills reduce breakage across host tools.
### README (excerpt)
Skills Manager
One app to manage AI agent skills across all your coding tools.
中文说明
·
@JayTL00 on X
·
Buy me a coffee
Install Skills — Marketplace

Global Workspace

Agent Workspace

Project Workspace

Settings

## Features
- **Unified skill library** — Install skills from Git repos, local folders, `.zip` / `.skill` archives, or the [skills.sh](https://skills.sh) marketplace. Everything goes into one central repo, which defaults to `~/.skills-manager` and can be customized in **Settings**.
- **Marketplace + AI search** — Browse popular skills from the marketplace, run keyword search, or enable SkillsMP AI search with your API key.
- **Presets** — Group skills into named presets. In any workspace, click a preset pill to instantly activate or deactivate all its skills for the current agent scope. The sidebar lists all presets for quick access.
- **Global Workspace** — Each agent gets its own page listing every skill in its global folder — including ones installed outside Skills Manager — so the view always reflects what the agent actually sees. Add or remove skills per agent, or use the All Agents overview to manage every installed agent at once.
### Source-backed notes
- README includes `npm install` for dependencies and a Rust CLI install command: `cargo install --path src-tauri --bin skills-manager-cli ...`.
- Repo is MIT licensed and actively maintained (verified via GitHub API).
- Languages include both Rust and TypeScript (verified via GitHub languages API snapshot).
### FAQ
- **Is there a CLI?**: Yes—README shows installing `skills-manager-cli` via Cargo in `src-tauri`.
- **Do I need Rust installed?**: Only for building/installing the CLI; the desktop app uses Tauri and may require toolchain setup.
- **What problem does it solve?**: Keeping many skills organized and synchronized across machines/projects (as described in README).
## Source & Thanks
> Created by [xingkongliang](https://github.com/xingkongliang). Licensed under MIT.
>
> [xingkongliang/skills-manager](https://github.com/xingkongliang/skills-manager) — ⭐ 1411
Thanks to the upstream maintainers and contributors for publishing this work under an open license.
---
## Quick Use
```bash
git clone https://github.com/xingkongliang/skills-manager.git
cd skills-manager
npm install
# optional CLI install (README):
cargo install --path src-tauri --bin skills-manager-cli --locked --force
```
## Intro
skills-manager 是轻量技能管理器:支持整理/同步/组织 AI agent skills,并提供 CLI 配合自动化,适合多机多仓协作;已验证 1411★,更新于 2026-05-14。
**Best for:** 需要在多台机器与多个仓库之间同步 skills/prompts 的团队
**Works with:** Node + Rust/Tauri;README 包含 `npm install` 与 `cargo install` 的 CLI 路径
**Setup time:** 10-25 minutes
### Key facts (verified)
- GitHub:1411 stars · 121 forks;最近更新 2026-05-14。
- 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。
- README 中可对照的入口:`skills-manager-cli`。
## Main
- 先统一技能落盘目录:定义唯一“真实来源”,再让工具按这个来源同步到各处。
- 用 CLI 做自动化:把同步检查放进 CI 或定时任务,避免依赖人工更新。
- 保持技能元数据一致:名称、版本与用法说明应与内容一起迁移。
- 倾向更小、更可测试的 skills:管理器能帮分发,但小技能更不容易跨工具碎掉。
### README (excerpt)
Skills Manager
One app to manage AI agent skills across all your coding tools.
中文说明
·
@JayTL00 on X
·
Buy me a coffee
Install Skills — Marketplace

Global Workspace

Agent Workspace

Project Workspace

Settings

## Features
- **Unified skill library** — Install skills from Git repos, local folders, `.zip` / `.skill` archives, or the [skills.sh](https://skills.sh) marketplace. Everything goes into one central repo, which defaults to `~/.skills-manager` and can be customized in **Settings**.
- **Marketplace + AI search** — Browse popular skills from the marketplace, run keyword search, or enable SkillsMP AI search with your API key.
- **Presets** — Group skills into named presets. In any workspace, click a preset pill to instantly activate or deactivate all its skills for the current agent scope. The sidebar lists all presets for quick access.
- **Global Workspace** — Each agent gets its own page listing every skill in its global folder — including ones installed outside Skills Manager — so the view always reflects what the agent actually sees. Add or remove skills per agent, or use the All Agents overview to manage every installed agent at once.
### Source-backed notes
- README 包含依赖安装 `npm install`,并给出 Rust CLI 安装命令(`cargo install --path src-tauri --bin skills-manager-cli ...`)。
- 仓库为 MIT 许可证且维护活跃(已通过 GitHub API 复核)。
- 仓库语言同时包含 Rust 与 TypeScript(已通过 GitHub languages 复核)。
### FAQ
- **有 CLI 吗?**:有:README 给出在 `src-tauri` 目录下用 Cargo 安装 `skills-manager-cli` 的方式。
- **必须装 Rust 吗?**:仅在你要构建/安装 CLI 时需要;桌面端基于 Tauri,可能也需要相关工具链。
- **主要解决什么?**:把大量 skills 进行组织与同步,降低跨机器/项目的维护成本(见 README 说明)。
## Source & Thanks
> Created by [xingkongliang](https://github.com/xingkongliang). Licensed under MIT.
>
> [xingkongliang/skills-manager](https://github.com/xingkongliang/skills-manager) — ⭐ 1411
---
Source: https://tokrepo.com/en/workflows/skills-manager-desktop-skill-sync-cli
Author: Skill Factory