nebius-physical-ai: Instructions file for Claude Code

CLAUDE.md

nebius-physical-ai CLAUDE.md is an instructions file for Claude Code from nebius/nebius-physical-ai. It costs 2,909 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Nebius Physical AI, a platform for robotics, simulation, perception, and synthetic-data workloads running on Nebius infrastructure. They act as an index to more detailed skills and setup workflows.

In plain words
What is it for?
Finding the right project guidance, setting up workloads, checking credentials and specifications, provisioning resources, and submitting verified jobs.
Why use it?
They tell the agent which guidance to load before making architecture or domain decisions and outline the expected setup and validation path.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions Claude Code.

This is nebius/nebius-physical-ai's own configuration. It tells Claude Code how to work on nebius-physical-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nebius-physical-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nebius/nebius-physical-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nebius/nebius-physical-ai/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/nebius/nebius-physical-ai

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nebius-physical-ai CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nebius/nebius-physical-ai/claude-md/github.svg)](https://agentmods.dev/instructions/nebius/nebius-physical-ai/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nebius/nebius-physical-ai/claude-md"><img src="https://agentmods.dev/badge/instructions/nebius/nebius-physical-ai/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nebius-physical-ai CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/nebius/nebius-physical-ai/claude-md"><img src="https://agentmods.dev/badge/instructions/nebius/nebius-physical-ai/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 2,909 This file is loaded in full into every session.
When invoked 2,909 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02909 $0.02909
Opus 5 $0.01455 $0.01455
Sonnet 5 $0.00582 $0.00582
Haiku 4.5 $0.00291 $0.00291

Measured 2d ago against content hash c150c2f966a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

nebius-physical-ai CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 169 lines

How it starts

The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Nebius Physical AI

Nebius Physical AI is the workbench and workflow layer for running robotics, simulation, perception, and synthetic-data workloads on Nebius infrastructure. The repo centers on the npa CLI/SDK, containerized workbench tools, and SkyPilot workflows that compose those tools through S3 artifacts. The current product shape is a tool marketplace that customers can adapt without hardcoding project-specific infrastructure.

Claude Code should treat this file as a lightweight index. Scan skills/index.yaml first, then load the relevant root skills/ entry before making architecture, review, or domain judgments.

Skill Index

  • skills/index.yaml: root manifest with name, when-to-use, path, and CI smoke expectations.
  • skills/atomic/architecture/SKILL.md: platform architecture and validation state.
  • skills/workflows/first-run-setup/SKILL.md: zero to a first verified result on a fresh machine or new project — an ordered, gated path (install → configure → credential preflight → cheapest-proof workload → validate spec → provision → image pullability → submit), with a stop condition at every step.
  • skills/atomic/gpu-first-guidance/SKILL.md: recommending a path, writing user-facing docs, or answering "what should I run first?" — lead with the Nebius GPU path, describe hosted inference by what it does, and stay warm and genuinely helpful when someone asks about cost or has no cluster yet.
  • skills/atomic/health-preflight/SKILL.md: there is no npa doctor. Prove service credentials with npa workbench health preflight, request --checks nebius before provisioning, and verify gated-model access with npa workbench health access before spending GPU time.
  • skills/atomic/debug-failed-run/SKILL.md: triage a run that failed, hung, or produced no artifacts — status and pod-level reason, stage logs, S3 evidence, image pullability, scheduling, and the resume-vs-cancel decision.
  • skills/atomic/teardown-and-cost/SKILL.md: stop spend safely — the mandatory cancel-before-destroy ordering, cloud versus local state, and the orphan audit for leaked clusters, agent VMs, controllers, buckets, and cross-project fleets.
  • skills/workflows/add-workbench-tool/SKILL.md: add a new workbench tool end to end — implementation, CLI, SDK, toolRef catalog, container, tests, docs, and skill, in the order that keeps every CI gate green.
  • skills/atomic/npa-cli-conventions/SKILL.md: write or modify an npa CLI command or SDK function — registration, the --input-path/--output-path contract, output format, error handling and exit codes, the decorators that are easy to forget, and config/credential access.
  • skills/atomic/toolref-argv-contract/SKILL.md: the contract that stops a workflow stage from rendering cleanly and then crashing in the pod.
  • skills/atomic/pre-pr-validation/SKILL.md: which of the six PR gates apply to a change, and the exact local command for each, cheapest first.
  • skills/atomic/audit-container-docs/SKILL.md: required catalog reconciliation when a workbench image or solution is added, removed, retagged, reclassified, published, or otherwise changed; it keeps the public-image table aligned with repository intent and anonymous GHCR state.
  • skills/atomic/guardrail-failures/SKILL.md: map a failing guardrail or CI gate to its cause and fix.
  • skills/atomic/agent-development/SKILL.md: build, enhance, or test the NPA chat agent backend (grounded-first routing, cost-aware Token Factory model selection, embedded-backend mechanism, cheap-token test tiers).
  • skills/atomic/agent-visual-feedback/SKILL.md: Describe-this viewer feedback for Rerun / video / image / data panes (multimodal vision tier).
  • skills/atomic/review-checklist/SKILL.md: review risk classification.
  • skills/atomic/physical-ai-context/SKILL.md: robotics, sim-to-real, GPU-routing, Genesis, Isaac Lab, LeRobot, SONIC, GR00T, Cosmos, or BDD100K context.
  • skills/tools/scenario-gen/SKILL.md: adversarial scenario generation — an RL adversary that maximizes failures of a policy-under-test, scenario ranking, and the adversarial-scenario-hardening workflow.
  • skills/tools/dataset/SKILL.md: dataset-of-record — ingest, validate, curate, and query production sensor data as a versioned, lineage-tracked dataset (FiftyOne curation + LanceDB query index).
  • skills/tools/foxglove/SKILL.md: Foxglove embedded viewer — the @foxglove/embed TypeScript SDK in the agent UI, MCAP recordings (convert/inspect/publish), and the npa-foxglove-embed container.
  • skills/tools/insights/SKILL.md: lineage graph + common metrics store over workflow-run artifacts — non-invasive ingest-run, query, compare, lineage traversal, and dashboard (CPU-only, append-only S3 JSONL, LanceDB-optional).
  • skills/tools/leisaac/SKILL.md: LeIsaac browser teleoperation, secure agent-relay transport, immutable LeRobot datasets, custom bundles, and PAIDF interoperability.
  • skills/tools/fleet/SKILL.md: deploy a fleet of Nebius Managed Kubernetes (k8s-training) clusters across one or many projects in a tenant from an npa.fleet/v0.0.1 spec — identical and/or custom clusters, create-on-demand projects, and a k8s-training source that can consume the latest upstream recipe.
  • skills/tools/token-factory/SKILL.md: zero-GPU hosted inference (captioning, batch generation, Cosmos physical-AI reasoning) — the cheapest tier that produces a real artifact, with no cluster and no provisioning.
  • skills/tools/vlm-eval/SKILL.md: score rollouts with a VLM and turn the score into a gate — run vs loop, rubric/threshold benchmark sweeps, backend selection, and judging against a plan an earlier stage wrote.
  • skills/tools/golden-eval/SKILL.md: prove a container image actually works — per-container hello-world manifest, dry-run/local/serverless tiers, batch runs, and the offline manifest validation that gates CI.
  • skills/tools/cosmos3-ray-serve/SKILL.md: deploy and operate persistent Cosmos3-Nano generation through NVIDIA Cosmos Framework's native dynamically batched Ray Serve path, with guarded runtime weight fetch and S3 provenance.
  • skills/tools/cosmos3-super-benchmark/SKILL.md: reproduce the fixed Cosmos3-Super vLLM-Omni primary sweep on one eight-GPU B200 or H200 node across the 1x8, 2x4, 4x2, and 8x1 arrangements with strict MP4 validity and shared-window throughput accounting.
  • skills/tools/burst/SKILL.md: one gang-scheduled multi-node GPU job with torchrun rendezvous, deliberately not a workflow surface.
  • skills/tools/gpu-cluster-provisioning/SKILL.md: managed-image vs GPU-Operator driver strategy (operator mode is unsafe on NVSwitch), the post-apply health gates, accelerator-name discovery, and triage for nodes whose GPUs do not work.
  • skills/tools/detection-training/SKILL.md: Faster R-CNN detectors trained from LanceDB materialized views (BDD100K failure-mode slices).
  • skills/tools/artifact-viz-share/SKILL.md: sim demos → LeRobotDataset → .rrd/MP4, and time-boxed presigned Rerun share links.
  • skills/tools/mjlab/SKILL.md: MJLab locomotion evaluation and SONIC checkpoint scoring.
  • skills/tools/retargeting/SKILL.md: motion retargeting in SONIC locomotion workflows.
  • skills/workflows/sim-to-real/SKILL.md: generic sim-to-real workflow planning.
  • skills/workflows/sim2real-operate/SKILL.md: run, monitor, and debug the compositional Sim2Real npa.workflow through the standard SkyPilot runtime (validate/plan/submit, durable S3 resume, health checks, job monitoring).
  • skills/workflows/agent-fresh-operate/SKILL.md: npa-driven agent teardown, fresh-setup, tiered verify gates, and deploy failure recovery on the operator/dev VM.
  • skills/workflows/author-npa-workflow/SKILL.md: author and validate declarative npa.workflow/v0.0.1 specs (toolRef catalog, validate/plan/run CLI).
  • skills/workflows/generate-npa-workflow/SKILL.md: design new creative npa.workflow pipelines from the workbench tool catalog.
  • skills/workflows/diagram-to-npa-workflow/SKILL.md: turn an architecture diagram + step write-up into a working npa.workflow/v0.0.1 YAML (boxes, arrows, decision diamonds, and loop back-edges → states, loops, gates, catalog toolRefs); generalizes across sim2real, AV, RL, and Cosmos pipelines.
  • skills/workflows/physical-ai-data-factory/SKILL.md: author, run, submit, or view the NVIDIA Physical AI Data Factory blueprint on Nebius + SkyPilot (no OSMO): annotate → Cosmos Transfer augment → Cosmos Evaluator gate → re-label → Cosmos Curator + FiftyOne curate → Rerun visualize. The evaluator and curator are the real Apache-2.0 NVIDIA projects, wrapped as npa workbench cosmos-evaluator and npa workbench cosmos-curate; see skills/NOTICE-NVIDIA-COSMOS-OSS for which upstream code runs where.
  • skills/workflows/neural-reconstruction/SKILL.md: NuRec/NRE neural reconstruction on Nebius — NCore V4 capture (including deriving the rig → world pose edge NRE requires) → 3DGUT Gaussian training → renderable USDZ → rig-offset novel views → reports/sim2real.rrd. RT-core GPU only (L40S / RTX PRO 6000, never H100/H200).
  • skills/workflows/onboard-world-model/SKILL.md: generic playbook for onboarding and containerizing a world model (learned action-conditioned simulator) as a multi-GPU BYOF registry candidate — containerize, stage a real dataset, encode the train→tokenize→dynamics→dream→visualize loop as capability smokes, and validate on real GPUs (Open Dreamer is the reference example).
  • skills/atomic/real-components/SKILL.md: ensure every advertised workbench pipeline stage invokes the real component (Cosmos Transfer, FiftyOne, VLM), not an echo/manifest stub masquerading as real work.
  • skills/atomic/solution-licensing/SKILL.md: when adding a solution, tool, image, model, or dataset — classify what the artifact actually bakes, decide whether it may be redistributed (public vs restricted), and record it in the packaging contract where the guards enforce it. Verify the claim against the BUILT image with npa/scripts/scan_image_omniverse_payload.py, not by reading the Dockerfile: the Isaac images were cleared that way, and two of the three problems it found were invisible in the Dockerfile.
  • skills/workbench/sim2real-engine/SKILL.md: canonical 14-stage Sim2Real graph, stateless stage adapters, parallel lane joins, ComponentRecords, and durable standard-runtime resume. The preamble/inner/outer/finalize controller is finite legacy compatibility, never the canonical execution path.

Read the full file on GitHub · 169 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · +1 lines · +13 tokens per session c150c2f966a6
  2. 4d ago Changed · +4 lines · +78 tokens per session 0bcc119e0db8
  3. 9d ago First seen · 164 lines · 2,818 tokens per session scan A a4f773b1307a

Subscribe to this mod's changes

nebius-physical-ai CLAUDE.md is an instructions file published in the GitHub repository nebius/nebius-physical-ai (27 stars, last pushed today), licensed Apache-2.0. It adds 2,909 tokens to every session, about $0.0145 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

deepseek-harness AGENTS.md

AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.

deepseek-ai/deepseek-harness · 3,737 tokens