Skip to content

computersarebad/hooks-scv-sounds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SCV Sounds for AI Coding Agents

Makes your AI coding agent play StarCraft SCV voice lines when you use it.

Supports Claude Code and GitHub Copilot CLI.

Setup

Claude Code

  1. Clone this repo
  2. Open it in Claude Code
  3. That's it — the hooks in .claude/settings.json are automatically active

GitHub Copilot CLI

  1. Clone this repo
  2. Run copilot from inside this directory
  3. The hooks in .github/hooks/scv-sounds.json are automatically active

Note: Copilot CLI hooks are project-scoped — they only activate when you run copilot from within this repository. There is no global hooks configuration for Copilot CLI.

How it works

Both tools use hooks that trigger at the same lifecycle events:

  • Start session: "SCV good to go, sir!"
  • Submit a prompt: Random acknowledgment sound
  • End session: Random completion sound

Claude Code hooks are in .claude/settings.json, Copilot CLI hooks are in .github/hooks/scv-sounds.json.

Sounds included

Active

File Voice Line
good-to-go-sir.wav "SCV good to go, sir!"
orders-received.wav "Orders received"
affirmative.wav "Affirmative"
right-away-sir.wav "Right away, sir"
read-you.wav "I read you"
cant-believe.wav "I can't believe they put me in one of these things!"
this-too.wav "And now I gotta put up with this too?"
jobs-finished.wav "Job's finished"
orders-captain.wav "Orders, Cap'n?"
reporting-for-duty.wav "Reporting for duty"

Extras

File Voice Line
claustrophobic.wav "I told 'em I was claustrophobic!"
cant-build-it.wav "I can't build it, something's in the way"

License

MIT

About

Hooks setup with StarCraft SCV sounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors