ワンクリックで
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.