Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

NeMo-Relay

NeMo-Relay 收录了来自 NVIDIA 的 38 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
38
Stars
73
更新
2026-07-08
Forks
40
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

draft-release-notes
软件开发工程师

Compare NeMo Relay release branches and draft or update the documentation-site release notes. Use when preparing a release-notes update under docs/about-nemo-relay/release-notes, reviewing release-to-release changes, or gathering evidence for a current release summary.

2026-07-08
contribute-docs
软件开发工程师

Contribute documentation or example changes that stay aligned with NeMo Relay public behavior

2026-07-02
nemo-relay-build-plugin
软件开发工程师

Build and package reusable NeMo Relay runtime behavior as a config-activated plugin with validation and rollback-safe registration

2026-07-02
add-binding-feature
软件开发工程师

Add or change a public NeMo Relay API surface across the core runtime and every affected binding

2026-07-01
maintain-observability
软件开发工程师

Maintain or extend NeMo Relay observability surfaces across ATIF, OpenTelemetry, and OpenInference

2026-07-01
maintain-optimizer
软件开发工程师

Maintain or extend the NeMo Relay adaptive surface across config, plugins, docs, and bindings; use this when users still say optimizer

2026-07-01
maintain-packaging
软件开发工程师

Maintain NeMo Relay package metadata, module paths, generated artifacts, and release-facing build surfaces

2026-07-01
rename-surfaces
软件开发工程师

Perform a coordinated repository, package, crate, module, or symbol rename across NeMo Relay

2026-07-01
update-project-version
软件开发工程师

Update the NeMo Relay project version across Cargo, Node, and lockfiles without leaving release surfaces out of sync

2026-07-01
validate-change
软件开发工程师

Choose and run the right NeMo Relay validation matrix for a change instead of using one fixed test list

2026-07-01
nemo-relay-debug-runtime-integration
软件开发工程师

Debug application-side NeMo Relay integration issues such as load failures, inactive scopes, missing events, or adaptive/plugin wiring problems

2026-07-01
nemo-relay-export-openinference
软件开发工程师

Configure and use NeMo Relay OpenInference export for OTLP backends that understand OpenInference semantics

2026-07-01
nemo-relay-export-otel
软件开发工程师

Configure and use NeMo Relay OpenTelemetry export for OTLP-compatible tracing backends

2026-07-01
nemo-relay-instrument-calls
软件开发工程师

Wrap application tool calls and LLM/provider calls with NeMo Relay scopes and managed execution APIs

2026-07-01
nemo-relay-migrate-from-flow
软件开发工程师

Migrate applications, examples, integrations, documentation, package manifests, and repository code from NeMo Flow naming and packages to NeMo Relay across Python, Rust, Node.js, Go, C FFI, CLI, config, and observability surfaces; use when a user asks to rename nemo_flow/nemo-flow/NeMo Flow APIs, automate a migration, update imports or dependencies, or validate a Flow-to-Relay conversion

2026-07-01
nemo-relay-setup-observability
软件开发工程师

Choose and set up the right NeMo Relay observability path for an application

2026-07-01
nemo-relay-start
软件开发工程师

Help application developers pick a NeMo Relay binding and get to a first working scope, tool call, and LLM call

2026-07-01
nemo-relay-tune-adaptive-config
软件开发工程师

Configure the NeMo Relay adaptive plugin component through the shared plugin system; use this skill for state, telemetry, adaptive_hints, tool_parallelism, ACG, or policy settings with validation and measured rollout

2026-07-01
nemo-relay-tune-performance
软件开发工程师

Plan a measured NeMo Relay adaptive tuning rollout after baseline scopes, tool calls, LLM calls, and observability are working; use this skill to improve latency, tool parallelism, prompt-cache behavior, or model-request behavior from runtime signals

2026-07-01
nemo-relay-typed-wrappers-codecs
软件开发工程师

Use NeMo Relay typed wrappers and codecs without losing middleware behavior

2026-07-01
nemo-relay-use-context-isolation
软件开发工程师

Set up and reason about NeMo Relay scope-stack isolation for concurrent application work

2026-07-01
contribute-integration
软件开发工程师

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

2026-06-30
maintain-ci
软件开发工程师

Maintain and review NeMo Relay GitHub Actions workflows with explicit per-job permissions, pinned action SHAs, deterministic caching, reusable workflow permission boundaries, and local validation

2026-06-30
maintain-dynamic-plugins
软件开发工程师

Maintain NeMo Relay dynamic plugin loaders, manifests, Rust native SDKs, gRPC worker protocol, Python worker SDK, docs, tests, and release workflow coverage

2026-06-30
test-python-binding
软件质量保证分析师与测试员

Build and test the NeMo Relay Python binding and worker plugin SDK; use for python/nemo_relay, python/plugin, or crates/python changes

2026-06-30
test-rust-core
软件质量保证分析师与测试员

Build and test NeMo Relay Rust core, adaptive, and dynamic plugin crates; use for crates/core, crates/adaptive, crates/plugin, crates/worker, crates/worker-proto, crates/types, or shared runtime changes

2026-06-30
nemo-relay-export-atif-trajectories
软件开发工程师

Export NeMo Relay activity as ATIF trajectories for replay, analysis, or interchange

2026-06-06
nemo-relay-tune-adaptive-hints
软件开发工程师

Consume NeMo Relay adaptive hints, predictions, latency sensitivity, ACG diagnostics, or tool-parallelism guidance safely in application logic after the adaptive plugin is already configured

2026-06-06
prepare-code-freeze
软件开发工程师

Prepare a NeMo Relay code freeze by creating the release branch, updating nightly alpha branch config, bumping main to the next version, and opening the required PR

2026-05-29
review-doc-style
软件开发工程师

Review documentation, examples, and docs-heavy changes for NVIDIA technical writing style, terminology, and repo accuracy

2026-05-26
add-middleware
软件开发工程师

Add a new guardrail or intercept type to the NeMo Relay middleware pipeline

2026-05-21
contribute-api
软件开发工程师

Contribute a new NeMo Relay public API surface safely, with binding parity and docs in mind

2026-05-21
prepare-pr
软件开发工程师

Prepare, open, create, publish, update, or edit a NeMo Relay pull request or PR body with the right tests, docs, contributor hygiene, and repository pull request template

2026-05-21
small-fix
软件开发工程师

Make a small, reviewable NeMo Relay bug fix without widening scope unnecessarily

2026-05-21
test-ffi-surface
软件质量保证分析师与测试员

Build and test the NeMo Relay FFI surface; use this for crates/ffi changes, header generation, or ABI-facing validation

2026-05-21
test-go-binding
软件质量保证分析师与测试员

Build and test the NeMo Relay Go binding; use this for go/nemo_relay changes or Go-facing integration checks

2026-05-21
test-node-binding
软件质量保证分析师与测试员

Build and test the NeMo Relay Node.js binding; use this for crates/node changes or Node-facing integration checks

2026-05-21
karpathy-guidelines
软件开发工程师

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

2026-04-28