Skip to content

skill-domain-routing-rn

Intent-based discovery for React Native kit skills. For core T1K skills (cook, fix, plan, etc.), see skills/t1k-help/references/skill-domain-routing.md.

User wants to…

  • Set up app architecture, folder structure, and IoC patterns → t1k-rn-base-architecture
  • Decide between Expo managed vs bare workflow → t1k-rn-base-architecture

User wants to…

  • Build reusable UI components, modals, bottom sheets, and lists → t1k-rn-base-components
  • Lay out screens with Flexbox and StyleSheet best practices → t1k-rn-base-components

User wants to…

  • Configure Expo Router tabs, stacks, or deep links → t1k-rn-base-navigation
  • Implement authentication gating in the navigation tree → t1k-rn-base-navigation

User wants to…

  • Manage global state with Zustand or Redux Toolkit → t1k-rn-base-state-management
  • Persist state with MMKV or AsyncStorage → t1k-rn-base-state-management

User wants to…

  • Handle iOS vs Android permission and API differences → t1k-rn-base-platform-specific
  • Use native modules or Expo SDK plugins → t1k-rn-base-platform-specific

User wants to…

  • Reduce re-renders, improve FPS, and tune Hermes JS engine → t1k-rn-performance-optimization
  • Analyze React DevTools or Flashlight profiling output → t1k-rn-performance-optimization

User wants to…

  • Build smooth gestures and transitions with React Native Reanimated → t1k-rn-performance-animations
  • Chain animation sequences or interpolate values → t1k-rn-performance-animations

User wants to…

  • Write Turbo Modules or JSI bridges for high-performance native code → t1k-rn-performance-native-modules
  • Integrate a native library with a Fabric component → t1k-rn-performance-native-modules

User wants to…

  • Configure EAS Build, OTA updates via EAS Update → t1k-rn-performance-deployment
  • Submit to App Store or Google Play → t1k-rn-performance-deployment
  • All skills above are RN-kit skills; invoke via the Skill tool
  • For core T1K workflow skills (cook, fix, plan, test, review), see skills/t1k-help/references/skill-domain-routing.md
  • Combine t1k-rn-base-* for architecture decisions and t1k-rn-performance-* for optimization passes