iterm-notificationslisted
Install: claude install-skill wasulajr/headsup
# iTerm waiting-notifications
The launchd watchdog (`claude-code.iterm-watchdog`) runs every 30 seconds. When it finds a tab whose state file has been orange (waiting) for longer than `THRESHOLD_MIN` minutes, it fires a macOS notification. This skill is the user-friendly way to toggle the feature, change the threshold, change the sound, or test that it works.
Notifications are posted from the bundled `headsup-notifier.app` at `~/Library/Application Support/headsup/`, so Notification Center renders them with the headsup icon. The bundle is built and installed by `setup.sh` (Step 5/8). No third-party dependencies like terminal-notifier are required.
## Usage forms
| Form | Effect |
|-----------------------------------|------------------------------------------------------------------------|
| `/iterm-notifications` | Show current state (enabled / threshold / sound) |
| `/iterm-notifications on` | Enable notifications |
| `/iterm-notifications off` | Disable notifications |
| `/iterm-notifications <N>` | Set threshold to N minutes (positive integer) |
| `/iterm-notifications <N> on` | Set threshold AND enable |
| `/iterm-notifications <N> off` | Set thresh