streaming-sse-setup

📁 maneeshanif/todo-spec-driven 📅 5 days ago
2
总安装量
2
周安装量
#69991
全站排名
安装命令
npx skills add https://github.com/maneeshanif/todo-spec-driven --skill streaming-sse-setup

Agent 安装分布

opencode 2
gemini-cli 2
claude-code 2
github-copilot 2
codex 2
kimi-cli 2

Skill 文档

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