SessionStart
01Hook
Runs when a session starts, executing sessionstart-handler.js via node. From Joncik91/ucai.
A Claude Code plugin that solves the same problems as community frameworks (GSD, BMAD, Ralph, Agent OS) — but using the tool's native architecture instead of fighting it.
Hook
Runs when a session starts, executing sessionstart-handler.js via node. From Joncik91/ucai.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing posttooluse-format-handler.js via node. From Joncik91/ucai.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, executing pretooluse-guard.js via node. From Joncik91/ucai.
Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit-handler.js via node. From Joncik91/ucai.
Hook
Runs when the agent finishes a response, executing stop-handler.js via node. From Joncik91/ucai.
Hook
Runs before the context is compacted, executing precompact-handler.js via node. From Joncik91/ucai.
Hook
Runs when a session ends, executing session-end-handler.js via node. From Joncik91/ucai.
Hook
Runs when a subagent finishes, executing subagent-stop-handler.js via node. From Joncik91/ucai.