You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
- 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
+
12
18
## 2026-04-16 (p.m.) -- Claude Performance Self-Improvement System
Copy file name to clipboardExpand all lines: templates/hookify-rules/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Hookify Rule Templates
2
2
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.
4
4
5
5
## Setup
6
6
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)
8
8
2. Copy any rules you want to your vault's `.claude/` directory:
0 commit comments