Stats
Actions
Tags
From ibr
Runs pre- and post-change hooks on Write/Edit tool calls, plus a stop hook, to enforce code quality checks. Executes shell scripts and can modify files.
3 events · 3 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
root="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-loop-hook.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fiWrite|Editroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-pre-change.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fi5000msWrite|Editroot="${CLAUDE_PLUGIN_ROOT:-$CLAUDE_PROJECT_DIR}"; hook="$root/hooks/ibr-post-change.sh"; if [ -x "$hook" ]; then "$hook"; else printf '{}'; fi30000msnpx claudepluginhub tyroneross/interface-built-right --plugin ibr20plugins reuse this hooks config
First indexed Dec 9, 2025
Showing the 6 earliest of 20 plugins