imtiazrayhan

Add Streaming Endpoint — AI skill for Claude Code

AI community

Scaffold a token-streaming LLM endpoint — server-side streaming plus the client handler — so responses render incrementally instead of after a long wait.

How to install Add Streaming Endpoint

Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-add-streaming-endpoint/SKILL.md

Terminal
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-add-streaming-endpoint && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/add-streaming-endpoint.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-add-streaming-endpoint/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Streaming Endpoint does


description: "Scaffold a token-streaming LLM endpoint — server-side streaming plus the client handler — so responses render incrementally instead of after a long wait." argument-hint: "" allowed-tools: "Read, Grep, Glob, Edit, Write" model: sonnet

Scope

Treat `$ARGUMENTS` as the route/feature to stream (e.g. "the chat endpoint") or the framework in use. Restate what you're streaming in one sentence, and detect the stack (Next.js, Expres

Alternatives in AI

  • Model Update — 增量更新财务模型 — 用新财报/新指引/修正假设重算 DCF 内在价值、Comps 隐含价、投资逻辑与目标价,输出 before→after delta 6.6k ★
  • Botmux — Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns i 1.2k ★
  • Mex — Persistent project memory for AI coding agents 672 ★

Full documentation available on GitHub

View Source Repository