Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
NVIDIA-NeMo
GitHub creator profile

NVIDIA-NeMo

Repository-level view of 85 collected skills across 12 GitHub repositories, including approximate occupation coverage.

skills collected
85
repositories
12
occupation fields
1
updated
2026-05-22
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

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

#01
Megatron-Bridge
29 skills · 2026-05-22
علماء البياناتمطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوب
4 occupation categories · 100% classified
34%share
#02
RL
14 skills · 2026-05-20
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبعلماء البيانات
4 occupation categories · 100% classified
16%share
#03
Automodel
10 skills · 2026-05-19
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
3 occupation categories · 100% classified
12%share
#04
DataDesigner
8 skills · 2026-05-21
مطوّرو البرمجياتعلماء البياناتمحللو ضمان جودة البرمجيات والمختبرون
3 occupation categories · 100% classified
9.4%share
#05
Gym
8 skills · 2026-05-19
مطوّرو البرمجياتعلماء البياناتمصممو قواعد البيانات
3 occupation categories · 100% classified
9.4%share
#06
NeMo
4 skills · 2026-04-17
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 occupation categories · 100% classified
4.7%share
#07
Evaluator
4 skills · 2026-05-22
محللو ضمان جودة البرمجيات والمختبرونعلماء البياناتمطوّرو البرمجيات
3 occupation categories · 100% classified
4.7%share
#08
Safe-Synthesizer
4 skills · 2026-05-14
مطوّرو البرمجيات
1 occupation categories · 100% classified
4.7%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
Megatron-Bridge
29 skills653324updated 2026-05-22
34% of creator
adding-model-support
مطوّرو البرمجيات

Guide for adding support for new LLM or VLM models in Megatron-Bridge. Covers bridge, provider, recipe, tests, docs, and examples.

2026-05-22
perf-sequence-packing
علماء البيانات

Validate and use packed sequences and long-context training in Megatron-Bridge, distinguishing offline packed SFT for LLMs from in-batch packing for VLMs, and applying the right CP constraints.

2026-05-22
perf-hierarchical-context-parallel
مطوّرو البرمجيات

Operational guide for enabling hierarchical context parallelism in Megatron-Bridge, including config knobs, code anchors, pitfalls, and verification.

2026-05-20
perf-parallelism-strategies
مطوّرو البرمجيات

Operational guide for choosing and combining parallelism strategies in Megatron Bridge, including sizing rules, hardware topology mapping, and combined parallelism configuration.

2026-05-20
resiliency
مطوّرو البرمجيات

Resiliency features in Megatron Bridge including fault tolerance, straggler detection, in-process restart, preemption, and re-run state machine.

2026-05-20
multi-node-slurm
مديرو الشبكات وأنظمة الحاسوب

Convert single-node scripts to multi-node Slurm sbatch jobs and debug common multi-node failures. Covers srun-native vs uv run torch.distributed approaches, container setup, NCCL timeouts, OOM sizing for MoE models, and interactive allocation.

2026-05-18
nemo-rl-e2e-testing
محللو ضمان جودة البرمجيات والمختبرون

External NeMo-RL end-to-end validation workflow for Megatron-Bridge model/provider changes, including downstream compatibility checks, external RL lifecycle behavior, Megatron policy setup, HF import/export, checkpoint/resume, non-colocated vLLM refit, delta weight transfer, optional LoRA/generation variants, and questions such as "does this model work in NeMo-RL", "run NeMo-RL e2e", or "external RL loop validation". Covers running NeMo-RL Megatron policy jobs from a Bridge checkout, choosing GRPO/SFT/checkpoint/non-colocated refit variants, setting PYTHONPATH so NeMo-RL imports the local Bridge tree, and reporting pass/fail evidence.

2026-05-18
verl-e2e-testing
محللو ضمان جودة البرمجيات والمختبرون

External verl end-to-end validation workflow for Megatron-Bridge model/provider changes. Covers running a small verl Megatron backend job from a Bridge checkout, choosing LoRA/DDP plus optional save/resume and parallelism variants, setting PYTHONPATH so verl imports the local Bridge tree, and reporting pass/fail evidence.

2026-05-18
Showing top 8 of 29 collected skills in this repository.
#002
RL
14 skills1.6k391updated 2026-05-20
16% of creator
auto-research
علماء البيانات

Autonomous NeMo-RL research agent workflow for directed hypothesis testing and open-ended discovery. Guides agents through the full experiment lifecycle: understanding recipes and environments, wiring RL or NeMo-gym runs, launching reproducible baselines and iterations, analyzing results, preserving human oversight, and using git plus TSV logs as the research ledger.

2026-05-20
brev-etiquette
مديرو الشبكات وأنظمة الحاسوب

Brev instance operating guidance for NeMo-RL agents working in /home/ubuntu/RL with limited workspace disk, a larger /ephemeral volume, and optional /home/ubuntu/RL/.env secrets. Use when running auto-research campaigns, experiments, training jobs, model or dataset downloads, shared cache-heavy commands, log-producing runs, checkpoint generation, W&B or Hugging Face authenticated workflows, or any workflow that may create large files on Brev.

2026-05-20
session-memory
مطوّرو البرمجيات

Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects, VS Code restarts, long-running work, handoffs, or any session where important state should be written periodically under the repo's session directory.

2026-05-20
config-conventions
مطوّرو البرمجيات

Configuration conventions for NeMo-RL. YAML is the single source of truth for defaults. Covers TypedDict usage, exemplar YAML updates, and forbidden default patterns.

2026-05-14
build-and-dependency
مطوّرو البرمجيات

Build and dependency management for NeMo-RL. Covers Docker image building and running, uv usage, venv setup, and adding dependencies.

2026-05-01
cicd
مطوّرو البرمجيات

CI/CD reference for NeMo-RL. Covers GitHub Actions pipeline structure, CI triggering via /ok to test, and CI failure investigation.

2026-05-01
contributing
مطوّرو البرمجيات

Contribution conventions for NeMo-RL. Covers PR title format, commit sign-off, and CI triggering.

2026-05-01
copyright
مطوّرو البرمجيات

NVIDIA copyright header requirements for NeMo-RL. Covers which files need headers and the exact header text.

2026-05-01
Showing top 8 of 14 collected skills in this repository.
#003
Automodel
10 skills521160updated 2026-05-19
12% of creator
fern-docs
مطوّرو الويب

Maintain the NeMo AutoModel Fern docs site under fern/ — add, update, move, or remove pages; manage redirects, slugs, navigation, and version aliases; run validation and previews.

2026-05-19
model-onboarding
مطوّرو البرمجيات

Guide for onboarding new model families into NeMo AutoModel, including architecture discovery, implementation patterns, registration, and validation.

2026-05-15
build-and-dependency
مطوّرو البرمجيات

Dev environment setup for NeMo AutoModel — container-based development, uv package management, installation options, environment variables, and common build pitfalls.

2026-05-04
cicd
مطوّرو البرمجيات

CI/CD reference for NeMo AutoModel — pipeline structure, commit and PR workflow, CI failure investigation, and common failure patterns.

2026-05-04
distributed-training
مطوّرو البرمجيات

Guide for selecting and configuring distributed training strategies in NeMo AutoModel, including FSDP2, Megatron FSDP, DDP, and parallelism settings.

2026-05-04
launcher-config
مطوّرو البرمجيات

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

2026-05-04
linting-and-formatting
مطوّرو البرمجيات

Code style and quality rules for NeMo AutoModel — ruff configuration, naming conventions, type hints, docstrings, copyright headers, and the code review checklist.

2026-05-04
parity-testing
محللو ضمان جودة البرمجيات والمختبرون

Verify numerical parity between NeMo AutoModel implementations and reference HuggingFace models, including state dict and forward-pass checks.

2026-05-04
Showing top 8 of 10 collected skills in this repository.
#004
DataDesigner
8 skills1.9k173updated 2026-05-21
9.4% of creator
#005
Gym
8 skills914151updated 2026-05-19
9.4% of creator
nemo-gym-debugging
مطوّرو البرمجيات

Use when debugging a Nemo Gym run or reward profiling job. Covers rollout collection failures, empty or partial JSONL outputs, stale materialized inputs, verifier/schema errors, Ray or Slurm issues, vLLM readiness, judge failures, tool/sandbox failures, cache problems, and throughput bottlenecks.

2026-05-19
nemo-gym-pivot-datasets
مصممو قواعد البيانات

Use when creating, validating, or documenting Nemo Gym pivot datasets from rollout, trajectory, chat-completion, Responses API, or tool-call artifacts. Covers Gym Responses-style row conversion, pivot selection, single-step tool-use configs, agent_ref alignment, verifier knobs, expected-action row contracts, and train/eval usage.

2026-05-19
nemo-gym-reward-profiling
علماء البيانات

Use to help users get started with Nemo Gym reward profiling. Covers the basic ng_run, ng_collect_rollouts, and ng_reward_profile workflow, repeated rollouts, materialized inputs, rollout JSONL artifacts, task and rollout identity, output inspection, partial profiling, and rollout_infos. For failed jobs, prefer nemo-gym-debugging.

2026-05-19
nemo-gym-pivot-datasets
علماء البيانات

Use when creating, validating, or documenting Nemo Gym pivot datasets from rollout, trajectory, chat-completion, Responses API, or tool-call artifacts. Covers Gym Responses-style row conversion, pivot selection, single-step tool-use configs, agent_ref alignment, verifier knobs, expected-action row contracts, and train/eval usage.

2026-05-12
nemo-gym-reward-profiling
علماء البيانات

Use to help users get started with Nemo Gym reward profiling. Covers the basic ng_run, ng_collect_rollouts, and ng_reward_profile workflow, repeated rollouts, materialized inputs, rollout JSONL artifacts, task and rollout identity, output inspection, partial profiling, and rollout_infos. For failed jobs, prefer nemo-gym-debugging.

2026-05-11
nemo-gym-docs
مطوّرو البرمجيات

Maintain the NeMo Gym Fern docs site — add, update, move, or remove pages under fern/. Use for any documentation change. Triggered by: "edit docs", "add doc page", "update docs", "rename page", "fix broken link", "add redirect", "preview docs", "publish docs", any request that touches `fern/`.

2026-05-11
nemo-gym-debugging
مطوّرو البرمجيات

Use when debugging a Nemo Gym run or reward profiling job. Covers rollout collection failures, empty or partial JSONL outputs, stale materialized inputs, verifier/schema errors, Ray or Slurm issues, vLLM readiness, judge failures, tool/sandbox failures, cache problems, and throughput bottlenecks.

2026-04-28
add-benchmark
مطوّرو البرمجيات

Guide for adding a new benchmark or training environment to NeMo-Gym. Use when the user asks to add, create, or integrate a benchmark, evaluation, training environment, or resources server into NeMo-Gym. Also use when wrapping an existing 3rd-party benchmark library. Covers the full workflow: data preparation, resources server implementation, agent wiring, YAML config, testing, and reward profiling (baselining). Triggered by: "add benchmark", "new resources server", "integrate benchmark", "wrap benchmark", "add training environment", "add eval".

2026-03-25
#006
NeMo
4 skills17.3k3.4kupdated 2026-04-17
4.7% of creator
#007
Evaluator
4 skills28348updated 2026-05-22
4.7% of creator
launching-evals
محللو ضمان جودة البرمجيات والمختبرون

Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals, analyzing or analysing runs or results, run directories or artifact paths on clusters, Slurm job issues, invocation IDs, or inspecting logs (client logs, server logs, SSH to cluster, tail logs, grep logs). Do NOT use for creating or modifying evaluation configs.

2026-05-22
byob
محللو ضمان جودة البرمجيات والمختبرون

Create custom LLM evaluation benchmarks using the BYOB decorator framework. Use when the user wants to (1) create a new benchmark from a dataset, (2) pick or write a scorer, (3) compile and run a BYOB benchmark, (4) containerize a benchmark, or (5) use LLM-as-Judge evaluation. Triggers on mentions of BYOB, custom benchmark, bring your own benchmark, scorer, or benchmark compilation.

2026-05-07
nel-assistant
مطوّرو البرمجيات

Interactive config wizard for NeMo Evaluator Launcher (NEL). Use when the user wants to create a new evaluation config from scratch, set up an evaluation from existing configs, or modify a NEL config (deployment, tasks, multi-node, interceptors). ALWAYS triggers on mentions of creating configs, setting up evaluations, configuring models for evaluation, or modifying NEL YAML files. Do NOT use for monitoring, debugging, or analyzing already-running evaluations.

2026-04-21
accessing-mlflow
علماء البيانات

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, experiment results, run comparison, invocation IDs in the context of results, or MLflow MCP setup.

2026-03-20
#008
Safe-Synthesizer
4 skills223updated 2026-05-14
4.7% of creator
git-worktrees
مطوّرو البرمجيات

Create, manage, and clean up git worktrees for isolated development, PR review, and A/B testing of agent configurations. Trigger keywords - worktree, worktrees, git worktree, parallel branches, isolated workspace, worktree cleanup, worktree prune, PR review, address PR comments, work on branch, work on PR.

2026-05-14
uv-build
مطوّرو البرمجيات

uv package management, dependency groups, PyTorch index handling, hatch build system, and versioning for this repo. Triggers on: uv, uv sync, uv lock, uv add, uv build, dependency, pyproject.toml, extras, cpu, cu128, hatch, wheel, version, publish.

2026-05-14
safe-synthesizer
مطوّرو البرمجيات

Use NeMo Safe Synthesizer through task-specific routing: running the CLI or SDK, configuring parameters, troubleshooting runtime failures, inspecting artifacts, and interpreting evaluation outputs. Use when the user asks about safe-synthesizer, NeMo Safe Synthesizer, synthetic data pipeline runs, DP settings, generation failures, artifacts, logs, offline/GPU setup, config overrides, or evaluation metrics.

2026-05-07
github-cli
مطوّرو البرمجيات

Interact with the Safe-Synthesizer GitHub repository using the gh CLI. Activate when users want to list or create pull requests, check out PRs, work on someone else's PR, check CI status, investigate workflow failures, view job logs, create or triage issues, check review and approval status, manage releases, or inspect repo metadata. Trigger keywords - pull request, PR, issue, workflow, CI, actions, failed job, job log, release, review, approve, CODEOWNERS, labels, milestone, checkout, gh, GitHub.

2026-05-06
Showing 12 of 12 repositories
All repositories loaded