Iterm notify
Skill harnessprotocol/harness-kit/plugins/iterm-notify/skills/iterm-notify
Your plugins, skills, MCP servers, hooks, conventions, and governance packaged into a single config
npx -y skills add harnessprotocol/harness-kit --skill iterm-notifyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
macOS desktop notifications and iTerm2 badge management for Claude Code lifecycle events. Not a slash command — this plugin provides hook scripts. See README for wiring instructions.
SKILL.md
0.9 KB, as published. Nobody here has run it
iterm-notify
Provides notify.sh — a hook script that fires on Claude Code Notification and Stop events.
Not a slash command. Wire it in ~/.claude/settings.json — see README.
What it does
On Notification (Claude needs attention):
- Bounces the iTerm2 dock icon once
- Sets an iTerm2 badge:
<topic> ⚡(or just⚡if no topic file) - Sends a macOS desktop notification via
terminal-notifierwith a click-to-focus action
On Stop (Claude finished):
- Clears the iTerm2 badge
Prerequisites
- macOS with iTerm2
terminal-notifier:brew install terminal-notifierjq:brew install jq
Wiring
See README for setup instructions.