SkillsMay 14, 2026·1 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Npm|Cargo
Trust
Trust: Established
Entrypoint
skills-manager-cli
Universal CLI install command
npx tokrepo install 110616b4-6175-52ec-9470-a722eb0b3157
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

Skills Manager Library

Install Skills — Marketplace

Install Skills Marketplace

Global Workspace

Global Workspace

Agent Workspace

Agent Workspace

Project Workspace

Project Workspace

Settings

Settings

Features

  • Unified skill library — Install skills from Git repos, local folders, .zip / .skill archives, or the 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. Licensed under MIT.

xingkongliang/skills-manager — ⭐ 1411

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets