What problem does it solve?
This Skill enables real-time, progressive delivery of AI responses from Claude, improving user experience for long-running generations, tool use, and extended thinking by displaying output as it's generated.
Core Features & Use Cases
- Real-time Output: Stream text, tool use, and extended thinking content as it becomes available.
- Event-Driven Processing: Handle different SSE event types (
content_block_delta, message_delta) for granular control.
- Robust Error Handling: Implement retry mechanisms with exponential backoff for API resilience.
- Use Case: You're building a chatbot that generates complex reports. Use this skill to stream the report content word-by-word to the user interface, providing immediate feedback and a more engaging experience, rather than waiting for the full response.
Quick Start
Use the streaming skill to generate a short story and display the output in real-time.