Agent Skills
› anthropics/claude-for-legal
› disable
disable
GitHub用于临时禁用通过中心安装的社区技能,保留文件和配置。通过重命名SKILL.md和hooks文件停止执行,需确认路径并仅限社区技能,再次运行同名命令可重新启用。
Trigger Scenarios
用户希望暂时停用某个社区技能
用户想停止技能的钩子触发但保留配置
用户想要重新启用之前禁用的技能
Install
npx skills add anthropics/claude-for-legal --skill disable -g -y
SKILL.md
Frontmatter
{
"name": "disable",
"description": "Disable a community skill installed through the hub without removing its files. Use when the user wants to temporarily quiet a community skill (\"disable [skill]\"), stop its hooks from firing while keeping its config, or re-enable a previously disabled skill.\n",
"argument-hint": "[skill name]"
}
/disable
Run the disable workflow from the skill-manager reference skill against the
named skill.
What disable does:
- Renames the skill's
SKILL.mdtoSKILL.md.disabledso Claude no longer discovers it as an active skill. Files, references, templates, and config stay in place. - If the skill ships hooks in
hooks/hooks.json, also rename that file tohooks.json.disabledso no automatic triggers fire while the skill is 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 the
skill-managerreference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:36


