game-audio
Game audio principles. Sound design, music integration, adaptive audio systems.
npx skills add sickn33/agentic-awesome-skills --skill game-audio --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Game Audio Principles > Sound design and music integration for immersive game experiences. --- ## 1. Audio Category System ### Category Definitions | Category | Behavior | Examples | |----------|----------|----------| | **Music** | Looping, crossfade, ducking | BGM, combat music | | **SFX** | One-shot, 3D positioned | Footsteps, impacts | | **Ambient** | Looping, background layer | Wind, crowd, forest | | **UI** | Immediate, non-3D | Button clicks, notifications | | **Voice** | Priority, ducking trigger | Dialogue, announcer | ### Priority Hierarchy ``` When sounds compete for channels: 1. Voice (highest - always audible) 2. Player SFX (feedback critical) 3. Enemy SFX (gameplay important) 4. Music (mood, but duckable) 5. Ambient (lowest - can drop) ``` --- ## 2. Sound Design Decisions ### SFX Creation Approach | Approach | When to Use | Trade-offs | |----------|-------------|------------| | **Recording** | Realistic needs | High quality, time intensive | | **Synthesis** | Sci-fi, retro, UI | Unique, requires skill | | **Library samples** | Fast production | Common sounds, licensing | | **Layering** | Complex sounds | Best results, more work | ### Layering Structure | Layer | Purp
- 1. Audio Category System
- Category Definitions
- Priority Hierarchy
- 2. Sound Design Decisions
- SFX Creation Approach
- Layering Structure
- 3. Music Integration
- Music State System
- Transition Techniques
- 4. Adaptive Audio Decisions
- Intensity Parameters
- Vertical vs Horizontal
- 5. 3D Audio Decisions
- Spatialization
What does the game-audio skill do?
Game audio principles. Sound design, music integration, adaptive audio systems.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill game-audio --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.