SessionStart
01Hook Claude Code
Runs when a session starts, executing session_start.py. From rysweet/amplihack.
Framework for agentic coding supporting many popular agent coding tools.
Hook Claude Code
Runs when a session starts, executing session_start.py. From rysweet/amplihack.
Hook Claude Code
Runs when the agent finishes a response, executing stop.py. From rysweet/amplihack.
Hook Claude Code
Runs after a tool call finishes, executing post_tool_use.py. From rysweet/amplihack.
Hook Claude Code
Runs before the context is compacted, executing pre_compact.py. From rysweet/amplihack.
Hook Claude Code
Runs when a session ends, executing session_end.py. From rysweet/amplihack.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py and workflow_classification_reminder.py (2 commands). From rysweet/amplihack.