Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub prof-ramos/legia --plugin legal-builder-hubHow 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
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.
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.
Installs, lists, and removes community Claude Code skills from GitHub repos or local paths via /agent:skill install|list|remove commands.
Share bugs, ideas, or general feedback.
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.