Stats
Actions
Tags
From hb-ai-toolkit
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in claude/hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|Editfile="${CLAUDE_TOOL_RESULT_FILE_PATH:-}"; case "$file" in *.ts|*.tsx|*.js|*.jsx) echo "[hb-ai-toolkit] $file modified — run /review-file $file to check for issues" ;; esac; exit 0npx claudepluginhub hackberrybay/hb-ai-toolkit --plugin hb-ai-toolkit