streaming

Official

Deliver real-time AI responses, enhance user experience.

AuthorLobbi-Docs
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

llm-integration

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: streaming
Download link: https://github.com/Lobbi-Docs/claude/archive/main.zip#streaming

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository