uninstall
작성자: anthropic
허브를 통해 설치된 커뮤니티 스킬을 제거합니다. 파일 삭제 전 확인을 요청하며, 자사 플러그인 스킬은 건드리지 않고 모든 작업을 기록합니다.
npx skills add https://github.com/anthropics/claude-for-legal --skill uninstall/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.