threejs-builder
Installation
SKILL.md
Three.js Builder
Table of Contents
- Standards snapshot
- When to use
- When not to use
- Required inputs
- Deliverables
- Philosophy
- Workflow
- Verification
- Constraints
- Anti-patterns
- Remember
Standards snapshot (March 2026)
- Start with the smallest runnable scene and prove it works before adding visual complexity.
- Favor performance, cleanup, and integration safety over flashy but brittle demos.
- Treat resize behavior, lifecycle cleanup, and asset loading discipline as part of the definition of done.