Help us improve
Share bugs, ideas, or general feedback.
From legal-builder-hub
Disables a community-installed skill by renaming its SKILL.md to prevent auto-activation. Keeps files intact for re-enabling. Invoke with /disable [skill name].
npx claudepluginhub zhou210712/claude-for-legal-zh --plugin legal-builder-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/legal-builder-hub:disable [技能名称][技能名称]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
针对命名技能运行 `skill-manager` 参考技能中的 `disable` 工作流。
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.
针对命名技能运行 skill-manager 参考技能中的 disable 工作流。
禁用做什么:
SKILL.md 重命名为 SKILL.md.disabled,使 Claude 不再将其发现为活跃技能。文件、参考、模板和配置保留在原位。hooks/hooks.json 中的 hooks,也将该文件重命名为 hooks.json.disabled,使技能禁用期间无自动触发器触发。~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml。安全规则:
重新启用:再次以相同技能名称运行该命令——skill-manager 工作流识别已禁用的技能并将重命名反转回来。
详细的卸载、禁用和重新启用工作流在
skill-manager参考技能中——在进行实质性工作前加载它。