SessionStart
01Hook Claude Code
Runs when a session starts, running an inline shell check. From thebnbrkr/agora-code.
Persistent memory and codebase intelligence for AI coding agents, indexes symbols, tracks sessions, and exposes structured project knowledge through an MCP server so agents stop re-reading files and start building on what they already know.
Hook Claude Code
Runs when a session starts, running an inline shell check. From thebnbrkr/agora-code.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing on-prompt.sh. From thebnbrkr/agora-code.
Hook Claude Code
Runs before the agent uses a tool for Agent and Read tool calls, executing pre-agent.sh and pre-read.sh (2 commands). From thebnbrkr/agora-code.
Hook Claude Code
Runs after a tool call finishes for Read, Write, Edit, MultiEdit, Bash and Grep tool calls, executing on-read.sh, on-edit.sh, on-bash.sh and on-grep.sh (4 commands). From thebnbrkr/agora-code.
Hook Claude Code
Runs when a tool call fails, executing on-tool-failure.sh. From thebnbrkr/agora-code.
Hook Claude Code
Runs when a subagent starts, executing on-subagent.sh. From thebnbrkr/agora-code.
Hook Claude Code
Runs before the context is compacted, running an inline shell check. From thebnbrkr/agora-code.
Hook Claude Code
Runs after the context is compacted, running an inline shell check. From thebnbrkr/agora-code.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.sh. From thebnbrkr/agora-code.