Skip to main content
NVIDIA
GitHub creator profile

NVIDIA

Repository-level view of 925 collected skills across 85 GitHub repositories.

skills collected
925
repositories
85
updated
Aug 25, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
337 skills · Aug 24, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherData ScientistsComputer Hardware Engineers
6 occupation categories · 96% classified
36%share
#02
TensorRT-LLM
36 skills · Aug 20, 2026
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & Testers
3 occupation categories · 100% classified
3.9%share
#03
NemoClaw
28 skills · Aug 25, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All Other
3 occupation categories · 64% classified
3%share
#04
NeMo-Relay
28 skills · Aug 21, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 96% classified
3%share
#05
nemoclaw-community
26 skills · Aug 18, 2026
Software DevelopersComputer Occupations, All OtherFinancial & Investment AnalystsMarket Research Analysts & Marketing SpecialistsInformation Security AnalystsNetwork & Computer Systems Administrators
8 occupation categories · 100% classified
2.8%share
#06
simready-foundation
25 skills · Aug 3, 2026
Software Developers
1 occupation categories · 100% classified
2.7%share
#07
SkillSpector
24 skills · Aug 12, 2026
Software DevelopersComputer Occupations, All OtherOffice Clerks, GeneralTechnical WritersChefs & Head CooksDesktop Publishers
9 occupation categories · 100% classified
2.6%share
#08
OpenShell
24 skills · Aug 24, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & Testers
3 occupation categories · 50% classified
2.6%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

omniverse-usd-performance-tuning
unclassified

Top-level workflow skill for USD performance diagnosis and optimization. Handles slow loading, high memory, low FPS, and broad scene-optimization requests; delegates auth/runtime setup to Phase 0 owners.

Aug 24, 2026
nemo-mbridge-perf-sequence-packing
unclassified

Validate and use packed sequences and long-context training in Megatron-Bridge, including offline LLM packing, collate-time VLM packing, Energon online packing, and CP constraints.

Aug 24, 2026
nemo-relay-get-started
unclassified

Use this skill when first-time NeMo Relay users want to try Relay, choose the least-complex supported quick start, or verify initial value through the CLI, a maintained integration, or direct Python, Node.js, or Rust instrumentation before production setup.

Aug 24, 2026
physical-ai-image-attribute-augmentation
unclassified

Use when running image attribute augmentation and auto-labeling workflows on OSMO: flow selection, preflight, submit-time interpolation, monitoring, and output retrieval. Trigger keywords: people attribute search, Image Attribute Augmentation, person…

Aug 20, 2026
omniverse-realtime-viewer
unclassified

Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.

Aug 20, 2026
nemo-fabric-build-adapter
unclassified

Build, migrate, review, and maintain third-party NVIDIA NeMo Fabric adapters against the public adapter contract. Use when creating adapter or target descriptors, mapping AgentConfig into an agent harness or custom-agent runtime, implementing…

Aug 20, 2026
nemo-fabric-integrate
unclassified

Use this skill when integrating NVIDIA NeMo Fabric into a consumer application, service, evaluation harness, or platform through the typed Python SDK — translating the consumer's own application, job, or deployment config into an in-memory FabricConfig,…

Aug 20, 2026
nemotron-speech
unclassified

Routes NVIDIA Nemotron Speech (Riva) NIM tasks — deploys, runs, and tests ASR, TTS, and NMT NIMs on build.nvidia.com or self-hosted.

Aug 20, 2026
Showing 8 of 337 collected skills.
kernel-cute-writing
software-developers

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…

Aug 20, 2026
exec-env-check
network-and-computer-systems-administrators

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,…

Aug 17, 2026
exec-local-docker
network-and-computer-systems-administrators

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…

Aug 17, 2026
exec-local-slurm
network-and-computer-systems-administrators

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…

Aug 17, 2026
exec-remote-slurm
network-and-computer-systems-administrators

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…

Aug 17, 2026
exec-slurm-compile
software-developers

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.

Aug 17, 2026
perf-analysis
software-developers

Performance analysis coordination workflow. Guides profiling delegation, bottleneck classification (compute/memory/launch/communication/sync), and structured report generation. Use when the user asks to analyze performance, profile a workload, check MFU/SOL,…

Aug 17, 2026
perf-optimization-casebook
software-developers

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,…

Aug 17, 2026
Showing 8 of 36 collected skills.
nemoclaw-maintainer-fix-e2e-failures
software-quality-assurance-analysts-and-testers

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,…

Aug 25, 2026
nemoclaw-maintainer-runtime-provider
unclassified

Implement or review a NemoClaw managed runtime provider through RuntimeProviderBundle, qualification-backed activation, provider-neutral orchestration, and E2E qualification. Use for a new native provider, provider activation, or runtime-provider architecture…

Aug 25, 2026
nemoclaw-maintainer-refactor-docs
unclassified

Plan and execute maintainer-owned refactors of oversized NemoClaw Fern documentation sections into focused one-topic pages with concise prose, journey-based nested navigation, non-clickable group nodes, canonical troubleshooting and reference ownership,…

Aug 25, 2026
nemoclaw-skills-guide
unclassified

Start here. Introduces what NemoClaw is, what agent skills are available, and which skill to use for a given task. Use when discovering NemoClaw capabilities, choosing the right skill, or orienting in the project. Trigger keywords - skills, capabilities, what…

Aug 24, 2026
nemoclaw-user-guide
unclassified

Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords -…

Aug 24, 2026
nemoclaw-user-guide
unclassified

Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords -…

Aug 24, 2026
nemoclaw-maintainer-cut-release-tag
unclassified

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.

Aug 24, 2026
nemoclaw-maintainer-day
computer-occupations-all-other

Run one NemoClaw daytime maintainer pass. Prioritize items for the release version. Select a merge, salvage, security, test, conflict, or sequencing workflow and report progress. Use during the workday to land PRs and close issues. Designed for /loop, for…

Aug 24, 2026
Showing 8 of 28 collected skills.
Showing 8 of 28 collected skills.
slack-channel-summarizer
office-clerks-general-439061

Read and summarize Slack channel history from inside the NemoClaw sandbox.

Aug 18, 2026
outlook-email-search
software-developers

Search the Outlook mailbox via Microsoft Graph to find and read emails that help answer user questions.

Aug 17, 2026
deep-research
market-research-analysts-and-marketing-specialists-131161

Queue deep, multi-step research and analysis tasks to the DeepAgents worker. Supports execution depth presets, request-specific rubrics, SubAgent delegation, and RubricMiddleware cross-validation.

Aug 10, 2026
blackwall-payment-gate
software-developers

Screen x402 payments with an advisory Blackwall verdict, then submit a payment intent to the host-side release gate. You prepare payments; only the gate can settle them.

Aug 7, 2026
pr-review
software-quality-assurance-analysts-and-testers

Review one exact pull-request head with the read-only Hermes review advisor, an ordered evidence protocol, and a canonical finding ledger.

Aug 6, 2026
nv-tech-assistant
software-developers

Answer NVIDIA technical questions by searching authorized sources and citing retrieved evidence rather than relying on memory. Use for NVIDIA SDK or library usage and sample code, technology recommendations (including models and NGC/GitHub assets), adoption…

Aug 3, 2026
nemoclaw-nvteam
computer-occupations-all-other

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…

Aug 2, 2026
nemoclaw-community-contributor-examples
computer-occupations-all-other

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…

Jul 31, 2026
Showing 8 of 26 collected skills.
Showing 8 of 25 collected skills.
Showing 8 of 24 collected skills.
build-from-issue
unclassified

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 -…

Aug 24, 2026
create-github-issue
unclassified

Create GitHub issues using the gh CLI. Use when the user wants to create a new issue, report a bug, request a feature, or create a task in GitHub. Trigger keywords - create issue, new issue, file bug, report bug, feature request, github issue.

Aug 24, 2026
create-spike
unclassified

Investigate a plain-language problem description by deeply exploring the codebase, then create a structured GitHub issue with technical findings. Prequel to build-from-issue — maps vague ideas to concrete, buildable issues. Trigger keywords - spike,…

Aug 24, 2026
fix-security-issue
unclassified

Implement a fix for a reviewed security issue. Takes a directly requested issue number or scans for issues labeled `topic:security` and `agent:implementation-requested`. Reads the security review from the issue comments and implements the remediation plan.…

Aug 24, 2026
review-security-issue
unclassified

Given a GitHub issue, review the issue for security implications. You'll make a determination if the claim in the issue is legitimate and should be addressed or will be a "won't fix." Trigger keywords - security issue, review security ticket, review security…

Aug 24, 2026
sync-agent-infra
unclassified

Detect and fix drift across agent-first infrastructure files. Ensures skill inventories, workflow chains, architecture tables, issue/PR templates, and cross-references stay consistent when skills, crates, or workflows change. Run after adding, removing, or…

Aug 24, 2026
triage-issue
unclassified

Assess, validate, and route community-filed issues for human disposition and roadmap placement. Takes a specific issue number or processes a confirmed batch of issues labeled state:triage-needed. Investigates reported behavior, separates objective findings…

Aug 24, 2026
debug-openshell-cluster
unclassified

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…

Aug 24, 2026
Showing 8 of 24 collected skills.
evaluation
unclassified

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.…

Aug 24, 2026
deployment
software-developers

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…

Aug 18, 2026
accessing-mlflow
data-scientists-152051

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,…

Aug 12, 2026
benchmark-model-kernels
data-scientists-152051

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;…

Aug 12, 2026
common
software-developers

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

Aug 12, 2026
compare-results
data-scientists-152051

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…

Aug 12, 2026
day0-release
data-scientists-152051

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 /…

Aug 12, 2026
debug
network-and-computer-systems-administrators

Run commands inside a remote Docker container via the file-based command relay (tools/debugger). Use when the user says "run in Docker", "run on GPU", "debug remotely", "run test in container", "check nvidia-smi", "run pytest in Docker", or needs to execute…

Aug 12, 2026
Showing 8 of 18 collected skills.
agent-upkeep
software-developers

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…

Aug 13, 2026
authoring-documentation
software-developers

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…

Aug 13, 2026
authoring-projects
software-developers

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…

Aug 13, 2026
guidance-build
software-developers

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…

Aug 13, 2026
agent-availability-report
software-developers

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

Aug 12, 2026
agent-debug-ci
software-developers

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 draft pull request. Use when a failed…

Aug 12, 2026
audit-accessibility
software-developers

Unified accessibility auditing workflow across static analysis, runtime testing, ARIA patterns, keyboard navigation, and color contrast. Use this skill whenever the user mentions accessibility, a11y, WCAG, ARIA roles, axe tests, screen readers, focus…

Aug 12, 2026
audit-ci
software-developers

Run and analyze Elements cold CI performance profiles and propose evidence-backed build, test, lint, and dependency-graph improvements. Use whenever asked to profile or benchmark pnpm run ci, rerun ci:profile, create a CI performance audit, compare CI…

Aug 12, 2026
Showing 8 of 18 collected skills.
sop-ft-orchestrate
software-developers

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…

Aug 5, 2026
vss-sop-build
software-developers

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…

Aug 5, 2026
vss-sop-deploy
network-and-computer-systems-administrators

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…

Aug 5, 2026
deepstream-sop
software-developers

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…

Jun 30, 2026
sop-cr-finetuning
software-developers

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.

Jun 30, 2026
sop-data-augmentation
software-developers

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)

Jun 30, 2026
sop-ddm-finetuning
software-developers

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.

Jun 30, 2026
sop-by-action-eval
software-developers

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]

Jun 30, 2026
Showing 8 of 17 collected skills.
contribute-adapter
software-developers

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

Aug 15, 2026
maintain-packaging
software-developers

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

Aug 15, 2026
python-tests
software-quality-assurance-analysts-and-testers

Python tests for NeMo Fabric; use this when writing tests

Aug 14, 2026
draft-release-notes
software-developers

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…

Aug 14, 2026
review-doc-style
software-developers

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.

Aug 14, 2026
update-project-version
software-developers

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.

Aug 14, 2026
contribute-api
software-developers

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

Aug 13, 2026
maintain-ci
software-developers

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

Aug 13, 2026
Showing 8 of 17 collected skills.
Showing 12 of 85 repositories