skilly-cli
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkilly CLI
Skilly CLI
This repo's skills are managed by skilly, a hub at . Always use the CLI; never install skills by manual copies.
timschoch/skillyException — the user posts a skills.sh URL: that skill lives outside the hub. Hand-pin it with the skills CLI: . It lands in and survives the sync; skilly never touches hand-pins.
npx -y skills add <url> --agent claude-code -yskills-lock.json- Add a bundle or single skill: — bundle names and what they contain: catalog
npx -y github:timschoch/skilly add <name...> - Remove: — removing a bundle keeps skills still claimed by another bundle
npx -y github:timschoch/skilly remove <name...> - Pull the hub's current state:
npx -y github:timschoch/skilly update
Every verb ends with its own commit, push, and PR — do not commit or push for it. On it branches to by itself.
mainchore/skilly-setupNever hand-edit skilly-owned files — the nightly sync wipes and rewrites them:
- and
.claude/skills/(installed skills).agents/skills/ - (installed router rules)
.claude/rules/<name>-*.md - ,
.skilly.jsonskills-lock.json
A change to a skill belongs in its source repo (see for the source), a repo-local rule in .
skills-lock.jsonCLAUDE.md本仓库的技能由skilly(托管于的hub)管理。请始终使用CLI操作;切勿通过手动复制的方式安装技能。
timschoch/skilly例外情况——若用户提供skills.sh链接:该技能托管于hub之外。请使用skills CLI手动固定它:。它会被添加到中,且在同步时不会被覆盖;skilly不会触碰手动固定的技能。
npx -y skills add <url> --agent claude-code -yskills-lock.json- 添加技能包或单个技能:—— 技能包名称及其包含内容请查看:catalog
npx -y github:timschoch/skilly add <name...> - 移除技能:—— 移除技能包时,仍被其他技能包引用的技能会被保留
npx -y github:timschoch/skilly remove <name...> - 拉取hub的最新状态:
npx -y github:timschoch/skilly update
每个操作都会自动完成提交、推送并创建PR —— 无需手动执行提交或推送。在分支上,它会自动创建分支。
mainchore/skilly-setup切勿手动编辑skilly管理的文件 —— 夜间同步会清除并重新写入这些文件:
- 和
.claude/skills/(已安装的技能).agents/skills/ - (已安装的路由规则)
.claude/rules/<name>-*.md - 、
.skilly.jsonskills-lock.json
对技能的修改应提交至其源仓库(可查看获取源地址),仓库本地规则请写入。
skills-lock.jsonCLAUDE.md