Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From acc
Runs a script after every Edit/Write/MultiEdit tool call to ensure ADR files follow naming conventions. Writes metadata to track ADR status.
1 event · 1 hook
npx claudepluginhub dykyi-roman/awesome-claude-code --plugin accSafety 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
Write|Editfile=$(echo "$CLAUDE_FILE_PATHS"); if [[ "$file" == *.php ]]; then php -l "$file"; fiShare bugs, ideas, or general feedback.