Claude Buzz — Development skill for Claude Code
Native macOS notifications when Claude Code needs you.
How to install Claude Buzz
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ethanplusai/claude-buzz and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Buzz does
Native macOS notifications when Claude Code needs you. Click to jump to the right terminal.
Alternatives in Development
- Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
- Claude Code Zh Cn — Claude Code CLI 简体中文本地化 / 汉化插件;支持 macOS、Linux、WSL、Windows 与新版 native,一行安装,更新后自动修复 721 ★
- Herdrm — Native macOS console for herdr — all your coding agents and their live terminals, across devices 635 ★
README
claude-buzz
Native macOS notifications when Claude Code needs you. Click to jump to the right terminal.
Running 12 Claude Code sessions across multiple terminals? Stop tab-surfing. `claude-buzz` pings you the second any session needs input — and clicking the notification takes you straight there.
Install
npm install -g claude-buzz
claude-buzz install
That's it. Every Claude Code session on your machine will now notify you when it's waiting for input or needs permission. No background processes, no polling — it hooks directly into Claude Code.
What you'll see
When Claude finishes a response or needs permission:
- "Ready for input" — Claude is done and waiting for your next prompt
- "Needs permission" — Claude wants to run a tool and needs your OK (shows the exact command)
Notifications include the project folder name so you know exactly which session needs you.
What it does
- Hooks into Claude Code natively — uses the built-in hooks system, zero background processes
- Smart notifications — debounces rapid-fire events, skips if you're already looking at the terminal
- Click to focus — click the notification to jump to the exact terminal tab
- Works globally — one install covers all current and future sessions
- Permission-aware — shows what Claude needs permission for
Commands
claude-buzz install # Add hooks to Claude Code
claude-buzz uninstall # Remove hooks cleanly
claude-buzz status # Check if active
claude-buzz test # Send a test notification
How it works
Claude Code has a [hooks system](https://docs.anthropic.com/en/docs/claude-code/hooks) that fires shell commands on lifecycle events. `claude-buzz` registers two hooks in your global `~/.claude/settings.json`:
Stop— fires when Claude finishes responding and is ready for your next promptNotification— fires when Claude needs permission to
Related Skills
Notchling
A native macOS notch widget that shows what every Claude Code session is doing — click a row to land in the te
CoderBar
Native macOS agent control for Codex and Claude — monitor, approve, ask, and jump back from the menu bar.
Peeksy
A macOS notch companion for monitoring Claude Code and Codex sessions. See agent status at a glance and jump b
ClaudeHere
Opens Claude Code and OpenClaude straight from any Windows folder via the right-click context menu. No termina
Agent Toast
No more babysitting the terminal - Agent Toast pings you the instant Claude Code or Codex CLI needs you, then
Detach
Run Codex and Claude Code reliably in the background on macOS—with a native dashboard, persistent tmux session
Related Agents
UI Explorer
Drive and explore a native macOS app's GUI (screenshot → click/type → observe) and correlate each action with
App Tester
Builds and exercises Heron end-to-end on this machine — starts the dev app, starts and stops real claude CLI s
Impl Cross Platform
Reviews implementation plans from a cross-platform compatibility perspective. Use when evaluating Linux vs. ma