Stats
Actions
Tags
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
Where 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; finpx claudepluginhub ph3on1x/claude-cmux-skill --plugin claude-cmux-skill