Skip to content

Commit 5643790

Browse files
adelaidasofiaclaude
andcommitted
docs(hookify): correct upstream URL in template README
The links pointed to anthropics/claude-code/tree/main/plugins/hookify. The hookify plugin actually lives in the separate marketplace repo anthropics/claude-plugins-official. Both references updated. Found while filing anthropics/claude-plugins-official#1441 (unrelated CLAUDE_PLUGIN_ROOT fallback fix in hookify itself). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fdfabec commit 5643790

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ description: What's new in AI Brain Starter — plain English, no jargon
99

1010
---
1111

12+
## 2026-04-16 (p.m.) -- Hookify template README: correct upstream URL
13+
14+
**templates/hookify-rules/README.md**:
15+
- Fixed two links that pointed to `github.com/anthropics/claude-code/tree/main/plugins/hookify`. The hookify plugin actually lives in a separate repo: `github.com/anthropics/claude-plugins-official/tree/main/plugins/hookify`. Both references updated.
16+
- Discovered while filing an upstream PR to fix a CLAUDE_PLUGIN_ROOT fallback bug in hookify itself: [anthropics/claude-plugins-official#1441](https://github.com/anthropics/claude-plugins-official/pull/1441).
17+
1218
## 2026-04-16 (p.m.) -- Claude Performance Self-Improvement System
1319

1420
**scripts/claude_performance_digest.py** (new):

templates/hookify-rules/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Hookify Rule Templates
22

3-
These are example rules for the [hookify plugin](https://github.com/anthropics/claude-code/tree/main/plugins/hookify) from Anthropic's official claude-code repo. They enforce behavioral rules at the tool level, catching mistakes before they happen.
3+
These are example rules for the [hookify plugin](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/hookify) from Anthropic's official claude-code repo. They enforce behavioral rules at the tool level, catching mistakes before they happen.
44

55
## Setup
66

7-
1. Install hookify: In Claude Code, run `/plugin install hookify` or clone from the [claude-code repo](https://github.com/anthropics/claude-code/tree/main/plugins/hookify)
7+
1. Install hookify: In Claude Code, run `/plugin install hookify` or clone from the [claude-code repo](https://github.com/anthropics/claude-plugins-official/tree/main/plugins/hookify)
88
2. Copy any rules you want to your vault's `.claude/` directory:
99
```bash
1010
cp templates/hookify-rules/hookify.*.local.md .claude/

0 commit comments

Comments
 (0)