Stats
Actions
Tags
From scriptorium
After every Edit, MultiEdit, or Write, runs a Node script to detect outdated comments (comment rot) in modified files. Reads file content to identify stale comments.
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|Writefor f in $CLAUDE_FILE_PATHS; do if [[ "$f" == *.py ]]; then ruff format --quiet "$f" 2>/dev/null; ruff check --fix --quiet "$f" 2>/dev/null; fi; done; exit 0npx claudepluginhub shallow-dusty/claude-plugins --plugin scriptorium376plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 376 plugins