SessionStart
01Hook
Runs when a session starts, executing session-start.js via node. From atuljha23/holocron.
Role-aware Claude Code plugin: 10 specialist agents (frontend, backend, QA, a11y, perf, security, architect, debugger, code-reviewer, docs), 15 domain commands, 8 skills, and a SQLite-backed learning crystal that compounds your corrections across sessions.
Hook
Runs when a session starts, executing session-start.js via node. From atuljha23/holocron.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit-inject.js via node. From atuljha23/holocron.
Hook
Runs before the agent uses a tool for Edit, Write, MultiEdit, Read and Bash tool calls, executing read-before-write.js, secret-scan.js, read-budget.js, pre-commit-gate.js and pre-push-wrapup.js via node (5 commands). From atuljha23/holocron.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and Bash tool calls, executing post-edit-check.js, test-failure-learn.js and tool-output-budget.js via node (3 commands). From atuljha23/holocron.
Hook
Runs before the context is compacted, executing pre-compact.js via node. From atuljha23/holocron.
Hook
Runs when the agent finishes a response, executing session-usage-log.js and stop-capture-prompt.js via node (2 commands). From atuljha23/holocron.