npx claudepluginhub discountry/ritmex-marketplace --plugin claude-code-notificationDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "afplay /System/Library/Sounds/Glass.aiff"
}
]
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/notification.sh\"",
"timeout": 10
}
]
}
]
}"Executes claude-code-notify TypeScript script on Stop and Notification events for sending workflow notifications. No bash or file writes."