1 event · 3 hooks
npx claudepluginhub jagreehal/jagreehal-claude-skills --plugin jagreehal-claude-skillsDefined in ./hooks/hooks.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; fiAfter Edit|Write tool uses, runs docs-reminder.sh and cli-plugin-sync.sh bash scripts via PostToolUse hook. Involves file writes.