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.
Global
mkdir -p ~/.claude/skills/game-audioProject
mkdir -p .claude/skills/game-audioSource Repository
Godot Gdscript Patternswshobson/agents
Learn Godot 4 GDScript patterns for signals, scenes, state machines, and optimization
Game Enginegithub/awesome-copilot
Build web-based game engines and games using HTML5 Canvas WebGL and JavaScript
Unity Ecs Patternswshobson/agents
Master Unity ECS DOTS Jobs and Burst for efficient game development
Multiplayer Gamerivet-dev/skills
Ready made patterns for building any multiplayer game fast
Threejs Geometrycloudai-x/threejs-skills
Build 3D shapes with built-in and custom geometry using Three.js
Threejs Materialscloudai-x/threejs-skills
Pick the right Three.js material for realistic or stylized 3D objects
Game Developerjeffallan/claude-skills
Build fast, smooth games with Unity Unreal Engine patterns and performance tips
Game Developmentsickn33/antigravity-awesome-skills
Choose your platform and build games with proven patterns and performance tips