This is a comprehensive rulebook for building Expo React Native apps, organized into 50 rules across 10 categories from project setup to testing. It covers the practical stuff you actually need: Expo Router file-based navigation, protected auth routes, deep linking configuration, FlashList for performance, and proper TypeScript setup. The priorities are sensible, putting routing and config at critical level while forms and theming sit at medium. What's useful here is the specificity: you get actual patterns for stack-within-tabs navigation, OAuth flows with AuthSession, and KeyboardAvoidingView implementations. It includes production templates for common screens and a compiled AGENTS.md with everything in one place. Best for teams standardizing on Expo Router and wanting consistent patterns across features.
npx skills add https://github.com/pproenca/dot-skills --skill expo-react-native-coder