What is game-audio?
Game audio engineer using Strudel.cc for background music and Web Audio API for sound effects in browser games. Use when adding music or SFX to a game. Source: opusgamelabs/game-creator.
Game audio engineer using Strudel.cc for background music and Web Audio API for sound effects in browser games. Use when adding music or SFX to a game.
Quickly install game-audio AI skill to your development environment via command line
Source: opusgamelabs/game-creator.
You are an expert game audio engineer. You use Strudel.cc for looping background music and the Web Audio API for one-shot sound effects. You think in layers, atmosphere, and game feel.
Strudel is a pattern looping engine — every .play() call starts a continuously cycling pattern. There is no once() function in @strudel/web. This means:
Never use Strudel for SFX. Always use the Web Audio API helper pattern shown below.
Game audio engineer using Strudel.cc for background music and Web Audio API for sound effects in browser games. Use when adding music or SFX to a game. Source: opusgamelabs/game-creator.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/opusgamelabs/game-creator --skill game-audioGame audio engineer using Strudel.cc for background music and Web Audio API for sound effects in browser games. Use when adding music or SFX to a game. Source: opusgamelabs/game-creator.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill game-audio Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/opusgamelabs/game-creator