nemo-relay-instrument-typed-wrappers

Installation
SKILL.md

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.

Embedded Codec Model

Installs
66
Repository
nvidia/skills
GitHub Stars
2.6K
First Seen
4 days ago
nemo-relay-instrument-typed-wrappers — nvidia/skills