From react-native
React Native and Expo best practices for building performant mobile apps
npx claudepluginhub eliaslecomte/claude-plugin --plugin react-nativeThis skill uses the workspace's default tool permissions.
React Native and Expo best practices for building performant mobile apps.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
React Native and Expo best practices for building performant mobile apps.
| Priority | Category | Rules |
|---|---|---|
| CRITICAL | List Performance | list-performance-virtualize, list-performance-item-memo, list-performance-callbacks, list-performance-inline-objects, list-performance-function-references, list-performance-images, list-performance-item-expensive, list-performance-item-types |
| HIGH | Animation | animation-gpu-properties, animation-derived-value, animation-gesture-detector-press |
| HIGH | Navigation | navigation-native-navigators |
| HIGH | UI Patterns | ui-expo-image, ui-image-gallery, ui-pressable, ui-safe-area-scroll, ui-scrollview-content-inset, ui-menus, ui-native-modals, ui-measure-views, ui-styling |
| MEDIUM | State Management | react-state-minimize, react-state-dispatcher, react-state-fallback, react-compiler-destructure-functions, react-compiler-reanimated-shared-values |
| MEDIUM | Rendering | rendering-text-in-text-component, rendering-no-falsy-and |
| MEDIUM | Monorepo | monorepo-native-deps-in-app, monorepo-single-dependency-versions |
| LOW | Configuration | fonts-config-plugin, imports-design-system-folder, js-hoist-intl |
Individual rule files are located in the rules/ directory. Each rule file contains:
For the complete expanded guide with all rules, explanations, and code examples, see AGENTS.md.