What problem does it solve? Designing interface sounds normally requires audio engineering knowledge and synthesis tooling. This Skill translates plain-English descriptions like "a satisfying click" or "a subtle notification chime" into working Web Audio API code, with an iterative describe-generate-listen-refine loop. ## Core Features & Use Cases - Recipe-Based Synthesis: Nine ready-made sound categories (click, toggle, hover, success, error, warning, notification, whoosh, pop) with tunable parameters and variations. - Vocabulary Bridge: Maps subjective feedback like "brighter", "snappier", or "more metallic" to concrete synthesis parameter changes. - Audio Reference Matching: Analyze an existing .wav file with the bundled CLI analyzer and match its character using generated synthesis parameters. - Review Mode: Audit existing Web Audio code against a formal safety rulebook (context singletons, envelope safety, volume ceilings) with prioritized findings. - Use Case: A developer building a settings panel asks for a toggle sound and a success chime; the Skill outputs an HTML preview with playable buttons and WAV download, then refines the sounds based on feedback. ## Quick Start Ask the AI to design a click sound and a success chime for your web app and generate an HTML preview you can listen to in the browser.