What
Adds claude-tmux-notifier to the Developer Productivity section.
Why
macOS notifications for Claude Code that work well for tmux users:
- Stop: notifies "Done, waiting for input" when Claude finishes a turn.
- Permission prompt: notifies with the prompt message when Claude needs approval.
- Auto-clear: dismisses the notification on next interaction (UserPromptSubmit / PreToolUse / SessionEnd).
- Click-to-focus: clicking activates the originating terminal (auto-detected via $__CFBundleIdentifier) and switches the tmux client back to the originating session+pane.
Plugin is installable via marketplace:
```
/plugin marketplace add ddzero2c/claude-tmux-notifier
/plugin install claude-tmux-notifier@ddzero2c
```
Checklist