---
title: "hookify list"
description: "Find and display all hookify rules in a formatted table."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/hookify-list
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:25:13.385Z
license: CC-BY-4.0
attribution: "hookify list — Claudary (https://claudary.paisolsolutions.com/skills/hookify-list)"
---

# hookify list
Find and display all hookify rules in a formatted table.

## Overview

---
description: List all configured hookify rules
---

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:

| Rule | Enabled | Event | Pattern | File |
|------|---------|-------|---------|------|

4. Show the rule count and remind the user that `/hookify-configure` can change state later.

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/hookify-list) · https://claudary.paisolsolutions.com
