nodnarbnitram/claude-code-extensions

These are a collection of extension for Claude Code that can typically also be used in opencode.

16Stars on the repository
68Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

PreToolUse

01

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.

16 4mo ago A tokens not measured original MIT

PostToolUse

02

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.

16 4mo ago A tokens not measured original MIT

Notification

03

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.

16 4mo ago A tokens not measured original MIT

Stop

04

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.

16 4mo ago A tokens not measured copy · 86% MIT

UserPromptSubmit

06

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.

16 4mo ago A tokens not measured original MIT

PreCompact

07

nodnarbnitram/claude-code-extensions

Hook Claude Code

Runs before the context is compacted, executing pre_compact.py via uv. From nodnarbnitram/claude-code-extensions.

16 4mo ago A tokens not measured copy · 89% MIT