← All plugins
threejs-object-sculptor
v0.6.0+codex.20260802073328Turn object reference images into quality-gated, action-ready procedural Three.js reconstruction plans and code.
Codex1 skill
by Vinh HienMIT1.6kupdated 3 days ago
Source
git clone https://github.com/vinhhien112/img2objClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
threejs-object-sculptor/
├── .codex-plugin/plugin.json└── skills/object-to-threejs-procedural/SKILL.md
Skills1
object-to-threejs-proceduralskills/object-to-threejs-procedural/SKILL.md
Use when the user provides or references an object image and wants Codex to validate, reconstruct, review, or refine it as an editable procedural Three.js asset.
Manifests1
.codex-plugin/plugin.json
{
"name": "threejs-object-sculptor",
"version": "0.6.0+codex.20260802073328",
"description": "Turn object reference images into quality-gated, action-ready procedural Three.js reconstruction plans and code.",
"author": {
"name": "Vinh Hien"
},
"license": "MIT",
"keywords": [
"threejs",
"procedural-3d",
"image-analysis",
"object-reconstruction",
"webgpu"
],
"skills": "./skills/",
"interface": {
"displayName": "Three.js Object Sculptor",
"shortDescription": "Validate object photos and rebuild them as procedural Three.js models.",
"longDescription": "A Codex workflow for converting a single object reference image into a pre-assessed quality contract, structured sculpt spec, procedural geometry plan, material recipe, lighting notes, action-ready runtime hierarchy, and implementation strategy for Three.js or WebGPU scenes.",
"developerName": "Vinh Hien",
"category": "Developer Tools",
"capabilities": [
"Image Analysis",
"Three.js",
"Procedural Modeling",
"Action-Ready Models",
"Quality Gates",
"Perceptual Reconstruction",
"Executable Capability Packs",
"Validation"
],
"defaultPrompt": [
"Analyze this object photo for procedural Three.js reconstruction.",
"Build a Three.js sculpt spec from this reference image.",
"Validate whether this object can be rebuilt procedurally."
],
"brandColor": "#16A34A"
}
}