Skip to main content
NVIDIA-NeMo
GitHub クリエイタープロフィール

NVIDIA-NeMo

17 件の GitHub リポジトリにある 186 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
186
リポジトリ
17
更新
2026年8月28日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
nemo-platform
85 件の skills · 2026年8月26日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリストウェブ開発者ウェブ・デジタルインターフェースデザイナー
5 件の職業カテゴリ · 64% 分類済み
46%比率
#02
Megatron-Bridge
20 件の skills · 2026年8月27日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 70% 分類済み
11%比率
#03
labs-OO-Agents
16 件の skills · 2026年8月20日
ソフトウェア開発者
1 件の職業カテゴリ · 19% 分類済み
8.6%比率
#04
RL
10 件の skills · 2026年8月20日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 90% 分類済み
5.4%比率
#05
Nemotron
9 件の skills · 2026年8月11日
ソフトウェア開発者データサイエンティストネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
4.8%比率
#06
DataDesigner
7 件の skills · 2026年7月16日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
3.8%比率
#07
Gym
7 件の skills · 2026年8月28日
ソフトウェア開発者
1 件の職業カテゴリ · 86% 分類済み
3.8%比率
#08
Automodel
7 件の skills · 2026年8月20日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 86% 分類済み
3.8%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

nemo-customizer
未分類

Fine-tune models on NeMo Platform with `automodel`, `unsloth`, or `rl` (all `submit`-only): HF dataset conversion, filesets, model entities, and job JSON (hyperparameters, batch, schedule, optimizer) + job polling. `automodel`/`unsloth` run SFT/LoRA as Docker…

2026年8月26日
eval-author-audit
未分類

Generate, validate, and measure an audit-spec coverage denominator for Eval Author. Use when the user wants a hand-editable audit.md file derived from Ethos, needs schema enforcement for declared tools, capabilities, failure cases, evidence, and references,…

2026年8月26日
eval-author
未分類

Work on evaluation suites in a user's repository or understand an agent run from NeMo Intake. Owns the evidence standard that every Eval Author sub-flow follows. Use when the user asks "help me with my evals", "what's the state of the eval suite here?", "what…

2026年8月26日
auditor
未分類

NeMo Platform auditor playbook for audit target and config CRUD through the platform SDK. Use when the task involves audit targets, audit configs, or probes.

2026年8月26日
benchmark-execution
未分類

Benchmark task execution contract: complete every numbered requirement, execute tool calls directly (never plan-only), and verify final state with a direct retrieve/list before responding. Use for every agentic-use benchmark task.

2026年8月26日
entities
未分類

NeMo Platform model and dataset CRUD lifecycle through the platform SDK, with strict field matching on final verification entities.

2026年8月26日
evaluator
未分類

NeMo Platform evaluator playbook covering metrics, synchronous metric runs, and asynchronous metric jobs through the platform SDK.

2026年8月26日
files
未分類

platform fileset and file CRUD playbook with the exact `nemo_api(resource='files'|'files.filesets', ...)` sequence used by harbor benchmarks. Use when the task involves filesets, file uploads/downloads, `verify.txt`, `harbor-test-fileset`, or…

2026年8月26日
収集済み skill 85 件中 8 件を表示しています。
nemo-mbridge-perf-vision-dp-over-cp
未分類

Operational guide for sharding a VLM vision encoder across the language model's context-parallel ranks in Megatron-Bridge, including config knobs, code anchors, load-balance pitfalls, and measured impact.

2026年8月27日
nemo-mbridge-perf-activation-recompute
未分類

Validate and use selective and full activation recompute in Megatron Bridge to reduce GPU memory usage at the cost of extra compute. Use for activation memory OOMs or regressions involving recompute_granularity, recompute_num_layers, recompute_modules,…

2026年8月25日
nemo-mbridge-perf-memory-tuning
未分類

Techniques for reducing peak GPU memory in Megatron Bridge, including expandable segments, PEFT plus sequence-parallel input re-gather, parallelism resizing, activation recompute, CPU offloading constraints, and common OOM fixes. Use for GPU OOMs, inadequate…

2026年8月25日
nemo-mbridge-perf-moe-dispatcher-selection
未分類

Select and validate an MoE token dispatcher (`alltoall`, DeepEP, or HybridEP) for a fixed workload and runtime. Covers backend availability, topology, matched A/B evidence, routing semantics, and failure diagnosis. Use when choosing a dispatcher or tracing a…

2026年8月25日
nemo-mbridge-perf-moe-optimization-workflow
未分類

Evidence-gated workflow for MoE performance optimization in Megatron Bridge. Covers measurement contracts, the Three Walls framework, parallel folding, profiling, matched A/B tuning, and final validation. Use for full MoE throughput tuning or diagnosing a…

2026年8月25日
nemo-mbridge-recipe-recommender
未分類

Recommend and customize Megatron Bridge library and benchmark recipes for a user's model, GPU count, hardware, sequence length, and pretrain/SFT/PEFT goal. Use when selecting a starting recipe, comparing library and benchmark configs, resizing parallelism for…

2026年8月25日
create-model-verification-card
ソフトウェア開発者

Create or update concise, agent-readable Megatron Bridge model verification cards. Use when adding a model support card, auditing cross-model convergence comparability or verification coverage, recording conversion, deterministic inference, training,…

2026年8月17日
review-pr
ソフトウェア品質保証アナリスト・テスター

Structured single-agent code review workflow for PRs, commits, and local diffs. Use when asked to review code, understand a PR, rubber duck a change, prepare GitHub review comments, compare a change against Megatron Bridge conventions, or produce high-signal…

2026年8月8日
収集済み skill 20 件中 8 件を表示しています。
context-blocks
未分類

How to manage context blocks (system prompt sections) in NOOA. Use when configuring what appears in an agent's LLM prompt — adding, overriding, suppressing, or positioning blocks. Covers the unified Context API, well-known framework keys, and the…

2026年8月20日
nooa-agent-authoring
未分類

Author agents with NVIDIA-labs Object Oriented Agents (NOOA). Use when writing or modifying an Agent subclass, agentic methods (ellipsis bodies), docstring prompts, structured output contracts, strategy selection (CodeAct/Predict), visibility control,…

2026年8月20日
nooa-agentdoc
未分類

Make NOOA agent types render useful documentation for the LLM — doc(), spec(), hidden, Annotated field descriptions, and pformat/pprint tuning. Use when designing Pydantic models/dataclasses the LLM will see, controlling what appears in doc(self), hiding…

2026年8月20日
nooa-capturing-traces
未分類

Capture execution traces from NOOA. Use when instrumenting an agent run, writing traces to JSONL files, sending traces to the viewer or an OTLP/Langfuse/Phoenix backend, controlling which methods are traced, or when traces are mysteriously missing.

2026年8月20日
nooa-channels
未分類

Reactive input for NOOA agents — Channel/QueueManager for queued and event-mode input, race() turn dispatch, spawn() background jobs with JobHandle, and the bundled producers (monitor a shell command, cron ticks, one-shot timers, file tails). Use when an…

2026年8月20日
nooa-codeact-advanced
未分類

Advanced tuning of NOOA strategies — CodeAct prefill (understanding, disabling, custom, pre-ellipsis code), loop guards (max_iterations, retries, text-only stop), truncation tuning (TruncationConfig/CaptureConfig/FormatConfig), code restrictions…

2026年8月20日
nooa-context-and-state
未分類

Manage what a NOOA agent sees and remembers — context blocks, event history and queries, history summarization, and persistent memory/storage. Use when pinning information into the system prompt, querying past events, bounding context growth in long…

2026年8月20日
nooa-middleware-hooks
未分類

Intercept and observe NOOA execution — middleware via event_manager.intercept() (guardrails, input/output transforms, blocking), event observers via event_manager.on() (react to Task/Error/LLMComplete/turn events), and the InstrumentationHooks protocol for…

2026年8月20日
収集済み skill 16 件中 8 件を表示しています。
config-conventions
未分類

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

2026年8月20日
review-pr-team
ソフトウェア品質保証アナリスト・テスター

Agent-team-based parallel code review for NVIDIA-NeMo/RL pull requests. Spawns specialized agents (RL expert, submodule experts, bug finder, design reviewer, test agent, devil's advocate, comment reviewer) that coordinate via shared task list and direct…

2026年8月12日
build-and-dependency
ソフトウェア開発者

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

2026年7月29日
error-handling
ソフトウェア開発者

Error handling guidelines for NeMo-RL. Covers exception specificity, minimal try bodies, and else blocks.

2026年6月25日
linting-and-formatting
ソフトウェア開発者

Code style guidelines for NeMo-RL (Python and shell). Covers naming, indentation, comments, docstrings, reflection avoidance, and uv usage.

2026年6月25日
review-pr
ソフトウェア品質保証アナリスト・テスター

Interactive code review for NVIDIA-NeMo/RL pull requests. Checks out PR locally, reads existing comments, applies coding guidelines from skills, previews findings, and posts review comments. Also supports reviewing the current branch locally.

2026年6月25日
cicd
ソフトウェア開発者

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

2026年5月25日
contributing
ソフトウェア開発者

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

2026年5月25日
収集済み skill 10 件中 8 件を表示しています。
nemotron-3-5-lightning-text2sql-lora
データサイエンティスト

Run the Nemotron-3.5 Lightning Text2SQL LoRA fine-tuning tutorial (NeMo Megatron-Bridge) end-to-end for the user on a single node: data prep, checkpoint conversion, LoRA fine-tuning of the 30B-A3B hybrid Mamba-Transformer MoE, and merging the adapter back to…

2026年8月11日
nemotron-3-ultra-text2sql-lora
ソフトウェア開発者

Run the Nemotron-3 Ultra Text2SQL LoRA fine-tuning tutorial (NeMo Megatron-Bridge) end-to-end for the user on their SLURM cluster: data prep, distributed checkpoint conversion, and packed LoRA fine-tuning of the 550B hybrid Mamba-Transformer MoE, ending at a…

2026年7月8日
nemotron-ultra
ソフトウェア開発者

Reference desk for NVIDIA Nemotron 3 Ultra (550B-A55B) — architecture, NVFP4 pretraining, SFT, MOPD (multi-teacher on-policy distillation), MTP boosting, quantization, inference. Use when the user asks facts about Ultra rather than building a pipeline.

2026年6月4日
nemotron-customizer-airgap
ネットワーク・コンピュータシステム管理者

Prepare, validate, build, and use Nemotron Customizer airgap image bundles for offline clusters. Use when planning airgapped deployments, editing deploy/nemotron-customizer/airgap/airgap.yaml, selecting workflow targets, grouping step execution images, baking…

2026年5月27日
nemotron-add-model
ソフトウェア開発者

Onboard a new model family (Nemotron or third-party) into skills/ — paper chunks, recipe summaries, context packs, and model card. Use when a contributor wants downstream skills like /nemotron-customize to be able to route to a new model.

2026年5月27日
nemotron-add-pattern
ソフトウェア開発者

Add a cross-cutting decision pattern under src/nemotron/steps/patterns/. Use when a recurring ML decision (tokenizer lock, eval bookends, LoRA-on-small-data, etc.) must be encoded so other skills can fire it during planning.

2026年5月27日
nemotron-add-step
ソフトウェア開発者

Add a new step under src/nemotron/steps/<category>/<step_id>/ — manifest (step.toml), runner glue, configs, and per-step README.md. Use when extending the catalog so /nemotron-customize can route to it.

2026年5月27日
nemotron-nano3
ソフトウェア開発者

Reference desk for Nemotron 3 Nano / Llama-Nemotron Nano 3 — architecture, training data, recipes, evaluation, quantization, deployment. Use when the user asks facts about the model rather than building a pipeline.

2026年5月27日
収集済み skill 9 件中 8 件を表示しています。
nemo-gym-reward-profiling
ソフトウェア開発者

Use to help users get started with Nemo Gym reward profiling. Covers the basic gym env start, gym eval run, and gym eval profile workflow, repeated rollouts, materialized inputs, rollout JSONL artifacts, task and rollout identity, output inspection, partial…

2026年8月28日
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, reconstructing model calls from flattened rollout output,…

2026年8月26日
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…

2026年7月27日
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…

2026年7月27日
gh-stack
ソフトウェア開発者

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch…

2026年7月20日
nemo-gym-blade-analysis
ソフトウェア開発者

Use when analyzing NeMo Gym benchmark rollouts for BLADE-style reports, writing benchmark methodology notes, checking whether a benchmark is BLADE-ready, comparing model runs, or explaining why a benchmark report passed, failed, or changed. Covers aggregate…

2026年7月20日
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…

2026年7月20日
nemo-automodel-model-onboarding
未分類

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

2026年8月20日
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年7月28日
build-and-dependency
ソフトウェア開発者

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

2026年7月13日
fern-docs
ソフトウェア開発者

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

2026年6月27日
cicd
ソフトウェア開発者

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

2026年5月28日
parity-testing
ソフトウェア品質保証アナリスト・テスター

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

2026年5月28日
testing
ソフトウェア品質保証アナリスト・テスター

Testing reference for NeMo AutoModel — unit and functional test layout, tier semantics (L0/L1/L2), running tests locally, adding or disabling tests, and pytest conventions.

2026年5月28日
harbor-f2p-p2p-deep-dive
未分類

Deep dive on Harbor trial results for tasks that use SWE-Bench-style F2P (FAIL_TO_PASS) and P2P (PASS_TO_PASS) reference tests. Diagnoses why an agent failed and audits whether a failing task is genuinely hard or unfair (instruction-vs-verifier mismatch). Use…

2026年8月28日
gold-review
未分類

Review CRAFT Search gold answer quality for a specific task. Use when the user asks to review, check, investigate, or look closely at a craft-* task ID. Evaluates gold files, functions, assertions, and explanation against actual source code and agent tier…

2026年8月28日
switchyard-rust-review
ソフトウェア品質保証アナリスト・テスター

Review Switchyard Rust changes for correctness and maintainability. Use for pull requests or diffs touching crates, PyO3 bindings, async runtime behavior, streaming, protocol types, translation, algorithms, or LLM clients.

2026年7月29日
publish-python-release
ソフトウェア開発者

Build or publish nemo-switchyard Python distributions through the repository's GitHub Actions workflow. Use when asked to build a development wheel, cut a Python release, publish to PyPI, create a release tag, or debug .github/workflows/publish.yml.

2026年7月27日
switchyard-docs
ソフトウェア開発者

Edit or debug the published Switchyard MkDocs site. Use for docs pages, mkdocs.yml navigation, mkdocs_hooks.py source links, strict build failures, local previews, or .github/workflows/docs.yml.

2026年7月27日
switchyard-testing-ci
ソフトウェア品質保証アナリスト・テスター

Select or debug Switchyard validation and GitHub CI. Use when asked which tests to run, whether a change is ready, why a CI job failed, how to reproduce CI, or whether live provider tests are appropriate.

2026年7月27日
17 件中 12 件のリポジトリを表示