the signals and their derived score are provisional and subject to change.
validate manually before sharing.
44b4503d93198a1cab493f936e53d875d8f7848b021950f80c8c1b3ac45ecadf3533d693155a7376Authored: 4 months ago (Sun, 26 Apr 2026 23:56:33 +0000)Match: Co-authored-by: Copilot <copilot@github.com>.github/skillsTool: github-copilot.github/skillsTool: github-copilot.github/skills/dust3d-export/SKILL.mdTool: unspecified---
name: dust3d-export
description: Open a dust3d .ds3 file and export it to a specific format (.obj, .glb, or .fbx) using the dust3d command-line interface.
---
# dust3d Export Skill
Use the `dust3d` command-line tool to open a `.ds3` file and export it to a target format.
## Command Syntax
```
dust3d <input.ds3> -o <output.obj|output.glb|output.fbx>
```
- The input file must end in `.ds3`.
- The `-o` (or `-output`) flag specifies the output file. The export format is determined by the output file's .github/skills/dust3d-generate-from-image/SKILL.mdTool: unspecified---
name: dust3d-generate-from-image
description: Generate a Dust3D 3D model from a 2D turnaround reference image by tracing body parts as tube-shaped node chains, writing an XML file, and running dust3d to produce a .obj mesh, a .ds3 document, and the source .xml file.
---
# Dust3D Generate 3D Model from 2D Image
Given a turnaround reference image, generate a Dust3D XML node file, run the `dust3d` CLI to produce a `.obj` mesh and a `.ds3` document file, and verify the result. Three output files are produnone