ruvnetruvnetCommunityยท1 Agent Skills Included

midstream

Real-time LLM stream analysis, gating, and pattern detection

Analyzes live LLM token streams as they arrive, enabling pattern matching, scoring, and intervention before responses complete. Eliminates the black-box wait for finished responses by gating, steering, and verifying output per chunk with nanosecond-precision scheduling. Ships six composable Rust libraries plus WASM bindings so the same analysis pipeline runs natively, in browsers, and at the edge.
npx skills add ruvnet/midstream --all -g -y
Available:

Instructs the AI agent to batch all operations concurrently in single messages, spawn sub-agents via the Task tool, follow SPARC test-driven phases, and keep files organized in proper subdirectories.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install MidStream?โ–ผ

Run `npx skills add ruvnet/midstream --all -g -y` in your terminal to install all skills in this suite globally.

What does MidStream do with LLM streams?โ–ผ

It treats the token stream as a live signal you can pattern-match, score, and gate while tokens are still arriving, using Rust libraries for sequence comparison, scheduling, attractor analysis, and meta-learning.

Can I use MidStream in the browser?โ–ผ

Yes. The Rust workspace compiles to WASM and is published as the @midstream/wasm npm package, so the same analysis code runs in browsers and edge workers.

Does MidStream work with Claude Code?โ–ผ

Yes. It includes a CLAUDE.md orchestration file and SKILL.md units that guide Claude Code agents through concurrent execution, SPARC workflows, and stream-chain pipelines.

Do I need the whole workspace or just one library?โ–ผ

Each of the six crates is published independently on crates.io, so you can add only what you need, such as temporal-compare for pattern matching or the scheduler for low-latency queuing.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’