Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit_hook.py via bash. From vincenthopf/My-Claude-Code.
A curated list of commands, files, and workflows for Claude Code that I use personally every day. The Essentials
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs after a tool call finishes, executing post_tool_use_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs when the agent finishes a response, executing stop_hook.py via bash. From vincenthopf/My-Claude-Code.
Hook
Runs when the agent sends a notification for permission_prompt, idle_prompt, elicitation_dialog and worker_permission_prompt tool calls, executing notification_hook.py via bash (4 commands). From vincenthopf/My-Claude-Code.