AI AGENT ADDONS
Game Development
586installs

Game audio engineering makes sounds for browser games. This skill creates background music and sound effects using the Web Audio API. No extra audio files or libraries are needed. Everything runs inside the browser.

Game developers can add looping music and one-shot sound effects like jumps, clicks, and power-ups. The audio is procedural, meaning it is generated on the fly. This keeps game files small and load times fast.

All sounds are built with browser tools like OscillatorNode and GainNode. The skill handles mute buttons, volume control, and pattern sequencing. It works in any modern browser without setup.

Add Game Audio skill to your workflow

Global

mkdir -p ~/.claude/skills/game-audio

Project

mkdir -p .claude/skills/game-audio

Source Repository

Stars
200
Forks
26
Watchers
200
Last Push
1 month ago
Created
5 months ago