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.
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Run the disable workflow from the skill-manager reference skill against the
named skill.
What disable does:
SKILL.md to SKILL.md.disabled so Claude no longer
discovers it as an active skill. Files, references, templates, and config
stay in place.hooks/hooks.json, also rename that file to
hooks.json.disabled so no automatic triggers fire while the skill is
disabled.~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml.Safety rules:
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.
4a6c651
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.