Streaming Skill Implement real-time streaming responses from Claude API using Server-Sent Events (SSE). When to Use This Skill - Real-time user interfaces - Long-running generations - Progressive output display - Tool use with streaming - Extended thinking visualization SSE Event Flow Core Implementation Basic Text Streaming (Python) Event-Based Streaming TypeScript Streaming Event Types Reference | Event | When | Data | |-------|------|------| | | Beginning | Message metadata | | | Block begins | Block type, index | | | Content chunk | Delta content | | | Block ends | - | | | Message update…