Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/streamer45/streamkit/agents-mdgit clone --depth 1 https://github.com/streamer45/streamkitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03765 | $0.03765 |
| Opus 5 | $0.01883 | $0.01883 |
| Sonnet 5 | $0.00753 | $0.00753 |
| Haiku 4.5 | $0.00377 | $0.00377 |
Grade A, and why
streamkit AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 315 lines — stays where its author put it; the contents beside it link to each section on GitHub.
StreamKit Agent Notes
These notes apply to coding agents (Claude/Codex/Devin/etc.) contributing to this repo. Agent-assisted contributions are welcome, but should be supervised and reviewed by a human before merge.
What is StreamKit
StreamKit is a self-hostable media processing server (Rust). A single binary
(skit) runs pipelines as a node graph (DAG) — via a web UI, YAML, or
WebSocket API. Two modes: dynamic (real-time, hot-reconfigurable) and
oneshot (stateless batch processing). See agent_docs/architecture.md for
the full architecture.
Codebase Map
| Directory | Purpose |
|---|---|
apps/skit/ |
Server binary — HTTP/WS handlers, config, auth, plugins |
apps/skit-cli/ |
CLI client binary (skit-cli) |
crates/core/ |
Shared traits/types — ProcessorNode, Pin, Packet, NodeRegistry |
crates/engine/ |
Pipeline executor — graph builder, oneshot engine, dynamic actor |
crates/nodes/ |
Built-in nodes: audio::, video::, transport::, core::, containers:: |
crates/api/ |
YAML pipeline parsing, WebSocket protocol, TS type generation |
crates/plugin-{native,wasm}/ |
Plugin host adapters (FFI and WASM) |
sdks/plugin-sdk/ |
Plugin SDKs for Rust, Go, and C |
ui/ |
React 19 web UI (Vite + Bun) |
plugins/native/ |
Official ML plugins (Whisper, Kokoro, NLLB, etc.) |
samples/ |
Example pipelines (dynamic/ and oneshot/), audio files, images, fonts, Slint files |
tests/ |
Pipeline validation tests (oneshot pipeline smoke tests) |
e2e/ |
Playwright end-to-end tests |
docs/ |
Astro + Starlight docs site (sidebar in docs/astro.config.mjs) |
Tech Stack
- Rust (version pinned in
rust-toolchain.toml), tokio, axum, wgpu - UI: React 19, TypeScript, Zustand, Jotai, React Query, Radix UI, React Flow
- Build/tooling:
just(task runner), Bun (UI), sccache (Rust build cache) - Testing:
cargo test(Rust), Vitest (UI), Playwright (E2E) - Platform: Linux x86_64
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 315 lines · 3,765 tokens per session scan A fc6b590519d8
streamkit AGENTS.md is an instructions file published in the GitHub repository streamer45/streamkit (21 stars, last pushed 9d ago), licensed MPL-2.0. It adds 3,765 tokens to every session, about $0.0188 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
moq CLAUDE.md
Instructions for moq-dev/moq, covering claude.md, project overview, common development commands, code quality and testing and architecture.
moq AGENTS.md
Instructions for moq-dev/moq, a project described as: Media over QUIC: Real-time latency at massive scale.
rayfish CLAUDE.md
Instructions for rayfish/rayfish, covering rayfish, build & test, never, conventions and git.
agentgateway copilot-instructions.md
Instructions for agentgateway/agentgateway: Do not check for, speculate about, or report compilation errors during code review. Compilation diagnostics from review are frequently incorrect; rely on CI to detect and report compilation failures.
mq commit.instructions.md
Instructions for harehare/mq: Use the following format for commit messages.
openapi AGENTS.md
Instructions for longbridge/openapi, covering agent guidelines, after modifying rust code, after modifying the node.js sdk (nodejs/), after modifying the python sdk api (python/) and after modifying the c sdk (c/).