From legal-builder-hub
Disables a community skill by renaming its SKILL.md to SKILL.md.disabled, stopping hooks while preserving files. Re-enable by running the same command again.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-builder-hub:disable [skill name][skill name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the `disable` workflow from the skill-manager reference skill against the
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.
npx claudepluginhub anthropics/claude-for-legal --plugin legal-builder-hubDisables a community skill by renaming its SKILL.md to SKILL.md.disabled, stopping hooks while preserving files. Re-enable by running the same command again.
Disables a skill by ID in the project configuration, removing its rules from the next AGENTS.md generation. Use to prune unused languages, frameworks, or conflicting rules.
Install, list, and remove community skills from GitHub or local paths. Manages SKILL.md files for Claude Code's agent skill system.