What problem does it solve? Developers working on the mobile-v2 React Native app often struggle with inconsistent file placement, naming styles, and export patterns, leading to a disorganized codebase that is hard to navigate and maintain. ## Core Features & Use Cases - Folder Structure Reference: Documents the complete directory layout for Expo Router routes, feature modules, shared components, hooks, and theme tokens. - Naming & Route Conventions: Enforces kebab-case files, PascalCase components, use-* hooks, and Expo Router patterns like route groups, dynamic routes, and hidden tabs. - Feature Module Template: Provides a standard structure for features with types.ts, queries.ts, actions.ts, and optional Zustand stores. - Use Case: When adding a new vocabulary practice screen, consult this Skill to decide whether the component belongs in src/features/vocabulary/ or src/components/, how to name the files, and how to register the route. ## Quick Start Ask the AI to create a new feature or screen in the mobile app following the mobile file organization conventions.