npx claudepluginhub wezzard/skills --plugin zelda-soundsDefined in hooks/hooks.json
node "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "task-complete"AskUserQuestionnode "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "attention-needed"ExitPlanModenode "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "plan-ready"EnterPlanModenode "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "plan-mode-entered"ExitPlanModenode "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "plan-approved".*node "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "notification"startup|resumenode "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "session-started".*node "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "subagent-done".*node "${CLAUDE_PLUGIN_ROOT}/hooks/play-configured-sound.mjs" "error"Plays configured sounds via Node.js script on events like SessionStart, Stop, Notification, SubagentStop, PostToolUseFailure, and Pre/PostToolUse for plan modes/user questions. No bash or file writes.
Share bugs, ideas, or general feedback.