disable

Rename SKILL.md and hooks.json to disable hub-installed community skills.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/bomday/projetao-tatico --skill disable-bomday
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: disable
Source: https://github.com/bomday/projetao-tatico/tree/main/claude-for-legal/legal-builder-hub/skills/disable
Command: npx skills add https://github.com/bomday/projetao-tatico --skill disable-bomday

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to disable community skills installed through the hub, preventing their hooks from firing while keeping the configuration in place.

Core Features & Use Cases

  • Skill Disabling: Temporarily disable skills for maintenance or troubleshooting without deleting their files.
  • Hooks Suppression: Stop skill hooks from firing while the skill is disabled.
  • Configuration Retention: Maintain skill configuration for future re-enabling.

Quick Start

To disable a skill, run: disable [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 community skills without removing files?

You can temporarily quiet a skill by renaming its SKILL.md and hooks.json files, which prevents hooks from firing while keeping all configuration files intact for later use.

What happens to skill hooks when a community skill is disabled?

Disabling a skill suppresses its hooks from firing by renaming the hooks.json file, stopping automated triggers while keeping the skill's configuration retained in the hub directory.

Can I disable a skill installed through the hub for troubleshooting?

Yes, you can disable a hub-installed skill for troubleshooting by renaming its metadata files, which stops the skill from being active without deleting your configuration setup.

How do I re-enable a disabled community skill?

Re-enabling a disabled skill requires modifying the skill's metadata to restore the original SKILL.md and hooks.json file names, which allows the configuration to become active again.

Does disabling a skill delete its configuration?

No, disabling a skill retains its configuration by renaming metadata files instead of deleting them, ensuring your setup is preserved for future re-enablement.