This one gives you working audio components for web projects: a custom player with progress bars and volume controls, a podcast interface with episode lists, waveform visualizations using the Web Audio API, and recording hooks. The React/TypeScript examples are complete enough to drop in and adapt. Good for when you need something more custom than a basic HTML5 audio tag but don't want to wrestle with Web Audio API syntax from scratch. The code leans heavily on hooks and refs, so you'll want to understand React's audio handling patterns. It's practical stuff for music apps, podcast sites, or anything that needs interactive sound beyond just embedding a file.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill audio-producer