Stats
Actions
Tags
From neuroflow
Formats files after each Write/Edit tool call, ensuring consistent code style. Runs a shell script that modifies the file on disk.
1 event · 2 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
Edit|Writef="${CLAUDE_TOOL_RESULT_FILE_PATH:-}"; case "$f" in *.py) [ -f "$f" ] && ruff format "$f" >/dev/null 2>&1;; esac; true10msf="${CLAUDE_TOOL_RESULT_FILE_PATH:-}"; case "$f" in */.neuroflow/flowie/*) d="${f%%/.neuroflow/*}/.neuroflow/flowie"; [ -d "$d/.git" ] && { git -C "$d" add -A; git -C "$d" commit -m "sync: auto"; git -C "$d" push; } >/dev/null 2>&1;; esac; true30msnpx claudepluginhub stanislavjiricek/neuroflow --plugin neuroflow469plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 469 plugins