disable
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese/disable
/disable
Run the workflow from the skill-manager reference skill against the
named skill.
disableWhat disable does:
- Renames the skill's to
SKILL.mdso Claude no longer discovers it as an active skill. Files, references, templates, and config stay in place.SKILL.md.disabled - If the skill ships hooks in , also rename that file to
hooks/hooks.jsonso no automatic triggers fire while the skill is disabled.hooks.json.disabled - Logs the action to
.
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml
Safety rules:
- Only disable community skills installed through this hub. Same check as uninstall — consult the install log and CLAUDE.md installed table.
- Never disable a first-party plugin's skill. Off-limits.
- Confirm before renaming. Show the paths, get explicit .
yes
Re-enable by running the command again with the same skill name — the
skill-manager workflow recognizes a disabled skill and flips the rename back.
Detailed uninstall, disable, and re-enable workflows live in thereference skill — load it before doing substantive work.skill-manager
针对指定skill,运行skill-manager参考skill中的工作流。
disable禁用操作的具体内容:
- 将skill的重命名为
SKILL.md,这样Claude就不会再将其识别为活跃skill。文件、引用、模板和配置均会保留。SKILL.md.disabled - 如果该skill在中包含钩子,也会将该文件重命名为
hooks/hooks.json,确保禁用期间不会触发任何自动触发器。hooks.json.disabled - 将操作记录到文件中。
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml
安全规则:
- 仅禁用通过此hub安装的社区skill。与卸载操作的检查逻辑相同——参考安装日志和已安装的CLAUDE.md表格。
- 切勿禁用第一方插件的skill。此操作是禁止的。
- 重命名前需确认。显示文件路径,获取用户明确的确认。
yes
再次运行相同的命令即可重新启用该skill——skill-manager工作流会识别已禁用的skill并将重命名操作恢复回去。
详细的卸载、禁用和重新启用工作流位于参考skill中——在进行实质性操作前请先加载它。skill-manager