mcpbeat

Contribute Integration

nvidia/contribute-integration

Contribute a new or updated third-party framework integration for NeMo Relay

286 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
102
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/NeMo-Relay --skill contribute-integration

The instruction itself

5 sections, as written by the author

Contribute A Framework Integration

Companion Guidance

Use karpathy-guidelines alongside this skill for implementation or review

work. Keep changes scoped, surface assumptions, and define focused validation

before editing.

Use this skill when contributing an integration with a framework or plugin such

as LangChain, LangGraph, Deep Agents, or OpenClaw through its public APIs.

Default Guidance

  • Keep NeMo Relay optional
  • Use stable, documented framework or plugin APIs
  • Wrap tool and LLM paths at the correct framework boundary
  • Preserve the framework's original behavior when NeMo Relay is absent

Checklist

  • [ ] Integration pattern follows docs/integrate-into-frameworks/adding-scopes.mdx
  • [ ] Integration uses public framework or plugin APIs
  • [ ] Relevant integration tests or smoke path pass
  • [ ] Docs updated if activation or usage changed

References

  • docs/integrate-into-frameworks/about.mdx
  • validate-change

How to use it

Copy the folder

Take nvidia/contribute-integration from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.