Bridges the gap between embedded devices and web applications with ready-to-use MQTT clients, ESP32 sensor code, and real-time dashboard components. You get TypeScript classes for MQTT pub/sub in Next.js, Arduino sketches for DHT22 temperature sensors, and React hooks for live data streaming. The skill covers the full stack from WiFi-connected microcontrollers publishing sensor data to browser-based dashboards consuming it over WebSockets or MQTT. Useful when you're building smart home projects, industrial monitoring systems, or any IoT setup where you need devices talking to web interfaces. The examples use public brokers like HiveMQ, so you can prototype without infrastructure setup.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill iot-developer