Skip to main content
Back to the directory
assistant-ui/skillsSoftware EngineeringFrontend and Design

streaming

Streaming protocol implementation guide for custom AI backends and assistant-ui integration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/assistant-ui/skills --skill streaming
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, streaming has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: assistant-ui/skills. Canonical URL: https://skills.sh/assistant-ui/skills/streaming.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Streaming protocol implementation guide for custom AI backends and assistant-ui integration. Always consult assistant-ui.com/llms.txt for latest API. The assistant-stream package handles streaming from AI backends. useLocalRuntime expects ChatModelRunResult chunks. Yield content parts for streaming: Stream not updating UI Tool calls not rendering Partial text not showing - Provides createAssistantStreamResponse for building custom streaming responses with text, tool calls, and structured event handling - Supports two integration paths: Vercel AI SDK (via toUIMessageStreamResponse ) or native assistant-stream for non-SDK backends - Includes useLocalRuntime pattern for client-side streaming with ChatModelRunResult chunks and content part yielding - Covers stream event types (part-start, text-delta, result, step-finish, error) and debugging via AssistantStream and DataStreamDecoder - Documents common issues: Content-Type headers, CORS errors, tool call registration, and text-delta event requirements - ./references/data-stream.md -- AI SDK data stream format - ./references/assistant-transport.md -- Native assistant-ui format - ./references/encoders.md -- Encoders and decoders - part-start with part.type = "text" | "reasoning" | "tool-call" | "source" | "file" - text-delta with streamed text - result with tool results - step-start , step-finish , message-finish - error strings -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does streaming do?

Streaming protocol implementation guide for custom AI backends and assistant-ui integration.

Is streaming good?

streaming does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support streaming?

streaming currently lists compatibility with Skills CLI.

Is streaming safe to install?

streaming has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to streaming?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install streaming?

Run the following command to install streaming: npx skills add https://github.com/assistant-ui/skills --skill streaming

Related skills

More from assistant-ui/skills

Related skills

Alternatives in Software Engineering