hookify/configure

Enable or disable hookify rules interactively

Content Preview
---
description: Enable or disable hookify rules interactively
allowed-tools: ["Glob", "Read", "Edit", "AskUserQuestion", "Skill"]
---

# Configure Hookify Rules

**Load hookify:writing-rules skill first** to understand rule format.

Enable or disable existing hookify rules using an interactive interface.

## Steps

### 1. Find Existing Rules

Use Glob tool to find all hookify rule files:
```
pattern: ".claude/hookify.*.local.md"
```

If no rules found, inform user:
```
No hookify rules configur
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hookify/configure.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/hookify/commands/configure.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at plugins/hookify/commands/configure.md

Related Skills