From skills-management
批量链接并安装一个仓库中的全部活跃 Skills。当用户说链接所有 skills、link all skills、批量安装或初始化整个 skills 仓库时使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills-management:link-all-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
如果当前仓库根目录存在经过审计的 `install.sh`,优先执行它:
如果当前仓库根目录存在经过审计的 install.sh,优先执行它:
./install.sh --all
jacky-skills/install.sh 会:
j-skills。plugins/、skills/ 和 harness/ 中的 SKILL.md。archived/。J_SKILLS_ENVS 指定的环境,默认为 claude-code,codex。覆盖目标环境:
J_SKILLS_ENVS=claude-code,codex,cursor ./install.sh --all
只安装一个 Skill 或 Plugin 时使用:
./install.sh --skill <skill-name>
./install.sh --plugin <plugin-name>
当仓库没有自带脚本时,按以下步骤执行。
find plugins skills \
-type d -name archived -prune -o \
-type f -name SKILL.md -print
不得扫描或安装 archived/ 下的 Skill。
对每个 SKILL.md 读取 frontmatter name,再执行:
j-skills link /path/to/skill --json
链接前先用以下命令检查同名项:
j-skills link --list --json
j-skills install skill-name --global --env claude-code,codex --json
要安装到更多环境时,修改逗号分隔的 --env 值。
j-skills link --list --json
j-skills list --global --json
核对项:
archived/ Skill。j-skills 支持批量选项;0.1.0 需要逐 Skill 执行。npx claudepluginhub wangjs-jacky/jacky-skills --plugin skills-management管理 Agent Skills 的 j-skills CLI 操作指南,基于本机已安装的 0.4.4 命令面。当用户要链接本地 Skill、安装到 Claude Code/Codex/Cursor 等环境、卸载、查看安装状态或管理 registry 时使用。
Installs, tracks versions, updates, and initializes Agent skills for Claude Code, Codex, OpenClaw, and QoderWork. Supports local symlinks and GitHub installs with automatic target directory detection.
Install, list, and remove community skills from GitHub or local paths. Manages SKILL.md files for Claude Code's agent skill system.