Skill / Visual / Performance / External
threejs-loaders
Three.js asset loading patterns for GLTF, textures, HDR assets, async loading, and progress handling.
by cloudai-x
Works with
Universal
Hosted in an external repository
This skill's full instructions live in its source repository, not on UI Skillbook. Open it on GitHub to read it, or copy a prompt that points your agent straight at it.
Related skills
threejs-geometryExternal
Three.js geometry patterns for built-in shapes, BufferGeometry, custom meshes, and instancing.
threejs-postprocessingExternal
Three.js post-processing techniques with EffectComposer, bloom, depth of field, and screen-space effects.
webgl-componentsExternal
Build small, always-on WebGL visuals (identity avatars, ambient orbs, glass and iridescent surfaces, animated textures) that ship inside a normal web app UI without wrecking performance, accessibility, SSR, or layout. Use whenever a shader-, GLSL-, or canvas-driven decorative element is added to a product UI, especially one rendered many times per page or per list; when reviewing or optimizing one; or when debugging one that renders blurry, aliased, all-black, or paints over the surrounding UI on machines without hardware acceleration.
12-principles-of-animationExternal
Apply Disney's 12 animation principles to web interfaces to make motion feel natural, organic, and human.