Guides Claude through React Native development with a clear separation between business logic and UI. The skill pushes for functional components with explicit TypeScript interfaces, extracting all logic into custom hooks to keep screens purely presentational. It covers local-first state management, escalating to Zustand or React Query only when needed, and includes solid testing patterns with React Native Testing Library. The project structure is opinionated but practical, keeping core business logic completely separate from React code. If you're building a mobile app and want Claude to follow modern React Native patterns without reinventing the wheel on every component, this keeps things consistent.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill react-native