Makes your AI coding agent play StarCraft SCV voice lines when you use it.
Supports Claude Code and GitHub Copilot CLI.
- Clone this repo
- Open it in Claude Code
- That's it — the hooks in
.claude/settings.jsonare automatically active
- Clone this repo
- Run
copilotfrom inside this directory - The hooks in
.github/hooks/scv-sounds.jsonare automatically active
Note: Copilot CLI hooks are project-scoped — they only activate when you run
copilotfrom within this repository. There is no global hooks configuration for Copilot CLI.
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.
| 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" |
| 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" |
MIT