원클릭으로
architect
Manages migration from legacy React Navigation patterns to Expo Router (v3+) and enforces a clean, modular project structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manages migration from legacy React Navigation patterns to Expo Router (v3+) and enforces a clean, modular project structure.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforces a high-fidelity Lyft-inspired design system across all React Native components. Utilizes visual resources and strict design tokens to ensure a professional, minimalist, and high-contrast user experience.
Scans and refactors the codebase to remove the "Taxi" branding, replacing it with "Route" or "Ride" to ensure compliance with Google Play Store transportation policies.
Performs deep dependency tracing to eliminate monetary, wallet, and transaction-related logic from Prisma schemas and Express routes.
Identifies and eliminates all monetary, wallet, and transaction-related logic from Prisma schemas and Express routes to convert the app into a free peer-to-peer service.
| name | architect |
| description | Manages migration from legacy React Navigation patterns to Expo Router (v3+) and enforces a clean, modular project structure. |
Fix the broken navigation tree and ensure the app follows the "file-based routing" standard.
app/_layout.tsx has a proper default export.Slot or Stack provider.navigation.navigate() calls.router.push() or router.replace() from expo-router.app/(tabs) and into src/services or src/hooks.app/(tabs)/_layout.tsx.useEffect for navigation if a Link component can be used instead.