skill-domain-routing-rn
Skill Domain Routing (theonekit-rn)
Section titled “Skill Domain Routing (theonekit-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.
Architecture
Section titled “Architecture”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
Components & UI
Section titled “Components & UI”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
Navigation
Section titled “Navigation”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
State Management
Section titled “State Management”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
Platform-Specific
Section titled “Platform-Specific”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
Performance Optimization
Section titled “Performance Optimization”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
Animations
Section titled “Animations”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
Native Modules
Section titled “Native Modules”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
Deployment
Section titled “Deployment”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 andt1k-rn-performance-*for optimization passes