threejs-agents-scene-builder
Installation
SKILL.md
threejs-agents-scene-builder
Purpose
This skill is an orchestration guide for building complete Three.js scenes. It provides decision trees that map use cases to the correct combination of lighting, materials, camera, controls, environment, and post-processing. ALWAYS consult this skill first when asked to create a 3D scene or visualization.
Master Decision Tree: Use Case to Scene Recipe
Step 1: Identify the Use Case
| Use Case | Go To |
|---|---|
| Product viewer / configurator | Recipe A |
| Architectural walkthrough | Recipe B |
| Game level / interactive 3D | Recipe C |
| Data visualization / chart | Recipe D |
| Portfolio / hero section | Recipe E |
Related skills