Stats
Actions
Tags
From vibesafe
Runs shell scripts before Write/Edit/Bash to remind of skills, and after Skill events to mark completion. Executes bash commands and writes files.
2 events · 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
Bashif [[ "$COMMAND" == git*commit* ]]; then vibesafe diff; fi10msWriteif [[ "$FILE_PATH" == *.py ]] && grep -q '@vibesafe' "$FILE_PATH"; then vibesafe compile --target "$FILE_PATH" >/dev/null 2>&1 || true; fi5msnpx claudepluginhub julep-ai/vibesafe --plugin vibesafe