@zhou210712/disable
A禁用一个通过中心安装的社区技能而不移除其文件。当用户想临时停用一个 社区技能("禁用[技能]")、保持配置但停止其 hooks 触发或重新启用 之前已禁用的技能时使用。
Install
agr install @zhou210712/disable --target claudeWrites 1 file into .claude/skills/, pinned to git-86a331b0.
- .claude/skills/disable/SKILL.md
Document
name: disable description: > 禁用一个通过中心安装的社区技能而不移除其文件。当用户想临时停用一个 社区技能("禁用[技能]")、保持配置但停止其 hooks 触发或重新启用 之前已禁用的技能时使用。 argument-hint: "[技能名称]"
/disable
针对命名技能运行 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。
安全规则:
- 仅禁用通过本中心安装的社区技能。 与卸载相同的检查——查阅安装日志和 CLAUDE.md 已安装表。
- 绝不禁用第一方插件的技能。 不可触碰。
- 在重命名前确认。 展示路径,获取明确同意。
重新启用:再次以相同技能名称运行该命令——skill-manager 工作流识别已禁用的技能并将重命名反转回来。
详细的卸载、禁用和重新启用工作流在
skill-manager参考技能中——在进行实质性工作前加载它。
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-86a331b0ef502026-07-31