npx claudepluginhub justjoheinz/agentic-plugins --plugin typst-pluginDefined in hooks/hooks.json
Edit|WriteFILE=$(jq -r '.tool_input.file_path // empty'); [ -n "$FILE" ] && echo "$FILE" | grep -q '\.typ$' && tinymist compile "$FILE" || trueAfter Write/Edit tool use, cds to git root and runs npm run lint silently (JS/TS projects) or flake8 --quiet (Python), echoes '✓ lint' on success. Post-write lint check.