Stats
Actions
Tags
From personal
Runs Node.js/bash scripts on Stop, Pre/PostToolUse. Pre-caches Bash/Grep/Glob/Read tools; post-filters bash test/outputs, auto-backprops, stores cache, tracks tokens/progress. No file writes.
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
b="${CLAUDE_PLUGIN_ROOT}/hooks/bin/mediocrity-detector"; echo "[hook-debug] b=$b" >&2; echo "[hook-debug] uname=$(uname -s)" >&2; ls -la "$b" "$b.exe" >&2 2>&1; if [ -x "$b.exe" ]; then echo '[hook-debug] using .exe' >&2; exec "$b.exe"; fi; echo '[hook-debug] using linux binary' >&2; exec "$b"Bashb="${CLAUDE_PLUGIN_ROOT}/hooks/bin/windows-bash-guard"; echo "[hook-debug] b=$b" >&2; echo "[hook-debug] uname=$(uname -s)" >&2; ls -la "$b" "$b.exe" >&2 2>&1; if [ -x "$b.exe" ]; then echo '[hook-debug] using .exe' >&2; exec "$b.exe"; fi; echo '[hook-debug] using linux binary' >&2; exec "$b"b="${CLAUDE_PLUGIN_ROOT}/hooks/bin/unrelated-issue-detector"; echo "[hook-debug] b=$b" >&2; echo "[hook-debug] uname=$(uname -s)" >&2; ls -la "$b" "$b.exe" >&2 2>&1; if [ -x "$b.exe" ]; then echo '[hook-debug] using .exe' >&2; exec "$b.exe"; fi; echo '[hook-debug] using linux binary' >&2; exec "$b"2plugins reuse this hooks config
First indexed Feb 25, 2026
npx claudepluginhub pedropaulovc/personal-marketplace