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 →
rn-base-architecture - Decide between Expo managed vs bare workflow →
rn-base-architecture
Components & UI
Section titled “Components & UI”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
Navigation
Section titled “Navigation”User wants to…
- Configure Expo Router tabs, stacks, or deep links →
rn-base-navigation - Implement authentication gating in the navigation tree →
rn-base-navigation
State Management
Section titled “State Management”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
Platform-Specific
Section titled “Platform-Specific”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
Performance Optimization
Section titled “Performance Optimization”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
Animations
Section titled “Animations”User wants to…
- Build smooth gestures and transitions with React Native Reanimated →
rn-perf-animations - Chain animation sequences or interpolate values →
rn-perf-animations
Native Modules
Section titled “Native Modules”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
Deployment
Section titled “Deployment”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 andrn-perf-*for optimization passes