npx skills add smithery/mindrally --skill monorepo-tamagui
mindrally/skills
monorepo-tamagui
Monorepo development guidelines using Tamagui, Turbo, Next.js, Expo, Supabase, and cross-platform best practices.
Installation
npx skills add mindrally/skills --skill monorepo-tamagui
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `pr…
253.4K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsGuides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, Mon…
269.8K installsPrisma Postgres setup and operations guidance across Console, create-db CLI, Management API, an…
263K installsUse when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge F…
263K installsAlso in this package
Other skills from mindrally/skills · top by installs.
npx skills add mindrally/skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,154 B -
docs
SUMMARY.md2,112 B
History
- First seen on skills.sh
- First recorded snapshot · 627 installs
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
UI and Styling
- Apply Tamagui for cross-platform components
- Implement mobile-first responsive design
- Maintain styling consistency across web and native
- Utilize Tamagui theming capabilities
State Management
- Use Zustand for state management
- Employ TanStack React Query for data fetching and caching
- Minimize
useEffectusage
Internationalization
- Use i18next and react-i18next for web
- Apply expo-localization for React Native
- Internationalize all user-facing text
Error Handling
- Prioritize edge cases
- Handle errors early with guard clauses
- Implement custom error types for consistency
Performance Optimization
- Optimize both web and native platforms
- Use dynamic imports in Next.js
- Implement lazy loading
- Optimize images with proper formats
Monorepo Structure
- Follow Turbo best practices
- Isolate packages with correct dependency management
- Use shared configurations
- Structure workspace per
package.json
Cross-Platform Development
- Use Solito for navigation
- Create
.native.tsxfiles for platform-specific code - Use SolitoImage for cross-platform image compatibility
Stripe Integration
- Implement payment processing and subscriptions
- Use Stripe Customer Portal
- Handle webhooks for subscription events
- Sync subscription status with Supabase