smithery/maneeshanif

streaming-sse-setup

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

Installation

$ npx skills add smithery/maneeshanif --skill streaming-sse-setup

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/maneeshanif · top by installs.

npx skills add smithery/maneeshanif

Browse all from smithery/maneeshanif

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Write, Read, Edit, Glob
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,037 B
  • docs SUMMARY.md 154 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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, toolcall, toolresult, 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