·streaming
""

streaming

lobbi-docs/claude

Server-Sent Events (SSE) streaming for Claude API with support for text, tool use, and extended thinking. Activate for real-time responses, stream handling, and progressive output.

6Installs·0Trend·@lobbi-docs

Installation

$npx skills add https://github.com/lobbi-docs/claude --skill streaming

SKILL.md

Implement real-time streaming responses from Claude API using Server-Sent Events (SSE).

| messagestart | Beginning | Message metadata | | contentblockstart | Block begins | Block type, index | | contentblockdelta | Content chunk | Delta content | | contentblockstop | Block ends | - | | messagedelta | Message update | Stop reason, usage | | messagestop | Complete | - |

| textdelta | .text | Text content | | inputjsondelta | .partialjson | Tool input | | thinkingdelta | .thinking | Extended thinking | | signaturedelta | .signature | Thinking signature |

Server-Sent Events (SSE) streaming for Claude API with support for text, tool use, and extended thinking. Activate for real-time responses, stream handling, and progressive output. Source: lobbi-docs/claude.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/lobbi-docs/claude --skill streaming
Category
""Writing
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is streaming?

Server-Sent Events (SSE) streaming for Claude API with support for text, tool use, and extended thinking. Activate for real-time responses, stream handling, and progressive output. Source: lobbi-docs/claude.

How do I install streaming?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobbi-docs/claude --skill streaming Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/lobbi-docs/claude

Details

Category
""Writing
Source
skills.sh
First Seen
2026-02-01