Skillmgr banner
lzw12w lzw12w

Skillmgr

Development community

Description

Assign local Agent Skills per agent (Claude Code, Codex, Cursor, Trae)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

skillmgr

按 agent 开关本机 Agent Skills(Claude Code、Codex、Cursor、Trae 等)。

第一次用(一条命令)

curl -fsSL https://raw.githubusercontent.com/lzw12w/skillmgr/main/install.sh | bash

会安装到 `~/.local/bin/skillmgr` 并打开 http://127.0.0.1:8768/ 。只要有 Python 3。

只安装、不弹页面:

curl -fsSL https://raw.githubusercontent.com/lzw12w/skillmgr/main/install.sh | SKILLMGR_NO_OPEN=1 bash

已经 clone 过

./install.sh

为什么需要它

`npx skills add --all` 常把 skill 放到 `~/.agents/skills`。很多客户端都会扫这个目录,只删某个 agent 下的 symlink 关不干净。skillmgr 按 agent 挂载;`isolate` 把真实目录挪到 `~/.skill-store` 后再分别 symlink。

命令

skillmgr ui                 # 打开管理页
skillmgr ls
skillmgr agents
skillmgr set lark-doc -a claude-code
skillmgr isolate --dry-run
skillmgr isolate -y

第一次要精确按 agent 关闭,先 `isolate`。`shared` 就是 `~/.agents/skills`:开着等于谁扫这个目录谁都能加载。不会删除 `SKILL.md` 本体。