cfrs2005/claude-init
Hook Claude Code
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test), bun (install, test), cargo build, make, docker, pytest, vitest…
1.4k 5mo ago A
tokens not measured
original MIT cfrs2005/claude-init
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From cfrs2005/claude-init.
1.4k 5mo ago A
tokens not measured
original MIT cfrs2005/claude-init
Hook Claude Code
Runs when a session starts, executing session-start.sh. From cfrs2005/claude-init.
1.4k 5mo ago A
tokens not measured
copy · 86% MIT cfrs2005/claude-init
Hook Claude Code
Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running #!/bin/bash (4 commands). From…
1.4k 5mo ago A
tokens not measured
original MIT cfrs2005/claude-init
Hook Claude Code
Runs when the agent finishes a response, executing session-end.sh and evaluate-session.sh (3 commands). From cfrs2005/claude-init.
1.4k 5mo ago A
tokens not measured
original MIT