Stats
Actions
Tags
From add
Logs file writes, test results, and Terraform commands to events.log after PostToolUse. Prompts user to write domain field notes when exiting PlanMode. Executes bash and writes to 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
Writeif [[ "$TOOL_INPUT_FILE_PATH" == *.py ]]; then ruff check --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; elif [[ "$TOOL_INPUT_FILE_PATH" == *.ts ]] || [[ "$TOOL_INPUT_FILE_PATH" == *.tsx ]]; then npx eslint --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; fiEditif [[ "$TOOL_INPUT_FILE_PATH" == *.py ]]; then ruff check --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; elif [[ "$TOOL_INPUT_FILE_PATH" == *.ts ]] || [[ "$TOOL_INPUT_FILE_PATH" == *.tsx ]]; then npx eslint --fix "$TOOL_INPUT_FILE_PATH" 2>/dev/null; fiBashif echo "$TOOL_INPUT_COMMAND" | grep -q 'git push' && [ -f CHANGELOG.md ]; then echo '[ADD] Changelog: CHANGELOG.md exists. Run /add:changelog to update it with new commits.'; fi21plugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 21 plugins
npx claudepluginhub mountainunicorn/add --plugin add