What problem does it solve? Removing or quieting a community skill after installation is risky without a controlled process: files may be deleted without confirmation, first-party plugin skills could be damaged, and there is no record of what changed. This Skill provides safe, logged uninstall, disable, and re-enable workflows for community skills installed through the legal builder hub. ## Core Features & Use Cases - Verified Uninstall: Confirms the skill is community-installed via the install log, lists every file to be deleted, requires explicit typed confirmation, and preserves user configuration by default. - Disable and Re-enable: Renames SKILL.md, hooks, and agent files to .disabled variants to stop a skill without deleting it, and reverses the renames on re-enable. - Audit Logging: Appends every action (install, uninstall, disable, enable) with timestamps to install-log.yaml and updates the hub's CLAUDE.md starter pack table. - Use Case: A legal team installed a community contract-review skill but no longer needs it. Invoke the uninstall workflow to review the exact files, confirm deletion, and keep the configuration for a possible later reinstall. ## Quick Start Ask the assistant to uninstall the community skill named contract-review installed through the legal builder hub.