SessionStart
01Hook Claude Code
Runs when a session starts on startup and resume, executing session-start.js and session-resume.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs when a session starts on startup and resume, executing session-start.js and session-resume.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing pre-tool-write.js and pre-tool-bash.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs after a tool call finishes for Write and Bash tool calls, executing post-tool-write.js and post-tool-bash.js (2 commands). From echoVic/boss-skill.
Hook Claude Code
Runs when a subagent starts, executing subagent-start.js. From echoVic/boss-skill.
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop.js. From echoVic/boss-skill.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.js. From echoVic/boss-skill.
Hook Claude Code
Runs when the agent sends a notification, executing on-notification.js. From echoVic/boss-skill.
Hook Claude Code
Runs when a session ends, executing session-end.js. From echoVic/boss-skill.