A solid reference for React Native and Expo performance patterns, organized by impact level from critical to medium. The list performance section alone is worth having on hand since FlatList configuration is where most mobile jank comes from. Covers the essentials: Reanimated for animations that don't block the JS thread, Expo Router file-based navigation, safe area handling, and the usual state management options. The checklist format makes it easy to scan during code review. Clearly a starter kit that assumes you'll expand it as you hit more edge cases, but the fundamentals are here and prioritized correctly.
npx skills add https://github.com/jezweb/claude-skills --skill react-native