Stats
Actions
Tags
From claude-dotfiles
On Stop, checks snapshot age with a Python script. On PostToolUse, tracks usage via a bash script. No tool blocking.
2 events · 5 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
git diff --name-only --diff-filter=M 2>/dev/null | xargs grep -l 'console\.log' 2>/dev/null && echo 'WARNING: console.log found in modified files' || true10msFILE=$(cat | jq -r '.tool_input.file_path') && npx prettier --write "$FILE" 2>/dev/null || true10msnpx tsc --noEmit --pretty 2>&1 | head -20 || true30msFILE=$(cat | jq -r '.tool_input.file_path') && ruff check --fix "$FILE" 2>/dev/null && ruff format "$FILE" 2>/dev/null || true10msFILE=$(cat | jq -r '.tool_input.file_path') && gofmt -w "$FILE" 2>/dev/null || true10msnpx claudepluginhub peopleforrester/claude-dotfiles6plugins reuse this hooks config
First indexed Dec 11, 2025