list

Identify hookify rule files and extract their metadata into a tabular summary with previews.

15|6|Updated May 7, 2026
One-click install
npx skills add https://github.com/MinhThang1009/dotclaude --skill list-minhthang1009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/MinhThang1009/dotclaude/tree/main/plugins/hookify/skills/list
Command: npx skills add https://github.com/MinhThang1009/dotclaude --skill list-minhthang1009

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify and audit all configured hookify rules in the current project to understand rule coverage and status.

Core Features & Use Cases

  • Enumerates all hookify rule files in the repository and collects their metadata (name, enabled, event, pattern).
  • Presents a concise, sortable summary suitable for code reviews and compliance checks.
  • Use Case: A developer wants to verify that every rule is enabled for the expected events across the project.

Quick Start

Identify all hookify rule files in the project and present a concise table of their names, status, and matching patterns.

Frequently Asked Questions about list

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

FAQPage Schema
How do I list all configured hookify rules in my project?

To list all configured hookify rules, the Skill scans your project directory for rule files and extracts their frontmatter metadata. It then presents a tabular summary showing each rule's name, enabled state, event, and matching pattern for quick auditing.

What is the best way to audit hookify rule configurations and their enabled status?

The best way to audit hookify rule configurations is to automatically enumerate all rule files and read their frontmatter. This approach extracts the name, enabled state, event, and pattern from each file to produce a concise, sortable summary suitable for compliance checks.

Can I see which events and patterns my hookify rules are configured for?

Yes, you can see the events and patterns by reading the frontmatter from each hookify rule file. The Skill identifies all configured rules and displays their associated events and matching patterns in a tabular summary alongside their names and enabled states.

How do I check if a specific hookify rule is enabled or disabled?

To check if a hookify rule is enabled or disabled, the Skill reads the frontmatter of each rule file in your project. It compiles this metadata into a summary table that clearly shows the enabled state for every configured rule.

Does this tool work with any project that uses hookify automation rules?

Yes, this tool works with any project that contains hookify automation rules. It applies to your repository by identifying all configured rule files and extracting their core metadata, regardless of the specific automation patterns you have set up.

Why do I need to audit hookify rules before a code review?

You need to audit hookify rules before a code review to verify rule coverage and ensure every rule is enabled for its expected events. This process extracts rule metadata like name, event, and pattern to support debugging and confirm configuration compliance across the project.