If you're building mobile apps with React Native and Expo, this gives you practical patterns for the common stuff: setting up Expo Router for navigation, building reusable UI components with proper TypeScript types, handling data fetching with custom hooks, and integrating native features like camera and push notifications. The code examples are solid and production-ready, covering everything from tab navigation to pull-to-refresh lists. It's genuinely helpful for structuring a cross-platform app without reinventing basic patterns. The examples assume you know React, but if you do, they'll save you from writing the same boilerplate setup code for the hundredth time.
npx skills add https://github.com/daffy0208/ai-dev-standards --skill mobile-developer