Stats
Actions
Tags
From react-plugin
After Write/Edit operations, runs a Node.js script to check for stale data and update references, ensuring project consistency. Modifies files as needed.
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="$CLAUDE_FILE"; case "$f" in *.tsx|*.ts|*.jsx|*.js|*.mts|*.cts|*.mjs|*.cjs) [ -f package.json ] && grep -q '"prettier"' package.json 2>/dev/null && npx --no-install prettier --write "$f" 2>/dev/null; [ -f package.json ] && grep -q '"eslint"' package.json 2>/dev/null && npx --no-install eslint --fix "$f" 2>/dev/null; exit 0;; esac30000msnpx claudepluginhub aratkruglik/claude-sdlc --plugin react-plugin467plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 467 plugins