PreToolUse
01nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs before the agent uses a tool, executing pre_tool_use.py via uv. From nodnarbnitram/claude-code-extensions.
These are a collection of extension for Claude Code that can typically also be used in opencode.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs before the agent uses a tool, executing pre_tool_use.py via uv. From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post_tool_use.py and check.py via uv (2 commands). From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs when the agent sends a notification, executing notification.py and discord_notification.py via uv with --notify (2 commands). From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs when the agent finishes a response, executing stop.py and discord_notification.py via uv with --chat and --emoji (2 commands). From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.py via uv. From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via uv with --log-only. From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs before the context is compacted, executing pre_compact.py via uv. From nodnarbnitram/claude-code-extensions.
nodnarbnitram/claude-code-extensions
Hook Claude Code
Runs when a session starts, executing session_start.py via uv. From nodnarbnitram/claude-code-extensions.