DEV Community

Cover image for 552 Retro Game Sounds for Your AI Coding Agent — DuckTales, Castlevania, Mega Man and 60 More Packs
Ntty
Ntty

Posted on

552 Retro Game Sounds for Your AI Coding Agent — DuckTales, Castlevania, Mega Man and 60 More Packs

What's New in v3

@citedy/game-sounds@3.0.0 — 35 new packs, massively expanded library

v2 had 225 sounds across 28 packs. v3 has 552 sounds across 63 packs.

35 new packs

DuckTales, Castlevania, Mega Man, Kirby, Metroid, Donkey Kong, Chip 'n Dale, Darkwing Duck, TaleSpin, Duck Hunt, Earthworm Jim, Streets of Rage, Prince of Persia, Jungle Book, Indiana Jones, Final Fantasy, Star Wars, Simpsons, Popeye, Dracula, DnD DragonStrike, Asterix, Die Hard, Beauty and the Beast, Cobra Command, Lemmings, Rambo, RoboCop, Aladdin, Contra, Double Dragon, Battletoads, Bomberman, Tetris (expanded), Lion King

Expanded existing packs

TMNT (5 -> 15), Donkey Kong (5 -> 14), Mega Man (5 -> 13), Castlevania (5 -> 13), Bomberman (5 -> 13), Top Gun (5 -> 12), Mission Impossible (5 -> 8), Tetris (2 -> 9), Aladdin (new -> 9)

Highlights

  • DuckTales Moon theme when task completes
  • Castlevania's Vampire Killer on session start
  • Kirby "Poyo!" and "Hai!" on prompt submit
  • Indiana Jones Raiders March on session start
  • Earthworm Jim "Groovy!" on session start
  • Duck Hunt dog laugh on error
  • Chip 'n Dale Rescue Rangers theme on session start
  • Prince of Persia Sands of Time on task complete
  • Star Wars Imperial March on session start
  • RoboCop theme on session start

All sounds normalized to -22dB, trimmed to 8s max. Sources: Internet Archive NES-Music collection, Myinstants, KHInsider.

Post Body (short version)

@citedy/game-sounds@3.0.0 — 35 new packs just dropped

552 sounds across 63 packs. DuckTales Moon theme on task complete. Castlevania Vampire Killer on session start. Kirby "Poyo!" on prompt submit. Duck Hunt dog laugh on error.

New packs: DuckTales, Castlevania, Mega Man, Kirby, Metroid, Donkey Kong, Chip 'n Dale, Darkwing Duck, TaleSpin, Indiana Jones, Final Fantasy, Star Wars, Prince of Persia, Earthworm Jim, Streets of Rage, Duck Hunt, Simpsons, Popeye, RoboCop, Rambo, Die Hard, Aladdin, Contra, Battletoads, Bomberman + 10 more.

Full list of all 63 packs: Warcraft, StarCraft, C&C, Diablo, Unreal Tournament, Zelda, Mario, Mortal Kombat, Doom, Counter-Strike, GTA, Quake, Silent Hill, Street Fighter, Batman, Matrix, Harry Potter, Game of Thrones, LOTR, Star Trek, Metal Gear Solid, Sonic, Pac-Man, Scooby-Doo, Looney Tunes, Lion King, Mission Impossible, Top Gun + all new above.

Install

Option A — Marketplace (Claude Code)

  1. Type /plugin
  2. Enter: citedy/claude-plugins
  3. Select game-sounds -> install
  4. Restart Claude Code

Option B — Universal Install (OpenSkills)

Works with Codex, Claude Code, Droid, Cursor, and other Agent Skills-compatible tools:

npx openskills install Citedy/game-sounds
Enter fullscreen mode Exit fullscreen mode

Option C — npm

npm i -g @citedy/game-sounds
Enter fullscreen mode Exit fullscreen mode

Option D — git clone

git clone https://github.com/Citedy/game-sounds.git ~/.claude/plugins/game-sounds
Enter fullscreen mode Exit fullscreen mode

Switch packs

game-sounds switch ducktales    # direct switch
game-sounds switch              # interactive picker
game-sounds list                # show all 63 packs
Enter fullscreen mode Exit fullscreen mode

Or inside Claude Code: /game-sounds pack castlevania

Top comments (0)