Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From claude-cmux-skill
Runs a notification script on Claude Code stop and notification events, and a context setup script on session start. Executes bash commands.
3 events · 3 hooks
npx claudepluginhub ph3on1x/claude-cmux-skill --plugin claude-cmux-skillWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
if [ -n "$CMUX_SOCKET_PATH" ]; then cmux claude-hook stop; else exit 0; fiif [ -n "$CMUX_SOCKET_PATH" ]; then cmux claude-hook notification; else exit 0; fiif [ -n "$CMUX_SOCKET_PATH" ]; then cmux claude-hook session-start; else exit 0; fiShare bugs, ideas, or general feedback.