Agent Skills
› anthropics/claude-for-legal
› uninstall
uninstall
GitHub用于卸载通过 Hub 安装的社区技能。严格禁止卸载官方插件,操作前需确认删除路径并记录日志。若用户仅需停用而非删除,建议改用禁用命令。
Trigger Scenarios
卸载社区技能
移除已安装的技能
Install
npx skills add anthropics/claude-for-legal --skill uninstall -g -y
SKILL.md
Frontmatter
{
"name": "uninstall",
"description": "Uninstall a community skill that was installed via the hub. Confirms before deleting files, refuses to touch first-party plugin skills, and logs every action. Use when the user wants to fully remove a community skill (\"uninstall [skill]\", \"remove this skill\") rather than just disable it.\n",
"argument-hint": "[skill name]"
}
/uninstall
Run the uninstall workflow from the skill-manager reference skill against
the named skill.
Safety rules:
- Only uninstall community skills installed through this hub. Check
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yamland the CLAUDE.md installed starter pack table. If the skill is not recorded there, refuse and tell the user. - Never uninstall a first-party plugin's skill. The 12 core plugins that ship with claude-for-legal are off-limits from this command. If the named skill resolves to a path inside one of those plugins, refuse.
- Confirm before removing files. Show the user every path that will be
deleted. Proceed only on explicit
yes. - Log the uninstall. Append to
install-log.yamlwith actionuninstalland timestamp so the audit trail is intact.
If the user wants to stop a skill from running but keep the files (e.g., for
later re-enable, or to preserve configuration), suggest /legal-builder-hub:disable
instead.
Detailed uninstall, disable, and re-enable workflows live in the
skill-managerreference skill — load it before doing substantive work.
Version History
- 5ceb305 Current 2026-07-05 15:37


