원클릭으로
sonic
Use when working on SONIC whole-body-control training, export, evaluation, serving, GPU routing, validation, or CUDA alignment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when working on SONIC whole-body-control training, export, evaluation, serving, GPU routing, validation, or CUDA alignment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when ingesting, validating, curating, or querying production sensor data as a versioned dataset-of-record, or wiring the dataset-ingest-curate workflow.
Use when generating adversarial scenarios via RL, ranking mined failures of a policy-under-test, or wiring the adversarial-scenario-hardening workflow.
Use when navigating the Cosmos3 integration in NPA or locating upstream Cosmos3 framework files, defaults, scripts, configs, recipes, and docs.
Use when Cosmos3 setup, fetch, inference, CUDA, uv, Docker, Hugging Face, GitHub, NGC, or checkpoint staging fails in NPA or in an upstream Cosmos framework checkout.
Use when setting up Cosmos3 access through NPA, checking source or Hugging Face reachability, staging the public Cosmos3 framework and checkpoint cache, or deciding which NPA workflow to use before inference.
Use for Claude Code reviews that need robotics, simulation, GPU-routing, sim-to-real, or BDD100K pipeline domain context.
| name | sonic |
| description | Use when working on SONIC whole-body-control training, export, evaluation, serving, GPU routing, validation, or CUDA alignment. |
Use this skill for NVIDIA GEAR-SONIC whole-body-control workbench changes, including standalone training, export, evaluation, serving, image routing, and workflow composition with retargeting or MJLab.
Confirm the current CLI surface before editing:
npa workbench sonic --help
Use train for policy training, export for export artifacts, eval for
evaluation, and serve for runtime serving. Use deploy, status, and
list for operational lifecycle.
Route first-party SONIC images through
npa/src/npa/deploy/sonic_image_manifest.json; do not hardcode image tags in
workflows or docs.
Keep S3 paths run-scoped so retraining and re-evaluation do not overwrite previous artifacts.
deploy, train, export, eval, serve, status, and list.npa/src/npa/workflows/skypilot/, including
sonic-train-standalone.yaml, sonic-export.yaml, sonic-eval.yaml,
sonic-export-eval.yaml, and sonic-locomotion-finetuning.yaml.npa-sonic:0.1.2 image for L40S VM targets.npa-sonic:0.1.2-k8s image for RTX PRO 6000 Blackwell
Kubernetes targets with NVIDIA GPU Operator mounted drivers.SONIC_GPU_TYPE and SONIC_IMAGE_VARIANT aligned with the image
manifest. Do not assume one image works across VM and Kubernetes targets.npa/.venv/bin/python -m pytest npa/tests/guardrails/test_skills_index.py -q
The smoke test invokes npa workbench sonic export --help and
npa workbench sonic serve --help so the skill cannot regress to the older
train/eval-only command list.