What problem does it solve? LLMs often generate outdated Three.js code using legacy CDN script tags and r128-era APIs. This Skill vendors the official Three.js LLM documentation pack so generated code uses current imports, WebGLRenderer/WebGPURenderer patterns, and TSL node materials correctly. ## Core Features & Use Cases - Official API Reference: Provides the pinned llms-full.txt dump covering modern imports, renderers, loaders, post-processing, and compute. - TSL Shader Guidance: Complete Three.js Shading Language reference for NodeMaterial, custom shaders, and WebGPU compute. - Stack Adaptation: Maps official CDN/importmap patterns to npm-based TanStack Start + React + Vite workflows, including @react-three/fiber integration. - Use Case: When building a 3D product configurator with custom animated materials, load this Skill to generate correct MeshStandardNodeMaterial TSL code instead of deprecated onBeforeCompile hacks. ## Quick Start Ask the AI to write a Three.js scene with a custom TSL shader material and load the threejs skill for the full API reference.