SSE Skill Expert assistance for implementing Server-Sent Events for real-time streaming. Capabilities - Implement SSE endpoints - Handle streaming responses - Manage client connections - Build event-driven updates - Implement reconnection Usage Invoke this skill when you need to: - Stream updates to clients - Implement live feeds - Build notification systems - One-way real-time communication Implementation Best Practices - Handle reconnection - Use event types for routing - Implement keep-alive - Clean up on disconnect Target Processes - real-time-updates - live-feeds - notification-systems -…