monorepo-tamagui
Installation
SKILL.md
Monorepo using Tamagui
Expert developer guidelines for building cross-platform applications with TypeScript, React, Next.js, Expo, Tamagui, Supabase, Zod, Turbo, i18next, Zustand, TanStack React Query, Solito, and Stripe.
Code Style and Structure
- Write concise TypeScript using functional patterns
- Use descriptive variable names with auxiliary verbs like
isLoading - Structure files with exported components, helpers, and types using named exports
TypeScript and Validation
- Prefer interfaces over types
- Leverage Zod for schema validation
- Use literal types instead of enums
- Build functional components with TypeScript interfaces for props