disable

Disable hub-installed community skills by renaming SKILL.md and hooks.json.

Updated May 28, 2026
One-click install
npx skills add https://github.com/gtgspot/clegal --skill disable-gtgspot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disable
Source: https://github.com/gtgspot/clegal/tree/main/legal-builder-hub/skills/disable
Command: npx skills add https://github.com/gtgspot/clegal --skill disable-gtgspot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Disable a community skill installed through the hub without deleting its files, allowing quiet suspension when not in use and quick re-enablement later.

Core Features & Use Cases

  • Preserve the skill's configuration, hooks, and related assets while silencing its activity.
  • Easily re-enable later by reversing the disable action without restoring removed data.
  • Supports both standalone skills and those that ship with hooks, ensuring safe, auditable deactivation.

Quick Start

Disable the target skill to silence its actions while preserving its data and configuration.

Frequently Asked Questions about disable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I temporarily disable a community skill without deleting its configuration files?

To temporarily disable a community skill without deleting files, the system renames SKILL.md to SKILL.md.disabled, preserving configuration and hooks while preventing execution until re-enabled.

What happens to hooks.json when I disable a skill?

When you disable a skill, the system renames hooks.json to hooks.json.disabled if the file is present. This action silences skill activity while safely preserving the hook configurations for later re-enablement.

Can I suspend a skill's execution without losing its hub configuration?

Yes, you can suspend skill execution without losing hub configuration. The disable workflow targets the skill files for deactivation, keeping all related assets intact and logging the action for traceability.

Is there a way to quiet a skill's hooks temporarily instead of uninstalling it completely?

Yes, quieting a skill's hooks temporarily is achieved by disabling the skill. This process preserves the skill's hooks and related assets while preventing discovery and execution, avoiding complete uninstallation.

How does the system trace when a community skill has been disabled?

The system traces disabled community skills by logging the action. When the disable workflow renames the SKILL.md and hooks.json files, it records the deactivation event to ensure safe and auditable traceability.