Stats
Actions
Tags
After every Edit/Write tool call, runs a bash script that suggests progressive disclosure of file contents to reduce context window usage. Executes bash, reads/writes files.
1 event · 3 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
Write|Edit|MultiEditif [ -f package.json ] && [ -f tsconfig.json ]; then (npm run build 2>&1 || true) | head -30; fiif [ -f package.json ] && ([ -f eslint.config.mjs ] || [ -f .eslintrc.js ] || [ -f .eslintrc.json ] || [ -f eslint.config.js ]); then (npm run lint 2>&1 || true) | head -30; fiif [ -f package.json ] && (grep -q '"test"' package.json || grep -q '"test:' package.json); then (npm run test 2>&1 || true) | head -40; finpx claudepluginhub jagreehal/jagreehal-claude-skills --plugin skill-authoring