Help us improve
Share bugs, ideas, or general feedback.
From legal-builder-hub
Uninstalls community skills installed via the hub, with safety checks, confirmation, and audit logging. Refuses to remove first-party plugin skills.
npx claudepluginhub anthropics/claude-for-legal --plugin legal-builder-hubHow this skill is triggered — by the user, by Claude, or both
Slash command
/legal-builder-hub:uninstall [skill name][skill name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the `uninstall` workflow from the skill-manager reference skill against
Uninstalls community skills installed via the hub, with safety checks, confirmation, and audit logging. Refuses to remove first-party plugin skills.
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, validates, registers, and verifies new skills in the ecosystem with 10 security checks, rollback, and post-installation verification.
Share bugs, ideas, or general feedback.
Run the uninstall workflow from the skill-manager reference skill against
the named skill.
Safety rules:
~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml
and the CLAUDE.md installed starter pack table. If the skill is not recorded
there, refuse and tell the user.yes.install-log.yaml with action uninstall
and 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.