nemo-relay-use-context-isolation

Installation
SKILL.md

Use Context Isolation

Use this skill when an application runs concurrent requests, worker pools, async tasks, goroutines, or multiple agents in the same process.

Core Rule

Each independent request, agent, or workflow needs its own scope stack. Do not share one mutable stack across unrelated concurrent work unless you want shared ancestry and shared scope-local middleware.

Embedded Scope Model

Installs
1
GitHub Stars
91
First Seen
Jul 3, 2026
nemo-relay-use-context-isolation — nvidia/nemo-relay