一键导入
mobile-architecture-react-native-expo
Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Syncs Telegram supergroup topics into local task files and GitHub issues, using embedded Python scripts for deterministic JSON state management. Preserves raw bilingual messages verbatim, injects refactored prompts, and correlates codebase context.
100% Jetpack Compose, MVI (UDF), Hilt, and SQLDelight for token-efficient, zero-hallucination Android development.
NestJS, Prisma ORM, Vertical Slice Architecture, and Strict TypeScript for zero-hallucination backend development.
Automatically generates decentralized task files based on manager instructions.
Idiomatic Go, Clean Architecture, and Gin routing best practices
Hexagonal Architecture (Ports and Adapters), gRPC, Uber Fx, and Redis caching for ultra-low latency Go backends.
| name | mobile-architecture-react-native-expo |
| description | Expo Managed Workflow, Expo Router, NativeWind, and Strict TypeScript for zero-hallucination cross-platform apps. |
ios/ or android/ native folders, Podfile, or build.gradle. Native configuration causes massive AI hallucinations. Use Expo Config plugins instead.app/). It drastically reduces navigation boilerplate.StyleSheet.create. It reduces line count and token usage significantly.project/
├── app/ # Expo Router file-based routing
│ ├── (auth)/ # Authentication flow
│ ├── (tabs)/ # Tab bar layout
│ └── _layout.tsx # Root layout / Providers
├── components/ # Reusable UI components
├── constants/ # Colors, Layout dimensions, Config
├── hooks/ # Custom React hooks
├── services/ # API clients and external services
├── store/ # Global state (Zustand)
└── assets/ # Images, fonts
PascalCase (e.g., PrimaryButton.tsx)camelCase starting with use (e.g., useColorScheme.ts)kebab-case or exact URL match.app/ directory for routing. Use <Link> from expo-router.Zustand. Avoid Redux.SafeAreaView from react-native-safe-area-context.Jest + @testing-library/react-native.