chatkit-streaming
Installation
SKILL.md
ChatKit Streaming Skill
Overview
This skill provides patterns for building responsive, real-time ChatKit interfaces. It covers the streaming layer between basic integration and full interactive widgets - making the UI feel alive during AI responses.
Core Concepts
Response Lifecycle
ChatKit streams responses in real-time. The lifecycle:
User sends message
↓
onResponseStart() fires
↓
[Streaming: tokens arrive, ProgressUpdateEvents shown]
↓
Related skills