Skillmgr
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` 本体。
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11