hookify/help

Get help with the hookify plugin

Content Preview
---
description: Get help with the hookify plugin
allowed-tools: ["Read"]
---

# Hookify Plugin Help

Explain how the hookify plugin works and how to use it.

## Overview

The hookify plugin makes it easy to create custom hooks that prevent unwanted behaviors. Instead of editing `hooks.json` files, users create simple markdown configuration files that define patterns to watch for.

## How It Works

### 1. Hook System

Hookify installs generic hooks that run on these events:
- **PreToolUse**: Bef
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hookify/help.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/hookify/commands/help.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/help.md

Related Skills