writing-transforms
Installation
SKILL.md
Writing Transforms
When to Use
Use this skill when the user asks to move an object, set a transform, update position, animate a transform, or set a camera transform.
Inputs
Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.
- Target API surface: Python, C/C++, or both.
- Prim paths to move, desired translation/rotation/scale or full 4x4 matrices, and whether values are authored per prim.
- Transform storage name, semantic conversion, row-vector matrix convention, and sync/async behavior.
- Update cadence: one-shot movement, per-frame animation, or zero-copy GPU-computed transform updates.
- Repository source snippets referenced below. Treat these snippets as the API source of truth.