This one handles WebRTC peer connections, screen sharing, and live streaming with chat. You get a clean TypeScript class for managing peer connections with proper offer/answer flows and ICE candidate handling, plus ready-to-use React components for video calls and screen capture. The live stream example includes Socket.io integration for real-time chat and viewer counts. It's solid for building Twitch-style features or video conferencing without wrestling with the WebRTC API yourself. The code skips the signaling server implementation, so you'll need to wire that up separately, but the client-side patterns are all here and production-ready.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill livestream-engineer