
de durable-streams1,468
Create and manage forked durable streams that inherit data from a source up to an offset, enabling branching, TTL inheritance, and independent lifecycle managem
Forking creates a new durable stream that references (not copies) the data from a source stream up to a specified offset. The fork has its own URL, TTL/expiry, and deletion lifecycle while transparently reading inherited data followed by the fork's own appends. This enables branching workflows, stream variants, and safe experimentation without duplicating data.
Use this skill when you need to: create a branched copy of a stream for experimentation; preserve a snapshot view at a known offset; isolate writes to a variant stream while reading inherited history; or manage lifecycle/TTL differences between a derived stream and its source. It is also essential when handling soft-deletes where forks keep data accessible.
Client-focused skill targeting JavaScript/TypeScript agent integrations and tooling that can call Durable Streams client libraries (Copilot/Codex/Gemini CLI/Cursor-friendly snippets).
Cette compétence n'a pas encore été examinée par notre pipeline d'audit automatisé.