一键导入
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.