nemo-relay-instrument-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. Treat scope-stack ownership as part of the request boundary.

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
71
Repository
nvidia/skills
GitHub Stars
2.6K
First Seen
4 days ago
nemo-relay-instrument-context-isolation — nvidia/skills