Skip to main content
NVIDIA
Perfil de criador do GitHub

NVIDIA

Visão por repositório de 961 skills coletadas em 87 repositórios do GitHub.

skills coletadas
961
repositórios
87
atualizado
30 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
skills
337 skills · 28 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaCientistas de dadosEngenheiros de hardware de computador
6 categorias ocupacionais · 84% classificado
35%participação
#02
nemoclaw-community
49 skills · 27 de ago. de 2026
Desenvolvedores de softwareAnalistas financeiros e de investimentosOutras ocupações de informáticaAnalistas de pesquisa de mercado e especialistas em marketingAnalistas de garantia de qualidade de software e testadoresAnalistas de segurança da informação
7 categorias ocupacionais · 41% classificado
5,1%participação
#03
TensorRT-LLM
36 skills · 30 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 97% classificado
3,7%participação
#04
NemoClaw
29 skills · 29 de ago. de 2026
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 38% classificado
3%participação
#05
NeMo-Relay
28 skills · 27 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 93% classificado
2,9%participação
#06
SkillSpector
25 skills · 26 de ago. de 2026
Desenvolvedores de softwareOutras ocupações de informáticaEscriturários gerais de escritórioRedatores técnicosAdministradores de redes e sistemas de computadorAnalistas financeiros e de investimentos
9 categorias ocupacionais · 96% classificado
2,6%participação
#07
simready-foundation
25 skills · 3 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,6%participação
#08
OpenShell
24 skills · 29 de ago. de 2026
Desenvolvedores de softwareOutras ocupações de informática
2 categorias ocupacionais · 33% classificado
2,5%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

cuopt-server-api-python
sem classificação

cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.

28 de ago. de 2026
portfolio-optimization
sem classificação

Use when a user asks to build, optimize, backtest, rebalance, or analyze a stock portfolio with Mean-CVaR, Mean-Variance/SOCP variance caps, efficient frontiers, scenario generation, or NVIDIA cuOpt.

28 de ago. de 2026
cuopt-install
sem classificação

Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer.

25 de ago. de 2026
tao-analyze-gaps-vlm-bcq
sem classificação

Extract false-positive and false-negative gaps from VLM binary-classification-question (BCQ, yes/no) predictions. Use when the user asks to "analyze VLM BCQ gaps", "extract VLM false positives and false negatives", or identify failure cases from a predictions…

25 de ago. de 2026
tao-convert-dataset-format
sem classificação

Run `tao-daft convert` to convert NVIDIA TAO DAFT datasets between supported formats. Do not use for non-DAFT data. Use when the user asks to convert a DAFT dataset, change DAFT format, change a TAO dataset format, or run `tao-daft convert`.

25 de ago. de 2026
tao-finetune-clip
sem classificação

CLIP vision-language model for image-text retrieval, zero-shot classification, embedding extraction, ONNX export, and TensorRT deployment. Use when fine-tuning or training CLIP, running zero-shot classification, computing image embeddings, or deploying CLIP…

25 de ago. de 2026
tao-generate-image-grounding
sem classificação

Two-step image grounding pipeline: extracts referring expressions from (image, caption) pairs and grounds them to pixel-space bounding boxes via a VLM. Use when the user wants to ground captions to bboxes, generate phrase-grounded annotations, auto-label…

25 de ago. de 2026
tao-generate-referring-expressions
sem classificação

Four-step image referring-expression pipeline: turns images plus KITTI bounding-box labels into region descriptions, scene captions, grounded referring expressions, and (optionally) verified expressions via VLM distillation. Use when the user wants to…

25 de ago. de 2026
Mostrando 8 de 337 skills coletadas.
pr-test-case-assistant
sem classificação

Read public GitHub pull requests, produce a short triage brief, and draft feature test cases grounded in the pull request description and diff. Use when a Slack user provides a public GitHub repository or pull request.

27 de ago. de 2026
memory-repair
sem classificação

Check the memory against its schema and fix what can be fixed, so the store degrades visibly rather than silently.

27 de ago. de 2026
memory-writing
sem classificação

Create and update the memory pages that the ranking job gates its top tier on, from evidence the selector collected.

27 de ago. de 2026
nemoclaw-community-contributor-examples
sem classificação

Guide NemoClaw Community contributors through classifying, naming, adding, moving, renaming, and reviewing repository examples. Use when work affects examples, recipes, partner contributions, field demos, launchables, developer tools, the example catalog, or…

26 de ago. de 2026
cross-source-gap-analysis
sem classificação

Compare findings across Slack, GitHub, NVIDIA forums, and Outlook to identify alignment gaps, missing coverage, and follow-ups.

25 de ago. de 2026
github-readonly-live
sem classificação

Read the configured live GitHub repository through authenticated, policy-scoped GitHub REST GET requests.

25 de ago. de 2026
nemoclaw-autoheal
sem classificação

Guide users through Hermes availability checks and the optional host-side auto-heal setup without crossing the sandbox-to-host boundary.

25 de ago. de 2026
nemoclaw-nvteam
sem classificação

Route product, program, engineering, data and ML, quality, SRE, security, and developer-community work through the eight local role lenses packaged with the developer-community-chief-of-staff recipe in nemoclaw-community. Use for explicit NVTeam or persona…

25 de ago. de 2026
Mostrando 8 de 49 skills coletadas.
perf-optimization-casebook
Desenvolvedores de software

Casebook of past successful and classic TensorRT-LLM optimizations (runtime/execution and kernel level) recorded as reusable decision precedents. Consult when deciding which optimization to apply for a classified bottleneck or a given config/model/hardware,…

30 de ago. de 2026
trtllm-moe-develop
sem classificação

Review, design, and refactor TensorRT-LLM PyTorch MoE code for architecture fit, clean code, maintainability, and testability. Always use for any modification, review, refactor, or design planning that touches MoE modules, including…

30 de ago. de 2026
kernel-cute-writing
Desenvolvedores de software

Write and implement GPU kernels using NVIDIA CuTe DSL (CUTLASS 4.x Python API) — NOT for Triton, CUDA C++, or conceptual explanations. Trigger only when the user wants to write or implement a kernel, not when asking questions about CuTe DSL concepts or…

20 de ago. de 2026
exec-env-check
Administradores de redes e sistemas de computador

Check the local execution environment for GPU availability, Docker support, and Slurm access. Returns the execution scenario (`satisfied, local, docker`, `satisfied, local, direct`, `satisfied, slurm, local`, or `not_satisfied`), the number of available GPUs,…

17 de ago. de 2026
exec-local-docker
Administradores de redes e sistemas de computador

Execute a TensorRT-LLM workload locally in Docker. Runs a fully-resolved Docker command in background, monitors completion, reads logs, and reports results. Workflow-agnostic — does not need to know if the workload is pytest, eval, benchmark, or a custom…

17 de ago. de 2026
exec-local-slurm
Administradores de redes e sistemas de computador

Submit and monitor a Slurm job on a local cluster. Supports two modes: (1) Persistent allocation (default) — allocates nodes once via nohup salloc, imports the container once, installs once, and reuses across runs by setting SLURM env vars and running the…

17 de ago. de 2026
exec-remote-slurm
Administradores de redes e sistemas de computador

Remote SLURM cluster development via SSH. Use when running jobs, profiling, or developing on a remote SLURM cluster with pyxis/enroot containers. Covers SSH connection management, srun/sbatch/salloc job patterns, tmux-based allocation persistence, file…

17 de ago. de 2026
exec-slurm-compile
Desenvolvedores de software

Compile TensorRT-LLM on a SLURM cluster. Covers submitting a batch job with a container image, monitoring the job, and verifying the build. Use when the user wants to compile TRT-LLM remotely via SLURM rather than on a local compute node.

17 de ago. de 2026
Mostrando 8 de 36 skills coletadas.
nemoclaw-maintainer-analyze-pr-value-stream
Analistas de garantia de qualidade de software e testadores

Analyze one NemoClaw pull request across its complete observable lifetime. Produces a bounded Perfetto trace and summary, separates contributor, review, and automation time, and compares the latest revision with a target. Use for PR latency, value-stream,…

29 de ago. de 2026
nemoclaw-contributor-create-pr
sem classificação

Create a GitHub pull request with the NemoClaw template. Then, monitor CI and automated reviews. Use this skill when the user asks to create, open, push, or submit a PR for review. Trigger keywords - create PR, pull request, new PR, submit for review, open…

29 de ago. de 2026
nemoclaw-contributor-update-dependencies
sem classificação

Audit and implement a dependency upgrade as a semantic migration. Use when changing a library, CLI, service, image, runtime, installer artifact, or transitive dependency, including a Hermes release. Trace upstream changes into current NemoClaw consumers,…

28 de ago. de 2026
nemoclaw-maintainer-cut-release-tag
sem classificação

Cuts one signed NemoClaw semver tag after required candidate checks and the maintainer's E2E decision, then follows the tag-triggered release work and drafts the Announcement. Use when preparing or publishing a vX.Y.Z release tag.

28 de ago. de 2026
nemoclaw-maintainer-e2e
sem classificação

Dispatches and reports trusted GitHub Actions E2E runs. Use for focused, full, staging Launchable, manual PR, and release-decision requests.

28 de ago. de 2026
nemoclaw-maintainer-evening
sem classificação

Runs the end-of-day NemoClaw release handoff and optionally cuts a release tag. Use for evening, handoff, wrap-up, or ship requests.

28 de ago. de 2026
nemoclaw-maintainer-fix-e2e-failures
sem classificação

Fixes failures from automatic NemoClaw E2E runs on main through continuous maintainer coordination. Groups failures by root cause, assigns one PR to each cause, reviews peer changes, satisfies GitHub merge requirements, merges eligible PRs when authorized,…

28 de ago. de 2026
nemoclaw-maintainer-policies
Outras ocupações de informática

Provide read-only NemoClaw maintainer policy. Use for questions about Issue Type, labels, Project fields, release labels, triage, duplicates, blocked items, and maintainer decisions. Trigger keywords - maintainer policy, workflow policy, project workflow,…

28 de ago. de 2026
Mostrando 8 de 29 skills coletadas.
Mostrando 8 de 28 skills coletadas.
Mostrando 8 de 25 skills coletadas.
simready-foundation-add-feature
Desenvolvedores de software

Use for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.

3 de ago. de 2026
simready-foundation-add-profile
Desenvolvedores de software

Use for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.

3 de ago. de 2026
simready-foundation-conform-fet-004-simulate-multi-body-physics
Desenvolvedores de software

Use for repairing SimReady multibody physics: rigid bodies, joints, articulation roots, and PhysX variants.

3 de ago. de 2026
simready-foundation-conform-fet-007-nonvisual-materials
Desenvolvedores de software

Use for repairing SimReady nonvisual sensor material attributes on bound USD materials.

3 de ago. de 2026
simready-foundation-conform-fet-021-robot-core
Desenvolvedores de software

Use for repairing SimReady robot core layout, thumbnails, robot schema, relationships, and root joint pinning.

3 de ago. de 2026
simready-foundation-conform-fet-023-robot-materials
Desenvolvedores de software

Use for repairing SimReady robot material organization under the top-level Looks scope.

3 de ago. de 2026
simready-foundation-create-package
Desenvolvedores de software

Use for creating SimReady packages with package sample scripts, WRAPP setup, root USD inputs, validation phases, and fallback modes.

3 de ago. de 2026
simready-foundation-update-profile
Desenvolvedores de software

Use for updating SimReady profile versions, feature bundles, docs, and adapter notes.

3 de ago. de 2026
Mostrando 8 de 25 skills coletadas.
openshell-cli
sem classificação

Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration and refresh, policy iteration, settings, service exposure, BYOC workflows, and inference routing. Covers basic through advanced…

29 de ago. de 2026
debug-openshell-cluster
sem classificação

Debug why an OpenShell gateway deployment is unhealthy, unreachable, or unable to create sandboxes. Use for gateway health failures, Docker/Podman runtime issues, Helm failures, Kubernetes scheduling, TLS or auth, gateway interceptors, supervisor middleware…

27 de ago. de 2026
helm-dev-environment
sem classificação

Start up, tear down, and configure the local Kubernetes development environment for OpenShell. Uses k3d (Docker-backed k3s) + Skaffold + Helm. Covers cluster lifecycle, optional add-ons (Keycloak OIDC, Envoy Gateway), HA testing, and port mappings. Trigger…

27 de ago. de 2026
sbom
sem classificação

Generate and manage Software Bill of Materials (SBOMs) for the OpenShell project. Covers SBOM generation with Syft, license resolution via public registries, and CSV export for compliance review. Trigger keywords - SBOM, sbom, bill of materials, license…

27 de ago. de 2026
review-github-pr
sem classificação

Review a GitHub pull request by summarizing its diff and key design decisions. Use when the user wants to review a PR, understand changes in a branch, or get a code review summary. Trigger keywords - review PR, review pull request, summarize PR, summarize…

26 de ago. de 2026
launch-openshell-gator
sem classificação

Launch and supervise OpenShell gator agents. Use when starting gator on issues or PRs, checking gator sandboxes, building the gator sandbox image, restarting stuck gators, inspecting gator logs, or experimenting with gator harness/model overrides. Trigger…

25 de ago. de 2026
gator-gate
sem classificação

Validate and monitor OpenShell GitHub issues and PRs using the gator:* state machine. Use when asked to triage issues/PRs for project validity, gate PRs, run gator, validate submissions, or monitor PRs toward merge readiness.

25 de ago. de 2026
build-from-issue
sem classificação

Given a GitHub issue number, plan and implement the work described in the issue. Supports direct user requests and unattended queue processing through the `agent:*` workflow labels. Includes tests, documentation updates, and PR creation. Trigger keywords -…

24 de ago. de 2026
Mostrando 8 de 24 skills coletadas.
authoring-patterns
sem classificação

Convert validated playground templates or HTML compositions into reusable pattern files (*.examples.ts) in the pattern library. Use this skill whenever the user wants to save, persist, store, or catalog a template, prototype, composition, or playground result…

25 de ago. de 2026
agent-availability-report
sem classificação

Generate a production availability report for NVIDIA Elements packages and documentation.

24 de ago. de 2026
agent-debug-ci
sem classificação

Investigate failed scheduled or nightly GitHub Actions runs on the default branch, determine whether the failure is reproducible and repository-owned, implement the smallest evidence-backed fix, validate it, and open a pull request. Use when a failed nightly…

24 de ago. de 2026
agent-dependencies
sem classificação

Perform one conservative dependency or toolchain upgrade in the Elements monorepo and open a validated pull request. Use for nightly or unattended dependency maintenance, outdated package checks, first-party `actions/*` GitHub Actions updates, and pinned mise…

24 de ago. de 2026
agent-upkeep
sem classificação

Perform one small, scoped maintenance improvement to the Elements monorepo and open a single reviewable pull request. Use this skill for scheduled or unattended upkeep runs that improve unit test coverage for one file, fix one behavioral bug in one module, or…

24 de ago. de 2026
authoring-documentation
Desenvolvedores de software

Guidelines for writing documentation files including 11ty templates, Eleventy shortcodes, JSDoc annotations, and markdown content. Use this skill whenever the user works with documentation markdown files, Vale prose linting errors, Eleventy shortcodes…

13 de ago. de 2026
authoring-projects
Desenvolvedores de software

Author a new standalone NVIDIA Elements workspace project containing a Lit component, including package files, the five test types, Wireit tasks, workspace and CI registration, metadata generation, documentation-site integration, dependency-lint…

13 de ago. de 2026
guidance-build
Desenvolvedores de software

Wireit orchestration, build optimization, caching strategies, and build troubleshooting for the Elements monorepo. Use this skill whenever the user asks about Wireit configuration, build tasks, build dependencies, cache invalidation, build performance, adding…

13 de ago. de 2026
Mostrando 8 de 19 skills coletadas.
common
Desenvolvedores de software

Shared ModelOpt support files. Use only when another ModelOpt skill directs you here.

27 de ago. de 2026
day0-release
sem classificação

Deterministic end-to-end driver for day-0 quantized-checkpoint releases — chains PTQ → evaluation → comparison with enforced gates between stages (the evaluation stage deploys the checkpoint itself), and returns a publish decision (ACCEPT / REGRESSION /…

27 de ago. de 2026
deployment
sem classificação

Serve a quantized or unquantized LLM checkpoint as an OpenAI-compatible API endpoint using vLLM, SGLang, or TRT-LLM. Use when user says "deploy model", "serve model", "start vLLM server", "launch SGLang", "TRT-LLM deploy", "AutoDeploy", "benchmark…

27 de ago. de 2026
evaluation
sem classificação

Evaluates accuracy of quantized or unquantized LLMs using NeMo Evaluator Launcher (NEL). Triggers on "evaluate model", "benchmark accuracy", "run MMLU", "evaluate quantized model", "run nel". Handles deployment, config generation, and evaluation execution.…

27 de ago. de 2026
ptq
Desenvolvedores de software

Use when the user asks to "quantize a model", "run PTQ", "post-training quantization", "NVFP4 quantization", "FP8 quantization", "INT8 quantization", "INT4 AWQ", "quantize LLM", "quantize MoE", "quantize VLM", or needs to produce a quantized HuggingFace…

27 de ago. de 2026
accessing-mlflow
Cientistas de dados

Query and browse evaluation results stored in MLflow. Use when the user wants to look up runs by invocation ID, compare metrics across models, fetch artifacts (configs, logs, results), or set up the MLflow MCP server. ALWAYS triggers on mentions of MLflow,…

12 de ago. de 2026
benchmark-model-kernels
Cientistas de dados

Inspect Hugging Face decoder layers on meta tensors and plan or run per-rank BF16, FP8, and NVFP4 GEMM or fused-MoE microbenchmarks with the bundled scripts and a local FlashInfer checkout. Use when choosing a model, GPU, TP, EP, or M/token-concurrency sweep;…

12 de ago. de 2026
compare-results
Cientistas de dados

Establish baseline-vs-candidate evaluation plans, delegate missing evaluations, compare validated results, and decide quantization feasibility. Use when the user asks to compare baseline vs quantized runs, explain an accuracy drop/regression, verify whether a…

12 de ago. de 2026
Mostrando 8 de 18 skills coletadas.
sop-ft-orchestrate
Desenvolvedores de software

Autonomous end-to-end orchestrator for SOP fine-tuning. Runs the full Import → Augment → DDM Train → VLM Train → Evaluate → RCA loop. Interprets RCA findings across DDM, VLM and augment axes, applies config fixes autonomously, and iterates until success…

5 de ago. de 2026
vss-sop-build
Desenvolvedores de software

Build a custom VSS SOP blueprint from the VSS 3.1 base, then deploy and test in a loop until fully operational. Use when asked to create the SOP blueprint structure, customize VSS compose for SOP, configure SOP services, set up the VSS agent for SOP, or…

5 de ago. de 2026
vss-sop-deploy
Administradores de redes e sistemas de computador

Build the DS-SOP Docker image and deploy the VSS SOP blueprint end-to-end. Use when asked to deploy SOP, build DS SOP, install SOP, set up the SOP pipeline, verify SOP models, start the SOP blueprint, simulate RTSP for SOP, run the SOP API test, or tear down…

5 de ago. de 2026
deepstream-sop
Desenvolvedores de software

Use this skill when building, deploying, evaluating, debugging, or measuring latency for the DeepStream SOP Inference Microservice — a GPU-accelerated FastAPI service that detects whether operators perform assembly-line steps in order via event boundary…

30 de jun. de 2026
sop-cr-finetuning
Desenvolvedores de software

Fine-tune Cosmos-Reason2 (CR2) VLM for SOP monitoring. Use when you need to launch and monitor a VLM training run with a given dataset ID.

30 de jun. de 2026
sop-data-augmentation
Desenvolvedores de software

Use when the user wants to run data augmentation on an annotated dataset, configure augmentation parameters, check augmentation status, or understand what each QA augmentation type does (BCQ, MCQ, GQA, DMCQ, DSQA, ENQA)

30 de jun. de 2026
sop-ddm-finetuning
Desenvolvedores de software

Fine-tune DDM-Net temporal boundary detector for SOP monitoring. Use when you need to launch and monitor a DDM-Net training run with a given dataset ID.

30 de jun. de 2026
sop-by-action-eval
Desenvolvedores de software

Use when running by-action VLM evaluation (per-action-clip inference + accuracy metrics) against the BP evaluation-ms HTTP API. Invoked as /sop-by-action-eval <inputs.yaml> [natural language parameter overrides]

30 de jun. de 2026
Mostrando 8 de 17 skills coletadas.
contribute-adapter
Desenvolvedores de software

Add or substantially change a first-party NVIDIA NeMo Fabric adapter, including repository packaging, discovery metadata, catalogs, CI wiring, and validation.

15 de ago. de 2026
maintain-packaging
Desenvolvedores de software

Maintain NVIDIA NeMo Fabric Rust, Python, and TypeScript dependencies, package metadata, module paths, native artifacts, lockfiles, license evidence, and release-facing build surfaces

15 de ago. de 2026
python-tests
Analistas de garantia de qualidade de software e testadores

Python tests for NeMo Fabric; use this when writing tests

14 de ago. de 2026
draft-release-notes
Desenvolvedores de software

Compare NVIDIA NeMo Fabric release refs and draft the authoritative GitHub Release body plus any warranted documentation-site release-note update. Use when preparing a stable release, creating patch-release notes, updating…

14 de ago. de 2026
review-doc-style
Desenvolvedores de software

Review NeMo Fabric documentation, examples, and docs-heavy changes for NVIDIA technical writing style, terminology, repository accuracy, and current public behavior. Use for documentation reviews and public-facing text changes.

14 de ago. de 2026
update-project-version
Desenvolvedores de software

Update the NVIDIA NeMo Fabric release version across Cargo, Python, and TypeScript package metadata, internal Python dependency pins, integration metadata, and lockfiles. Use when bumping, synchronizing, or auditing NeMo Fabric package versions for a release.

14 de ago. de 2026
contribute-api
Desenvolvedores de software

Contribute a new NVIDIA NeMo Fabric public API surface safely, with Rust, CLI, Python, TypeScript, schema, adapter, and documentation parity in mind

13 de ago. de 2026
maintain-ci
Desenvolvedores de software

Maintain and review NeMo Fabric GitHub Actions workflows with minimum permissions, pinned action SHAs, deterministic caching, lockfile-backed tools, and local validation

13 de ago. de 2026
Mostrando 8 de 17 skills coletadas.
Mostrando 12 de 87 repositórios