vercel-react-native-skills

द्वारा callstackincubator

React Native और Expo के साथ प्रदर्शनकारी मोबाइल ऐप बनाने के लिए सर्वोत्तम अभ्यास। React Native घटक बनाते समय, सूची प्रदर्शन को अनुकूलित करते समय, कार्यान्वित करते समय उपयोग करें…

npx skills add https://github.com/callstackincubator/agent-skills --skill vercel-react-native-skills

React Native Skills

Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations.

When to Apply

Reference these guidelines when:

  • Building React Native or Expo apps
  • Optimizing list and scroll performance
  • Implementing animations with Reanimated
  • Working with images and media
  • Configuring native modules or fonts
  • Structuring monorepo projects with native dependencies

Rule Categories by Priority

PriorityCategoryImpactPrefix
1List PerformanceCRITICALlist-performance-
2AnimationHIGHanimation-
3NavigationHIGHnavigation-
4UI PatternsHIGHui-
5State ManagementMEDIUMreact-state-
6RenderingMEDIUMrendering-
7MonorepoMEDIUMmonorepo-
8ConfigurationLOWfonts-, imports-

Quick Reference

1. List Performance (CRITICAL)

  • list-performance-virtualize - Use FlashList for large lists
  • list-performance-item-memo - Memoize list item components
  • list-performance-callbacks - Stabilize callback references
  • list-performance-inline-objects - Avoid inline style objects
  • list-performance-function-references - Extract functions outside render
  • list-performance-images - Optimize images in lists
  • list-performance-item-expensive - Move expensive work outside items
  • list-performance-item-types - Use item types for heterogeneous lists

2. Animation (HIGH)

  • animation-gpu-properties - Animate only transform and opacity
  • animation-derived-value - Use useDerivedValue for computed animations
  • animation-gesture-detector-press - Use Gesture.Tap instead of Pressable

3. Navigation (HIGH)

  • navigation-native-navigators - Use native stack and native tabs over JS navigators

4. UI Patterns (HIGH)

  • ui-expo-image - Use expo-image for all images
  • ui-image-gallery - Use Galeria for image lightboxes
  • ui-pressable - Use Pressable over TouchableOpacity
  • ui-safe-area-scroll - Handle safe areas in ScrollViews
  • ui-scrollview-content-inset - Use contentInset for headers
  • ui-menus - Use native context menus
  • ui-native-modals - Use native modals when possible
  • ui-measure-views - Use onLayout, not measure()
  • ui-styling - Use StyleSheet.create or Nativewind

5. State Management (MEDIUM)

  • react-state-minimize - Minimize state subscriptions
  • react-state-dispatcher - Use dispatcher pattern for callbacks
  • react-state-fallback - Show fallback on first render
  • react-compiler-destructure-functions - Destructure for React Compiler
  • react-compiler-reanimated-shared-values - Handle shared values with compiler

6. Rendering (MEDIUM)

  • rendering-text-in-text-component - Wrap text in Text components
  • rendering-no-falsy-and - Avoid falsy && for conditional rendering

7. Monorepo (MEDIUM)

  • monorepo-native-deps-in-app - Keep native dependencies in app package
  • monorepo-single-dependency-versions - Use single versions across packages

8. Configuration (LOW)

  • fonts-config-plugin - Use config plugins for custom fonts
  • imports-design-system-folder - Organize design system imports
  • js-hoist-intl - Hoist Intl object creation

How to Use

Read individual rule files for detailed explanations and code examples:

rules/list-performance-virtualize.md
rules/animation-gpu-properties.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect code example with explanation
  • Correct code example with explanation
  • Additional context and references

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md

callstackincubator की और Skills

rozenite-agent
callstackincubator
Use Rozenite for Agents through CLI-driven `rozenite agent` commands to inspect React Native DevTools data and Rozenite plugins on a live app target. Trigger…
official
agent-device
callstackincubator
Apple-प्लेटफ़ॉर्म ऐप्स (iOS, tvOS, macOS) और Android उपकरणों के लिए इंटरैक्शन को स्वचालित करता है। ऐप्स में नेविगेट करने, स्नैपशॉट/स्क्रीनशॉट लेने, टैप करने, टाइप करने,… के समय उपयोग करें।
official
dogfood
callstackincubator
सिस्टमेटिक रूप से iOS/Android पर एजेंट-डिवाइस के साथ मोबाइल ऐप का अन्वेषण और परीक्षण करें ताकि बग, UX समस्याएं और अन्य समस्याएं खोजी जा सकें। जब "dogfood", "QA",… के लिए कहा जाए तो उपयोग करें।
official
validate-skills
callstackincubator
एजेंटस्किल्स.आईओ स्पेक और क्लॉड कोड की सर्वोत्तम प्रथाओं के अनुसार कौशलों को मान्य करता है। नाम प्रारूप, विवरण लंबाई, और लाइसेंस और संगतता जैसे वैकल्पिक फ़ील्ड सहित कौशल मेटाडेटा अनुपालन की जाँच करता है। क्लॉड कोड की सर्वोत्तम प्रथाओं को लागू करता है: तृतीय-पुरुष विवरण, बॉडी लंबाई सीमाएँ, एकल-स्तरीय संदर्भ, और मार्कडाउन लिंक फ़ॉर्मेटिंग। स्पेक उल्लंघनों और लेखन
official
react-devtools
callstackincubator
React DevTools CLI एआई एजेंटों के लिए। उपयोग तब करें जब उपयोगकर्ता आपसे रनटाइम पर React या React Native ऐप को डीबग करने, कंपोनेंट प्रॉप्स/स्टेट/हुक्स का निरीक्षण करने, निदान करने के लिए कहे…
official
react-native-ai-skills
callstackincubator
React Native AI @react-native-ai पैकेजों के लिए एकीकरण रेसिपी प्रदान करता है जो Llama.rn (Llama.cpp), MLC-LLM, Apple Foundation बैकएंड को रैप करते हैं। इसका उपयोग तब करें जब...
official
agent-device
callstackincubator
iOS और Android ऐप इंटरैक्शन को स्नैपशॉट-आधारित खोज और सेलेक्टर-संचालित रीप्ले के साथ स्वचालित करें। iOS सिम्युलेटर/डिवाइस और Android एमुलेटर/डिवाइस को सपोर्ट करता है, जिसमें सत्र-बद्ध ऑटोमेशन, मल्टी-टेनेंट रिमोट डेमन मोड और QA वर्कफ़्लो के लिए डिवाइस-स्कोप आइसोलेशन शामिल है। मुख्य कमांड: UI खोज के लिए रेफ़ के साथ स्नैपशॉट, इंटरैक्शन के लिए प्रेस/फ़िल/स
official
dogfood
callstackincubator
iOS/Android पर एजेंट-डिवाइस के साथ एक मोबाइल ऐप को व्यवस्थित रूप से एक्सप्लोर और परीक्षण करें ताकि बग, UX समस्याएं और अन्य समस्याएं खोजी जा सकें। जब dogfood, QA,… के लिए कहा जाए तो उपयोग करें।
official