Hookify Configure

Toggle enable/disable states of existing .local.md Hookify rule files.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Poorgramer-Zack/copilot-cli-things --skill hookify-configure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Hookify Configure
Source: https://github.com/Poorgramer-Zack/copilot-cli-things/tree/main/plugins/hookify/skills/hookify-configure
Command: npx skills add https://github.com/Poorgramer-Zack/copilot-cli-things --skill hookify-configure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hookify rule toggling — enable/disable existing .local.md rules interactively. Triggers on "configure hookify", "enable/disable hookify rules", "toggle hooks", manage rule settings.

Core Features & Use Cases

  • Interactive interface to enable or disable Hookify rules across multiple files
  • Reads rule files to extract frontmatter fields like name and enabled
  • Writes updates back to the rule files so changes apply immediately

Quick Start

Ask to configure Hookify rules to toggle rule states.

Frequently Asked Questions about Hookify Configure

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

FAQPage Schema
How do I enable or disable Hookify rules interactively?

To enable or disable Hookify rules interactively, you can trigger the configuration interface to toggle the enabled state of existing .local.md rule files. It reads frontmatter from each rule, presents a selection, and writes the updated state back immediately.

What are Hookify .local.md rule files and how do they manage hook configurations?

Hookify .local.md rule files are local markdown files containing frontmatter fields like name and enabled that control hook behavior. The configuration process reads this frontmatter to determine current states and toggles the enabled flag to manage rule settings.

Can I configure Hookify rules for a repository with multiple rule files?

Yes, you can configure Hookify rules across repositories with multiple rule files. The interactive interface reads each .local.md file, extracts frontmatter fields, and presents all available rules as a selection so you can toggle them individually.

How do I toggle the enabled flag in markdown frontmatter for local rules?

To toggle the enabled flag in markdown frontmatter for local rules, the configuration tool reads the current state from each .local.md file, presents the rules interactively, and writes the updated enabled flag directly back to the file frontmatter.

Do Hookify rule changes take effect immediately after toggling?

Yes, Hookify rule changes take effect immediately because the configuration process writes the updated enabled state directly back to the .local.md rule files after you make your interactive selection, ensuring settings apply without requiring a separate restart.