Skip to content
BeClaude

bugu

New
13GitHub TrendingGeneralby LearnPrompt

布谷 · 给长跑 coding agent 的「声音信标」:防止 Mac 休眠,每次状态变化用声音提醒,一键跳回正确的终端标签页。 | Bugu — a sound beacon for long-running coding agents: keeps your Mac awake, chirps on every state change, and jumps you back to the exact terminal tab.

Summary

Bugu is a sound beacon skill for long-running coding agents that prevents your Mac from sleeping, chirps on every state change, and automatically jumps you back to the exact terminal tab.

  • It helps developers stay focused and aware of agent progress without constantly checking the screen.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/bugu.md

3
Invoke with @agent-name
@bugu

Use Cases

Keep your Mac awake during a multi-hour code refactoring session with Claude Code.
Get an audible chirp when a long-running test suite finishes or fails.
Automatically return to the correct terminal tab after Claude Code completes a task.
Monitor a background agent that is deploying code to production without visual attention.
Receive state change notifications while working in another application or away from the desk.
Prevent system sleep during an overnight batch processing job run by an agent.

Usage Examples

1

/bugu run npm test --watch

2

/bugu deploy to staging and notify me when done

3

Use bugu to keep the Mac awake while I run a long data migration script

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is bugu?

Bugu is a sound beacon skill for long-running coding agents that prevents your Mac from sleeping, chirps on every state change, and automatically jumps you back to the exact terminal tab. It helps developers stay focused and aware of agent progress without constantly checking the screen.

How to install bugu?

To install bugu: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/bugu.md. Finally, @bugu in Claude Code.

What is bugu best for?

bugu is a agent categorized under General. It is designed for: agent. Created by LearnPrompt.

What can I use bugu for?

bugu is useful for: Keep your Mac awake during a multi-hour code refactoring session with Claude Code.; Get an audible chirp when a long-running test suite finishes or fails.; Automatically return to the correct terminal tab after Claude Code completes a task.; Monitor a background agent that is deploying code to production without visual attention.; Receive state change notifications while working in another application or away from the desk.; Prevent system sleep during an overnight batch processing job run by an agent..