Claude Code Soviet Sounds banner
tcz tcz

Claude Code Soviet Sounds

Development community

Description

☭ Red Alert 2 Soviet sound effects for Claude Code hooks

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

☭ Claude Code: Soviet Edition

Sound effects from **Command & Conquer: Red Alert 2** (Soviet side) for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) hooks.

See it in action: [https://x.com/zoltansoon/status/2020838821152346550](https://x.com/zoltansoon/status/2020838821152346550)

Every prompt submission is an order to the motherland. Every completed task, a victory for the Soviet Union.

macOS only (uses `afplay`).

Sounds

  • SessionStart: "Waiting orders", "Let the juice flow"
  • UserPromptSubmit: "We will have a power up in 30 seconds, sir", "For home country"
  • Stop: "Conscript reporting", "Reactor ready"

Install

# Clone into ~/.claude/sounds
git clone https://github.com/tcz/claude-code-soviet-sounds.git ~/.claude/sounds

# Make the script executable
chmod +x ~/.claude/sounds/play-sound.sh

Then merge the contents of `settings-to-merge.json` into your `~/.claude/settings.json`. If you don't have one yet, just copy it:

cp ~/.claude/sounds/settings-to-merge.json ~/.claude/settings.json

Mute / Unmute

Sometimes the Commissar needs silence.

# Mute
touch ~/.claude/sounds/.muted

# Unmute
rm ~/.claude/sounds/.muted

Adding Your Own Sounds

Drop `.wav` files into the `SessionStart/`, `UserPromptSubmit/`, or `Stop/` directories. One will be picked at random each time. Allied sounds are not recommended but technically supported.

Disclaimer

All sound effects are property of Electronic Arts / Westwood Studios. This is a fan project. No Kirov airships were harmed in the making of this repository.

License

MIT