πŸ”§
AI EngineeringRust

NeMo Relay Typed Wrappers

by NVIDIA

NeMo Relay Typed Wrappers is an AI Engineering skill for Claude Code, published by NVIDIA in NeMo-Relay.

165 stars67 forkson NVIDIA/NeMo-RelayAdded 2026/09/08+23% in starsRepository updated 2026/09/07
agentsaiatifatofclaude-codecodexdeepagentshermes-agentlangchainlanggraphmiddlewarenvidiaobservabilityopenclawopeninferenceoptimizationotelruntimesecurity
Install in seconds
Install NeMo Relay Typed Wrappers
Copy NeMo Relay Typed Wrappers into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NVIDIA/NeMo-Relay/tree/main/skills/nemo-relay-instrument-typed-wrappers ~/.claude/skills/nemo-relay-instrument-typed-wrappers

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NVIDIA/NeMo-Relay.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/nemo-relay-instrument-typed-wrappers/SKILL.md in NVIDIA/NeMo-Relay
Installs to
~/.claude/skills/nemo-relay-instrument-typed-wrappers
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering β€” 3670 skills

What NeMo Relay Typed Wrappers does

NeMo Relay Typed Wrappers adds typed value and provider codecs for NeMo Relay integrations. Use it when you want stronger domain models while preserving JSON middleware semantics and caller-visible behavior.

NeMo Relay Typed Wrappers is cataloged under AI Engineering on DirSkills. NeMo Relay Typed Wrappers comes from a repository tagged agents, ai, atif, atof and claude-code.

Documentation

README

Use Typed Wrappers And Codecs

Use this skill when an application wants stronger domain types than raw JSON for tool or LLM integration. Keep typed boundaries explicit so middleware still sees predictable JSON.

Default Guidance

  • Prefer plain JSON first for initial adoption.
  • Reach for typed wrappers when the application already has stable domain models.
  • Keep in mind that middleware still operates on JSON, not typed objects.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about NeMo Relay Typed Wrappers

  • What else does NVIDIA publish alongside NeMo Relay Typed Wrappers?

    NeMo Relay Typed Wrappers is one of 25 skills that DirSkills catalogs from NVIDIA/NeMo-Relay, the repository it ships in. Its siblings there include Adaptive Tuning, Add Binding Feature and Add Middleware. Each one is a separate skill with its own page in this directory, installs the same way NeMo Relay Typed Wrappers does, and is maintained by NVIDIA in that same repository. The rest of the collection is listed on the NVIDIA/NeMo-Relay page.

  • How does NeMo Relay Typed Wrappers compare to other AI Engineering skills?

    NeMo Relay Typed Wrappers ranks #3371 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of NeMo Relay Typed Wrappers against them. Open each page to compare what they document and how they install.

More from NVIDIA/NeMo-Relay

NeMo Relay Typed Wrappers is one of 25 skills cataloged on DirSkills from NVIDIA/NeMo-Relay.

See all 25 skills β†’
βš™οΈ
1h ago

Adaptive Tuning

Adaptive Tuning configures NeMo Relay’s adaptive plugin to adjust telemetry, state, hints, tool parallelism, and rollout behavior from runtime signals. Use it after baseline instrumentation when you want to evaluate measured changes against known traffic.
AI Engineering
16567
πŸ”—
1h ago

Add Binding Feature

Add Binding Feature adds or changes a public NeMo Relay API across the Rust core, FFI, and language bindings. Use it when a change must stay in parity across surfaces and needs coordinated validation.
DevOps
16567
🧩
1h ago

Add Middleware

Add Middleware adds a new guardrail or intercept type to the NeMo Relay middleware pipeline. Use it when introducing a new registration surface or a middleware behavior at a new pipeline stage.
AI Engineering
16567
🧩
1h ago

Context Isolation

Context Isolation helps keep NeMo Relay scope stacks separate across concurrent requests, async tasks, threads, workers, and agents. Use it when you need correct ancestry propagation and request-local middleware boundaries.
AI Engineering
16567
πŸ”Œ
1h ago

Contribute API

Contribute API helps add or change a public NeMo Relay API with binding parity, validation, and docs in mind. Use it when a runtime or binding surface changes and you need to keep affected bindings aligned.
AI Engineering
16567
πŸ“
1h ago

Contribute Docs Or Examples

Contribute Docs Or Examples guides docs-only or example-heavy changes that match NeMo Relay’s public API and docs structure. Use it when updating user-facing docs, examples, or entry-point paths without changing implementation behavior.
Writing
16567