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 → rn-base-architecture
  • Decide between Expo managed vs bare workflow → rn-base-architecture

User wants to…

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

User wants to…

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

User wants to…

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

User wants to…

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

User wants to…

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

User wants to…

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

User wants to…

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

User wants to…

  • Configure EAS Build, OTA updates via EAS Update → rn-perf-deployment
  • Submit to App Store or Google Play → rn-perf-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 rn-base-* for architecture decisions and rn-perf-* for optimization passes