Official GSAP skill for React that teaches you to use the useGSAP hook instead of wrestling with useEffect cleanup. It covers refs, scoping selectors to avoid cross-component conflicts, and contextSafe wrappers for event handlers so animations don't leak between renders. The patterns here prevent the classic mistakes: forgetting to revert contexts, running GSAP during SSR in Next.js, and creating animations in callbacks that never get cleaned up. If you're doing any animation in React, this is the right way to wire up GSAP without fighting the framework or leaving garbage in the DOM.
npx skills add https://github.com/nexu-io/open-design --skill gsap-react