If you're building React Native apps and need animations that don't stutter, this teaches you the modern stack: Reanimated 3 for declarative animations, Gesture Handler for pan/swipe interactions, and layout transitions for lists. The skill walks through shared values, worklet functions, and interpolation, with practical examples like draggable cards and animated lists. Most helpful is the timing function comparison (withSpring vs withTiming vs withDecay) and the troubleshooting table for worklet errors. The bonded agent can help debug frame drops and optimize for low-end devices. Good for anyone moving past basic Animated API or dealing with janky gestures.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-react-native --skill react-native-animations