CloudAI-X/threejs-skills — reverse-engineered prompt
Reverse engineered prompt
Build me a reusable Claude Code skills pack for Three.js so I can drop it into other projects and have the coding agent make better 3D scenes without guessing APIs.
I want it to be a clean collection of skill files that cover the common things people ask for, like setting up a scene, cameras, renderers, shapes, materials, lighting, shadows, textures, loading GLTF models, animation, shaders, postprocessing effects, and mouse or touch interaction. Each skill should explain when it applies, give a simple working example, show common patterns, and include practical performance tips.
Please make it easy to install by copying the skills folder into a project, and include a clear README that explains what the pack is for, how Claude Code uses the skills, and a few example prompts someone could try. Check the current Three.js docs online if you need to so the code examples use modern imports and correct APIs.
Want more depth? Deep Reverse