disable

Rename a skill's SKILL.md to SKILL.md.disabled to deactivate it.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/Bossmann007/claude-legal-br --skill disable-bossmann007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disable
Source: https://github.com/Bossmann007/claude-legal-br/tree/main/legal-builder-hub/skills/disable
Command: npx skills add https://github.com/Bossmann007/claude-legal-br --skill disable-bossmann007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a way to temporarily disable a community skill installed through the hub, allowing you to stop its hooks from firing without deleting its files.

Core Features & Use Cases

  • Skill Disabling: Rename the skill's SKILL.md to prevent Claude from discovering it as active.
  • Keep Configuration: Maintains files, references, templates, and configuration in place.
  • Use Case: If you find a skill you installed is causing conflicts or is no longer needed, you can disable it temporarily instead of removing it.

Quick Start

Run the disable command with the skill name, such as: /disable my_skill_name

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 Claude Code community skill without deleting files?

To temporarily disable a Claude Code community skill, you can rename its SKILL.md file to SKILL.md.disabled. This prevents Claude from detecting the skill as active while keeping all configuration, templates, and files intact.

Why does a disabled skill still keep its configuration files?

A disabled skill retains its configuration files because the process only renames the SKILL.md file to SKILL.md.disabled. This ensures that all your templates, references, and settings remain available for when you choose to reactivate it.

What's the best way to stop skill hooks from firing in Claude Code?

The best way to stop skill hooks from firing is to temporarily disable the skill. This administrative workflow deactivates the skill by renaming its SKILL.md file, stopping its hooks without permanently removing the skill installation.

Can I deactivate an installed community skill without removing its dependencies?

Yes, you can deactivate an installed community skill without removing its dependencies. The disable command targets only the SKILL.md file for renaming, ensuring all underlying files and configurations remain safely in place.

When do I need to disable a skill instead of uninstalling it?

You need to disable a skill instead of uninstalling it when you want to resolve conflicts or temporarily stop using it. This approach keeps your files intact while preventing Claude from discovering the skill as active.

How do I run the disable command for a specific skill name?

To run the disable command, execute /disable followed by your specific skill name, such as /disable my_skill_name. This command initiates the renaming process to deactivate the targeted community skill.