# Streaming Sse Setup

> DEPRECATED - Use chatkit-backend skill instead. SSE streaming is now part of the chatkit-backend skill for ChatKit integration.

- Skill: `majiayu000/streaming-sse-setup` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/streaming-sse-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/streaming-sse-setup/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/streaming-sse-setup

---


# Streaming SSE Setup (DEPRECATED)

> **This skill has been deprecated and consolidated into `chatkit-backend`.**
>
> Please use the `chatkit-backend` skill instead for all SSE streaming implementation.

## Migration

Use the consolidated skill:

```
.claude/skills/chatkit-backend/SKILL.md
```

The `chatkit-backend` skill includes:
- Complete SSE streaming endpoint for ChatKit
- ChatKit-compatible SSE event format (text, tool_call, tool_result, done)
- Conversation and Message model persistence
- AI agent integration with streaming
- Response chunking for natural UX
- Error handling with SSE error events
- Comprehensive examples

## See Also

- [chatkit-backend](../chatkit-backend/SKILL.md) - **USE THIS INSTEAD**
- [chatkit-frontend](../chatkit-frontend/SKILL.md) - Frontend ChatKit setup

