Lenis is one of those libraries that makes scrolling feel like butter, and this skill walks you through wiring it up in React or Next.js. You get a clean setup using a wrapper component with `useEffect` and `requestAnimationFrame`, plus sensible defaults for duration and easing. The guide covers both the newer `lenis` package and the older `@studio-freight/lenis`, and includes a note about GSAP ScrollTrigger integration if you're doing scroll animations. It's straightforward, maybe 10 minutes of work, and the difference in feel is immediately noticeable. Worth it if you're building anything where scroll experience matters.
npx skills add https://github.com/jerrar670/surf-website --skill implement_lenis_scroll