Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This collection provides specialized capabilities for creative frontend engineers and technical artists to implement high-end interactive interfaces. It bridges the gap between professional design tools and browser execution, covering everything from 3D asset pipelines to complex animation choreography.
Whether developing WebXR applications, optimizing glTF exports from Blender, or implementing scroll-driven storytelling, these skills provide the technical patterns needed for modern, performance-first web design.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Installs: Complete core-3d-animation bundle: five skills covering Three.js, GSAP, React Three Fiber, Motion, and Babylon.js, plus the bundle's commands and agents. · Claude Code
Before you start
Claude Code CLI or claude.com/code
In a Claude Code agent session, add the author's plugin marketplace.
Installs: Complete extended-3d-scroll bundle: six skills covering A-Frame, Vanta-based lightweight 3D effects, PlayCanvas, PixiJS, Locomotive Scroll, and Barba.js, plus the bundle's commands and agents. · Claude Code
Before you start
Claude Code CLI or claude.com/code
In a Claude Code agent session, add the author's plugin marketplace.
Installs: Complete animation-components bundle: five skills covering React Spring, Magic UI animated components, AOS scroll reveals, Anime.js, and Lottie, plus the bundle's commands and agents. · Claude Code
Before you start
Claude Code CLI or claude.com/code
In a Claude Code agent session, add the author's plugin marketplace.
Installs: Complete authoring-motion bundle: four skills covering Blender, Spline, Rive, and Substance 3D, plus the bundle's commands and agents. · Claude Code
Before you start
Claude Code CLI or claude.com/code
In a Claude Code agent session, add the author's plugin marketplace.
Installs: Complete meta-skills bundle: two skills covering Web 3D integration patterns and modern web design, plus the bundle's commands and agents. · Claude Code
Before you start
Claude Code CLI or claude.com/code
In a Claude Code agent session, add the author's plugin marketplace.
Use the threejs-webgl skill to add a minimal rotating, lit cube scene to the web project at <PROJECT_PATH>. Include a scene, perspective camera, WebGL renderer, box mesh, and resize handling. Keep the result focused and explain which files you changed.
<CSS_SELECTOR>: selector for the elements to animate
Use the animejs skill to add a small staggered entrance animation to elements matching <CSS_SELECTOR> in the web project at <PROJECT_PATH>. Use a simple timeline, preserve the existing layout, and explain the files and animation values you changed.
<CSS_SELECTOR>: selector for the elements that should reveal on scroll
Use the scroll-reveal-libraries skill to add a basic AOS fade-up reveal to elements matching <CSS_SELECTOR> in the web project at <PROJECT_PATH>. Use the simplest suitable setup, keep configuration minimal, and explain which files you changed.