Three.js Parallax
Three.js recipe for layered-PNG 2.5D parallax cards with mouse + scroll drift.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 00766e9
Built the same 3-layer test card two ways and served both over a local http server: the naive baseline stacked all layers dead-center with no colorSpace fix, while the skill-guided version — following its own worked example verbatim — spread the layers into the documented diagonal composition with correct render order and zero console errors.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Three.js Parallax does
Gives step-by-step Three.js code for stacking transparent PNGs on planes with mouse-driven parallax and scroll-driven drift, including the sRGB colorSpace fix and depth/render-order settings that prevent common z-fighting and washed-out-texture bugs. Triggers when a project card or media container needs a parallax, 2.5D, or layered-image depth effect.
How to install Three.js Parallax
git clone https://github.com/JudyZZ/threejs-parallax-skill.git
mkdir -p ~/.claude/skills
cp -r threejs-parallax-skill/threejs-parallax ~/.claude/skills/threejs-parallax
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Three.js Parallax
-
/threejs-parallaxThree.js recipe for layered-PNG 2.5D parallax cards with mouse + scroll drift.
It also activates on plain-language prompts like these:
-
Build a parallax card effect with layered PNGs that drift on scroll -
How do I stack transparent images in Three.js for a mouse parallax? -
My Three.js layers look washed out, fix the colorSpace and z-fighting
Frequently asked questions
- Is the Three.js Parallax skill free?
- Yes. The skill itself is free from JudyZZ/threejs-parallax-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Three.js Parallax work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Built the same 3-layer test card two ways and served both over a local http server: the naive baseline stacked all layers dead-center with no colorSpace fix, while the skill-guided version — following its own worked example verbatim — spread the layers into the documented diagonal composition with correct render order and zero console errors.
- What is the Three.js Parallax SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Three.js Parallax?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Three.js Parallax with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.