stream-docs

/stream-docs answers SDK questions from the live Stream documentation at getstream.io. Every answer comes verbatim from the docs with a citation attached, so you don't end up with hallucinated APIs or out-of-date code samples that the agent picked up during training.

Reach for it whenever you'd otherwise ask "how do I do X with the SDK?" or need to confirm version-specific behaviour.

/stream-docs answering an SDK question with a citation

What it covers

The skill covers every SDK, every framework and every version that ships in the official Stream documentation. That includes Chat, Video, Feeds and Moderation across the full SDK matrix.

You can phrase your question however feels natural to you, and the skill maps your wording to the right doc page.

Example prompts

/stream-docs how do I generate a user token in Node.js?
/stream-docs what's the difference between StreamChat.getInstance() and new StreamChat() in React strict mode?
/stream-docs show me the Video iOS SDK setup for a UIKit project
/stream-docs what filter operators are available on channel queries?

Citations

Every answer the skill returns points to a source URL on getstream.io. Click any citation to verify the answer against the live documentation.

Used by the builder

/stream-builder calls /stream-docs internally whenever it needs a doc lookup, so you don't need to chain them yourself.