mobile-real-time
Installation
SKILL.md
Mobile Real-Time
Trigger
Use this skill when the user:
- Wants live data updates without polling (chat, notifications, dashboards)
- Asks about WebSockets, Supabase Realtime, Socket.IO, or SSE
- Needs presence indicators, typing status, or online/offline detection
- Mentions "real-time", "websocket", "live updates", "chat", "push data", "socket", or "streaming"
- Wants to sync data between multiple clients in real time
Required Inputs
- Framework: Expo (React Native) or Flutter
- Provider: raw WebSocket, Supabase Realtime (recommended with Supabase backend), Socket.IO, or SSE
- Use case: chat, live feed, collaborative editing, notifications, or presence