hookify/hookify

Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions

Content Preview
---
description: Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions
argument-hint: Optional specific behavior to address
allowed-tools: ["Read", "Write", "AskUserQuestion", "Task", "Grep", "TodoWrite", "Skill"]
---

# Hookify - Create Hooks from Unwanted Behaviors

**FIRST: Load the hookify:writing-rules skill** using the Skill tool to understand rule file format and syntax.

Create hook rules to prevent problematic behaviors by analyzing the conversat
How to Use

Recommended: Install to project (local)

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

Related Skills