- Review Doc StyleReview documentation, examples, and docs-heavy changes for NVIDIA technical writing style, terminology, and repo accuracyNVIDIA/NeMo-Relay71
- Small FixMake a small, reviewable NeMo Relay bug fix without widening scope unnecessarilyNVIDIA/NeMo-Relay71
- Test Ffi SurfaceBuild and test the NeMo Relay FFI surface; use this for crates/ffi changes, header generation, or ABI-facing validationNVIDIA/NeMo-Relay71
- Test Go BindingBuild and test the NeMo Relay Go binding; use this for go/nemo_relay changes or Go-facing integration checksNVIDIA/NeMo-Relay71
- Test Node BindingBuild and test the NeMo Relay Node.js binding; use this for crates/node changes or Node-facing integration checksNVIDIA/NeMo-Relay71
- Test Python BindingBuild and test the NeMo Relay Python binding and worker plugin SDK; use for python/nemo_relay, python/plugin, or crates/python changesNVIDIA/NeMo-Relay71
- Test Rust CoreBuild 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 changesNVIDIA/NeMo-Relay71
- Update Project VersionUpdate the NeMo Relay project version across Cargo, Node, and lockfiles without leaving release surfaces out of syncNVIDIA/NeMo-Relay71
- Validate ChangeChoose and run the right NeMo Relay validation matrix for a change instead of using one fixed test listNVIDIA/NeMo-Relay71
- Cross Source Gap AnalysisCompare findings across Slack, GitHub, NVIDIA forums, and Outlook to identify alignment gaps, missing coverage, and follow-ups.NVIDIA/nemoclaw-community65
- Github Readonly LiveRead the configured live GitHub repository through authenticated, policy-scoped GitHub REST GET requests.NVIDIA/nemoclaw-community65
- Outlook Email SearchSearch the Outlook mailbox via Microsoft Graph to find and read emails that help answer user questions.NVIDIA/nemoclaw-community65
- Retail ApiAraz Retail API — query stores, inventory, sales, customers, promotions, and orders. CLI: node ~/.openclaw/skills/retail-api/scripts/retail-api.js <command> --telegram-id TID. Authenticate with --telegram-id (the user's Telegram ID from message metadata from.id). Do NOT use --email or --password. Read commands: me, products [--category X] [--brand X] [--season X], inventory [--store N] [--product N] [--low-stock], customers [--id N] [--customer-email X], promotions [--all], sales [--store N], quNVIDIA/nemoclaw-community65
- Retail ApiAraz Retail API — query stores, inventory, sales, customers, promotions, and orders. CLI: node ~/.openclaw/skills/retail-api/scripts/retail-api.js <command> --telegram-id TID. Authenticate with --telegram-id (the user's Telegram ID from message metadata from.id). Do NOT use --email or --password. Read commands: me, products [--category X] [--brand X] [--season X], inventory [--store N] [--product N] [--low-stock], customers [--id N] [--customer-email X], promotions [--all], sales [--store N], quNVIDIA/nemoclaw-community65
- Slack Channel FinderDiscover Slack channels by topic, team, or domain and determine the channel ID.NVIDIA/nemoclaw-community65
- Slack Channel SummarizerRead and summarize Slack channel history from inside the NemoClaw sandbox.NVIDIA/nemoclaw-community65
- Source Etl QueryQuery the host-side source-etls REST mirror for GitHub discussions, historical GitHub mirror data, and NVIDIA forums research.NVIDIA/nemoclaw-community65
- Docs ComplianceACCV-Lab documentation conventions and pre-PR compliance check. INVOKE when creating or editing any .md or .rst file under docs/ or packages/*/docs/, when modifying a Python module/class/function/method docstring, or before opening a PR that touches documentation. Provides hard rules for Sphinx role usage, docstring formatting, public-API export requirements, admonition syntax, and a pre-PR checklist with verification commands.NVIDIA/ACCV-Lab60
- Analysis ScriptsWrite and run Python scripts to analyze quantum experiment data stored in HDF5 files. Use when the user asks to analyze experiment results, fit peaks or curves, extract features from measurement arrays, or when reusable analysis logic should be saved alongside an experiment for future reuse.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Experiment ExecutionReference guide for running individual quantum calibration experiments and interpreting their results. Use when the user asks to run a single experiment (e.g. resonator spectroscopy, qubit spectroscopy, T1, T2), inspect experiment plots with the VLM, or query experiment history and schemas via the lab tool.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Vlm ConfigurationConfigure the Vision Language Model (VLM) used for analyzing experiment plots. Use when the user asks to change the VLM provider or model, adjust temperature or max_tokens, enable or disable thinking mode, or troubleshoot VLM-related behavior in config.yaml.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Workflow ExecutionExecute a previously planned calibration workflow node by node, tracking progress and handling failures. Use when the user asks to run, resume, or continue an existing workflow, or to execute a sequence of calibration steps that has already been defined in data/workflows/.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Workflow PlanningPlan a new calibration workflow by discussing experiment sequences, success/failure criteria, and extracted parameters with the user before any files are created. Use when the user asks to plan, design, or create a new calibration sequence, or to build a multi-step workflow for a qubit or device. Requires explicit user confirmation before writing workflow files.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Writing Experiment ScriptsAuthor new experiment scripts that are compatible with the lab system's auto-discovery. Use when the user asks to create a new experiment type, add a custom measurement, or write a Python script that should be discoverable via the `lab` and `run_experiment` tools. Covers required function signatures, type hints, docstrings, and return formats.NVIDIA/Quantum-Calibration-Agent-Blueprint57
- Add FilterGuide for adding a new filter to PhysicsNeMo Curator. Covers discovery questions, implementation patterns (pass-through, stateful, in-place), generator semantics, flush/artifacts, dashboard widgets, merge for parallel workers, testing, and registration.NVIDIA/physicsnemo-curator55
- Add SinkGuide for adding a new sink to PhysicsNeMo Curator. Covers discovery questions, implementation patterns (simple writer, append-based, split-based), output naming, parallel partitioning, testing, and registration.NVIDIA/physicsnemo-curator55
- Add SourceGuide for adding a new data source to PhysicsNeMo Curator. Use when adding a remote dataset (HuggingFace, S3, etc.) or local file-based source. Covers discovery questions, file format handling, Mesh/DataArray/AtomicData construction, parallel partitioning, testing, and registration.NVIDIA/physicsnemo-curator55
- Curator ReviewerReview PRs against PhysicsNeMo Curator standards. Runs 8 review passes covering API conformance, correctness, licensing, quality gates, test coverage, performance, code quality, and style consistency. Produces a prioritized report (P0/P1/P2/NIT) and optionally posts review comments to the PR.NVIDIA/physicsnemo-curator55
- TestingRun Python and Rust tests for physicsnemo-curator using uv + pytest with coverage reporting via pytest-cov, and cargo-nextest for Rust tests. Includes benchmark workflows with pytest-benchmark and criterion.NVIDIA/physicsnemo-curator55
- Simready Foundation Add CapabilityAdd SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.NVIDIA/simready-foundation50
- Simready Foundation Add CapabilityAdd SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.NVIDIA/simready-foundation50
- Simready Foundation Add CapabilityAdd SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.NVIDIA/simready-foundation50
- Simready Foundation Add CapabilityAdd SimReady capability docs, requirement indexes, validation stubs, and registrations for new requirement families.NVIDIA/simready-foundation50
- Simready Foundation Add FeatureUse for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.NVIDIA/simready-foundation50
- Simready Foundation Add FeatureUse for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.NVIDIA/simready-foundation50
- Simready Foundation Add FeatureUse for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.NVIDIA/simready-foundation50
- Simready Foundation Add FeatureUse for adding SimReady feature docs, manifests, requirement mappings, validation strategy, and index entries.NVIDIA/simready-foundation50
- Simready Foundation Add Feature AdapterUse for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.NVIDIA/simready-foundation50
- Simready Foundation Add Feature AdapterUse for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.NVIDIA/simready-foundation50
- Simready Foundation Add Feature AdapterUse for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.NVIDIA/simready-foundation50
- Simready Foundation Add Feature AdapterUse for adding SimReady feature adapters that mutate USD assets between exact feature or profile versions.NVIDIA/simready-foundation50
- Simready Foundation Add ProfileUse for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.NVIDIA/simready-foundation50
- Simready Foundation Add ProfileUse for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.NVIDIA/simready-foundation50
- Simready Foundation Add ProfileUse for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.NVIDIA/simready-foundation50
- Simready Foundation Add ProfileUse for adding SimReady profile versions with feature bundles, docs, indexes, and validation notes.NVIDIA/simready-foundation50
- Simready Foundation Add RequirementUse for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.NVIDIA/simready-foundation50
- Simready Foundation Add RequirementUse for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.NVIDIA/simready-foundation50
- Simready Foundation Add RequirementUse for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.NVIDIA/simready-foundation50
- Simready Foundation Add RequirementUse for adding atomic SimReady requirements with stable IDs, docs, examples, indexes, and validator follow-up.NVIDIA/simready-foundation50
- Simready Foundation Add Runtime TestUse for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.NVIDIA/simready-foundation50
- Simready Foundation Add Runtime TestUse for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.NVIDIA/simready-foundation50
- Simready Foundation Add Runtime TestUse for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.NVIDIA/simready-foundation50
- Simready Foundation Add Runtime TestUse for adding SimReady runtime tests, runner expectations, batch/job/report notes, and validation evidence.NVIDIA/simready-foundation50
- Simready Foundation Add ValidatorUse for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.NVIDIA/simready-foundation50
- Simready Foundation Add ValidatorUse for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.NVIDIA/simready-foundation50
- Simready Foundation Add ValidatorUse for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.NVIDIA/simready-foundation50
- Simready Foundation Add ValidatorUse for adding executable SimReady validators that report requirement IDs with focused pass/fail coverage.NVIDIA/simready-foundation50
- Simready Foundation Conform Fet 000 CoreUse for repairing SimReady Core naming, asset layout, unresolved paths, and undefined prim failures.NVIDIA/simready-foundation50
- Simready Foundation Conform Fet 000 CoreUse for repairing SimReady Core naming, asset layout, unresolved paths, and undefined prim failures.NVIDIA/simready-foundation50
- Simready Foundation Conform Fet 000 CoreUse for repairing SimReady Core naming, asset layout, unresolved paths, and undefined prim failures.NVIDIA/simready-foundation50