vercel-react-native-skills

Apply 35+ prioritized rules to React Native code generation, refactoring, and review.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/sammy9322/ventura-dental-facturacion --skill vercel-react-native-skills-sammy9322
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-native-skills
Source: https://github.com/sammy9322/ventura-dental-facturacion/tree/main/.agents/skills/vercel-react-native-skills
Command: npx skills add https://github.com/sammy9322/ventura-dental-facturacion --skill vercel-react-native-skills-sammy9322

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React Native applications frequently encounter performance bottlenecks, runtime crashes, and inconsistent platform behavior due to avoidable coding patterns. This skill equips AI agents with a comprehensive, prioritized rule set to generate and refactor code that is performant, stable, and platform-native.

Core Features & Use Cases

  • Performance Optimization: 35+ rules across 13 categories covering list virtualization, GPU-accelerated animations, scroll performance, and efficient state management.
  • Platform-Native Implementation: Guidelines for using native navigators, modals, menus, and safe area handling instead of JavaScript-based alternatives.
  • AI-Assisted Development: Rules include impact levels, incorrect versus correct code examples, and specific metrics, enabling agents to make informed decisions during automated code generation and review.

Quick Start

Apply these React Native best practices when building or refactoring mobile components to ensure optimal performance, native platform behavior, and crash-free rendering from the start.

Frequently Asked Questions about vercel-react-native-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize React Native list rendering performance for large datasets?

Optimize React Native list rendering by applying virtualization rules to ensure only visible items are mounted. This skill provides prioritized guidelines for configuring list components to prevent memory overload and maintain smooth scrolling during AI-assisted code generation and refactoring tasks.

What are the best practices for GPU-accelerated animations in Expo?

Best practices for Expo animations involve using GPU-accelerated worklets and Reanimated gesture handling. This skill enforces 35+ rules to ensure animations run on the native thread, preventing JavaScript thread bottlenecks and maintaining 60 frames per second during complex gesture interactions.

How do I fix React Native navigation crashes and inconsistent platform behavior?

Fix React Native navigation crashes by replacing JavaScript-based alternatives with native navigators, modals, and menus. This skill provides platform-specific UI patterns and safe area handling rules to ensure native platform behavior and crash-free rendering across iOS and Android.

Can I use AI-assisted code review to detect React Native state management bottlenecks?

You can use AI-assisted code review to detect React Native state management bottlenecks by applying this skill's 35+ prioritized rules. It includes impact levels and incorrect versus correct code examples to evaluate efficient state handling and rendering performance during automated reviews.

Does this React Native performance skill work for both new projects and refactoring?

This React Native performance skill works for both new projects and refactoring tasks. It equips AI agents with a comprehensive rule set to generate performant code from the start or systematically refactor existing components, lists, and animations to resolve stability issues.