Skip to main content
Back to the directory
cloudai-x/threejs-skillsSoftware EngineeringFrontend and Design

threejs-shaders

Custom GLSL shaders for Three.js with ShaderMaterial, uniforms, varyings, and built-in material extension.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-shaders
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, threejs-shaders has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: cloudai-x/threejs-skills. Canonical URL: https://skills.sh/cloudai-x/threejs-skills/threejs-shaders.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Custom GLSL shaders for Three.js with ShaderMaterial, uniforms, varyings, and built-in material extension. Three.js provides built-in uniforms and attributes. Full control - you define everything. Pass data from vertex to fragment shader. Modify existing material shaders. - Covers ShaderMaterial vs. RawShaderMaterial, uniform types (floats, vectors, matrices, textures, arrays), and real-time uniform updates in animation loops - Includes six common shader patterns: texture sampling, vertex displacement, Fresnel effects, noise-based effects, rim lighting, and dissolve effects - Supports material extension via onBeforeCompile to inject custom code into built-in materials like MeshStandardMaterial - Provides GLSL built-in function reference (math, vector, texture operations) and performance optimization patterns favoring mix/step over conditionals - Minimize uniforms : Group related values into vectors - Avoid conditionals : Use mix/step instead of if/else - Precalculate : Move calculations to JS when possible - Use textures : For complex functions, use lookup tables - Limit overdraw : Avoid transparent objects when possible - threejs-materials - Built-in material types - threejs-postprocessing - Full-screen shader effects - threejs-textures - Texture sampling in shaders

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does threejs-shaders do?

Custom GLSL shaders for Three.js with ShaderMaterial, uniforms, varyings, and built-in material extension.

Is threejs-shaders good?

threejs-shaders does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support threejs-shaders?

threejs-shaders currently lists compatibility with Skills CLI.

Is threejs-shaders safe to install?

threejs-shaders has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to threejs-shaders?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install threejs-shaders?

Run the following command to install threejs-shaders: npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-shaders

Related skills

More from cloudai-x/threejs-skills

Related skills

Alternatives in Software Engineering