Stats
Actions
Tags
From tdder
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 · 1 hook
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=$(jq -r '.tool_input.file_path // ""'); case "$f" in *.java) echo '{"hookSpecificOutput":{"hookEventName":"PreToolUse","additionalContext":"REMINDER: Have you loaded the tdder:java skill this session? If not, stop and invoke it before editing Java files."}}' ;; */pom.xml) echo '{"hookSpecificOutput":{"hookEventName":"PreToolUse","additionalContext":"REMINDER: Have you loaded the tdder:maven skill this session? If not, stop and invoke it before editing pom.xml."}}' ;; esacnpx claudepluginhub t1/tdder --plugin tdder