new-operation
Installation
SKILL.md
New Operation
Scaffold a complete Usd Optimize operation plugin from scratch. The output is a buildable, testable plugin with all the wiring in place.
What this skill covers
- Inputs — what the user must provide.
- Step 1 — create the C++ source file.
- Step 2 — create the premake file.
- Step 3 — create the Python test file.
- Step 4 — create the operation guide.
- Step 5 — regenerate the docs (auto-generated; no index to edit).
- Step 6 — (optional) create a validator wrapper.
- Step 7 — build and verify.
- Naming conventions — key, class name, file names.