hooks-enable

Re-enable individual or all disabled hooks in the yka-code environment.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill hooks-enable
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hooks-enable
Source: https://github.com/youssefKadaouiAbbassi/yka-code/tree/main/skills/hooks-enable
Command: npx skills add https://github.com/youssefKadaouiAbbassi/yka-code --skill hooks-enable

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need to re-enable specific yka-code hooks or clear all disabled hooks, streamlining the process of managing hooks in the yka-code environment.

Core Features & Use Cases

  • Re-enable Individual Hooks: Enable a specific hook by name.
  • Clear All Disabled Hooks: Use 'all' to re-enable all disabled hooks.
  • Command Line Interface: Interact with the Skill via the command line for direct control.

Quick Start

To re-enable a specific hook, use: /hooks-enable <hook-name>. To re-enable all disabled hooks, use: /hooks-enable all.

Frequently Asked Questions about hooks-enable

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

FAQPage Schema
How do I re-enable disabled hooks in the yka-code environment?▼

To re-enable disabled hooks in the yka-code environment, use the command line interface with the specific hook name or pass 'all' to clear every disabled hook at once.

Can I clear all disabled hooks at once instead of enabling them individually?▼

Yes, you can clear all disabled hooks at once by executing the command with the 'all' argument, which efficiently re-enables every disabled hook in the yka-code environment.

Do I need any specific setup to manage hooks with the command line?▼

Yes, managing hooks requires the yka-code-setup to be on your PATH for execution, ensuring the command line interface can properly interact with and re-enable hooks in the environment.

What is the best way to re-enable a specific hook by name?▼

The best way to re-enable a specific hook by name is to invoke the command line interface with the exact hook name as the argument, directly targeting and enabling that specific hook.

Why are my yka-code hooks not running after being disabled?▼

Yka-code hooks are not running because they have been explicitly disabled. You must use the command line interface to re-enable individual hooks or clear all disabled hooks to restore execution.