Stats
Actions
Tags
Invalidates a cache after any Edit, Write, or MultiEdit tool call by running a bash script. Writes files.
1 event · 1 hook
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
Edit|Writefile=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.file_path // .path // empty' 2>/dev/null); if [ -n "$file" ] && echo "$file" | grep -qE '\.(kt|java)$'; then content=$(echo "$CLAUDE_TOOL_INPUT" | jq -r '.new_string // .content // empty' 2>/dev/null); if echo "$content" | grep -qiE '(Thread\.sleep|synchronized|N\+1|findAll.*forEach)'; then echo "[PerfEngineer] Warning: Potential performance anti-pattern detected in $file"; fi; fi || truenpx claudepluginhub hungrytech/hungrytech-claude-skills --plugin sub-performance-engineer447plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 447 plugins