Stats
Actions
Tags
From cal
Reminds the user to load the tdder:java or tdder:maven skill before editing Java files or pom.xml. Triggers on Write/Edit tool calls, adding context via PreToolUse hook.
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
Writebash -c 'if echo "$TOOL_INPUT_FILE_PATH" | grep -qiE "(Utils|Helper|Service|Manager|Calculator)\."; then echo "OOD VIOLATION: File name matches red-flag pattern. Pull this logic onto the domain object instead. See cal/OOD.md." >&2; exit 2; fi; exit 0'Editbash -c 'if echo "$TOOL_INPUT_FILE_PATH" | grep -qiE "(Utils|Helper|Service|Manager|Calculator)\."; then echo "OOD VIOLATION: File name matches red-flag pattern. Pull this logic onto the domain object instead. See cal/OOD.md." >&2; exit 2; fi; exit 0'npx claudepluginhub pixley-growth/cal-plugin --plugin cal