This handles the video player work you'd rather not build from scratch. You get a custom player with all the standard controls (play, pause, seek, volume, fullscreen), HLS streaming setup with hls.js for adaptive bitrate, and picture-in-picture mode. The main VideoPlayer component is fully featured with progress bars, time formatting, and smart control visibility on hover. It also covers subtitle tracks and includes error recovery for HLS streams. Good for when you need video playback that goes beyond a basic HTML5 video tag but don't want to pull in a heavy third-party player library.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill video-producer