adamperlis

Awwwards Motion — Development skill for Claude Code

Development community

Claude Code skill for physics-based motion, glassmorphism, GLSL shaders, React Three Fiber, post-processing, and interactive 3D web experiences.

How to install Awwwards Motion

This entry records only its repository, not the path inside it, so there is no exact command to give. Open adamperlis/awwwards-motion and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Awwwards Motion does

Claude Code skill for physics-based motion, glassmorphism, GLSL shaders, React Three Fiber, post-processing, and interactive 3D web experiences.

Alternatives in Development

  • Web Artifacts Builder — Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui 94.1k ★
  • Connect — Fancy stream processing made operationally mundane 8608 114 1 8.6k ★
  • Fidelity — Measure how faithfully a clone reproduces a site — pixel-diff plus motion-fidelity into one 0-100 score, a let 3.6k ★

README

awwwards-motion

A Claude Code skill for building Awwwards-quality web experiences. Spring physics, GLSL shaders, React Three Fiber, post-processing, particle systems, Framer Motion, and interactive 3D — everything you need to ship sites that win awards.

Install

npx skills add adamperlis/awwwards-motion

What this skill teaches your agent

  • Physics-based motion — Spring animations with overshoot and settle, never duration-based easing
  • Glass surfaces — Multi-layered glassmorphism with backdrop blur, gradient borders, and ambient occlusion shadows
  • GLSL shaders — Vertex and fragment shaders in React Three Fiber, uniforms, varyings, noise functions
  • Particle systems — BufferGeometry for thousands, FBOs for 100k+, GPU-side simulation
  • Render targets — Transparent materials, portals, scene transitions, post-processing pipelines
  • Refraction & light — Chromatic dispersion, Blinn-Phong, Fresnel, backside rendering
  • Post-processing — Halftone, pixelation, ASCII, CMYK, threshold matrices, trompe l'oeil effects
  • Framer Motion — Layout animations, shared layout, AnimatePresence, Reorder
  • Scroll-driven effects — GSAP ScrollTrigger, parallax, shader-based reveals
  • Page transitions — WebGL dissolves, fluid simulations, SVG mask reveals

Inspired by

The craft behind Awwwards Site of the Day winners, built from deep study of:

Tech stack

React Three Fiber, Three.js, GLSL, Framer Motion, GSAP + ScrollTrigger, @react-three/drei, @react-three/postprocessing, WebGPU/TSL