What problem does it solve? It lets you temporarily turn off a community skill installed through the legal-builder-hub without deleting its files, so its hooks stop firing and Claude no longer discovers it, while keeping all config and content intact for later re-enabling. ## Core Features & Use Cases - Non-destructive disabling: Renames the skill's SKILL.md to SKILL.md.disabled and hooks.json to hooks.json.disabled, preserving all files, references, templates, and config. - Safety guardrails: Verifies the target is a community skill installed through the hub via the install log, refuses to disable first-party plugin skills, and requires explicit confirmation before renaming. - Reversible workflow: Running the command again with the same skill name re-enables a previously disabled skill by flipping the renames back. - Use Case: A community skill's hooks are firing too often during contract review; disable it temporarily, then re-enable it later with the same command. ## Quick Start Ask the assistant to disable a specific community skill by name, for example: disable the contract-review skill.