🎯

threejs-materials

🎯Skill

from cloudai-x/threejs-skills

VibeIndex|
What it does
|

Provides Three.js material system patterns including PBR materials, textures, normal maps, environment mapping, and advanced rendering techniques

Overview

A curated collection of Three.js skill files that provide Claude Code with foundational knowledge for creating 3D materials and visual surfaces. Part of a comprehensive 10-skill Three.js set, this materials skill covers PBR (physically based rendering) materials, basic/phong/standard materials, and shader materials with accurate API references and working code examples.

Key Features

  • PBR Materials Reference - Accurate documentation for MeshStandardMaterial and MeshPhysicalMaterial with physically-based rendering properties
  • Complete Material Types - Coverage of basic, phong, standard, and shader materials with their specific use cases and performance trade-offs
  • Contextual Auto-Loading - Claude Code automatically loads the materials skill when your request involves material creation, texturing, or visual surface properties
  • Integrated Skill Set - Works alongside nine other Three.js skills covering fundamentals, geometry, lighting, textures, animation, loaders, shaders, post-processing, and interaction
  • Performance Tips - Optimization guidance for choosing the right material type and configuration for different rendering scenarios

Who is this for?

This skill is designed for developers working with Three.js who need precise references for material creation and configuration. It is especially useful for those building 3D web applications, product visualizers, or interactive experiences who want Claude Code to generate accurate material code without trial and error.

πŸ“¦

Same repository

cloudai-x/threejs-skills(10 items)

threejs-materials

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add cloudai-x/threejs-skills --skill threejs-materials
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add cloudai-x/threejs-skills --skill threejs-materials
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/threejs-materials/SKILL.md

SKILL.md

1,547Installs
1,181
-
Last UpdatedJan 19, 2026

More from this repository9

🎯
threejs-animation🎯Skill

Provides Three.js animation API references, patterns, and best practices for creating 3D animations and interactive experiences.

🎯
threejs-fundamentals🎯Skill

Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.

🎯
threejs-shaders🎯Skill

Provides Three.js shader development patterns including custom WebGL shaders, GLSL code examples, and advanced rendering effects

🎯
threejs-geometry🎯Skill

Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.

🎯
threejs-interaction🎯Skill

Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.

🎯
threejs-postprocessing🎯Skill

Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.

🎯
threejs-loaders🎯Skill

Provides Three.js asset loading patterns for 3D models, textures, and animations using GLTF, OBJ, FBX, and other format loaders

🎯
threejs-lighting🎯Skill

Provides Three.js lighting patterns including light types, shadows, intensity controls, and techniques for realistic 3D scene illumination

🎯
threejs-textures🎯Skill

Provides Three.js texture patterns including texture loading, UV mapping, mipmaps, filtering, and texture animation techniques