If you're building React Native apps and need animations that don't stutter, this skill gets Claude up to speed on Reanimated 4.x. It's the go-to library for running animations on the UI thread instead of the JavaScript thread, which matters when you need guaranteed 60fps. The skill covers the core workflow: shared values, animated styles, the declarative entering/exiting API, and gesture handlers. It also reminds you to check useReducedMotion for accessibility, which is easy to forget. Reanimated has basically replaced Framer Motion in the mobile world because of the performance difference. Comes with Expo SDK 54 and up, so if you're on a recent version you likely already have it installed.
npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill react-native-reanimated