usdkit-runtime-developer

Installation
SKILL.md

USDKit Runtime Developer

Quick Start

Use this skill for in-process USD stage work from Swift. For hand-authored .usda edits, package inspection, CLI conversion, or usdchecker validation, switch to $usd-editor.

  1. Confirm the target uses the 27 SDKs and can import USDKit.
  2. Decide whether the task belongs to runtime USDKit or the usd* command-line asset pipeline.
  3. Load the USDKit decision reference, then the USDKit framework reference.
  4. Keep USDStage, USDPrim, USDLayer, and nested property work on one actor; these types are not Sendable.
  5. For live RealityKit display, use USDStageComponent from the RealityKit skill; for Spatial Preview streaming, keep $spatial-preview-developer.

Load References When

Installs
2
GitHub Stars
60
First Seen
Jun 26, 2026
usdkit-runtime-developer — tomkrikorian/visionosagents