content-workflow-large-scene

Coordinate large-scale OpenUSD scene workflows with automated decomposition and phase-based execution gates.

179|21|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/NVIDIA-Omniverse/usd-content-agents --skill content-workflow-large-scene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-workflow-large-scene
Source: https://github.com/NVIDIA-Omniverse/usd-content-agents/tree/main/agentic/.agents/skills/content-workflow-large-scene
Command: npx skills add https://github.com/NVIDIA-Omniverse/usd-content-agents --skill content-workflow-large-scene

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing massive or repetitive 3D scenes that cannot be processed monolithically, ensuring consistent state and reliable recovery across complex workflows.

Core Features & Use Cases

  • Scene Decomposition: Breaks down large USD files into manageable assets for per-domain processing.
  • Durable State Management: Tracks run progress with deterministic handoff gates to prevent data corruption or incomplete processing.
  • Use Case: Use this skill when you need to apply material assignments or physics properties to a complex environment containing thousands of individual assets, ensuring each step is validated before proceeding.

Quick Start

Use the content-workflow-large-scene skill to initialize a new processing run for the provided source scene file.

Frequently Asked Questions about content-workflow-large-scene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate processing for large-scale OpenUSD scenes?

Automating large-scale OpenUSD scene workflows requires breaking down massive USD files into manageable assets for per-domain processing. Durable state management tracks run progress with deterministic handoff gates to prevent data corruption during complex 3D content pipelines.

What is the best way to apply material assignments to thousands of assets in a USD file?

Applying material assignments across thousands of assets requires breaking down the USD file into manageable pieces for per-asset domain processing. Durable run state tracking and deterministic handoff gates validate each step before proceeding to ensure artifact integrity.

Why does monolithic processing fail on massive 3D content pipelines?

Monolithic processing fails on massive 3D content pipelines because the scene cannot be processed without decomposition. Breaking large USD files into manageable assets with durable run state management ensures reliable recovery and prevents data corruption across complex workflows.

Do I need specific domain skills to process 3D content workflows?

Processing 3D content workflows requires integration with specific domain skills for material, physics, and collection tasks. These domain skills ensure consistent scene topology and artifact integrity during the per-asset processing phases of the large-scale USD workflow.

How does deterministic handoff validation work in scene decomposition?

Deterministic handoff validation in scene decomposition works by maintaining durable run state and enforcing strict phase-based execution gates. This prevents data corruption or incomplete processing by validating each step before allowing the workflow to proceed.