Back to Everything Claude Code

Hookify List

commands/hookify-list.md

2.0.0427 B
Original Source

Find and display all hookify rules in a formatted table.

Steps

  1. Find all .claude/hookify.*.local.md files
  2. Read each file's frontmatter:
    • name
    • enabled
    • event
    • action
    • pattern
  3. Display them as a table:
RuleEnabledEventPatternFile
  1. Show the rule count and remind the user that /hookify-configure can change state later.