zereight/skill · Archived

zereight-react-native

Gateway skill for React Native development. Routes tasks to the right specialist skill — basics, animations, state, navigation, native modules, testing, deployment, or Storybook. Use when starting any React Native development task.

First seen Mar 1, 2026

Installation

$ npx skills add zereight/skill --skill zereight-react-native

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zereight/skill · top by installs.

npx skills add zereight/skill

Browse all from zereight/skill

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,038 B
  • docs SUMMARY.md 262 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

zereight-react-native

This skill does not contain implementation details. It routes you to the right specialist skill based on what you're building.

Skill map

Task Use this skill
Components, styling, layout, Expo basics react-native-basics
Animations, Reanimated, Gesture Handler react-native-animations
State management (Zustand, Redux, TanStack Query) react-native-state
Navigation, deep linking, tab/stack structure react-native-navigation
Native modules, Turbo Modules, JSI, Fabric react-native-native-modules
Testing (Jest, Testing Library, Detox) zereight-react-native-testing / react-native-testing
Deployment (EAS Build, App Store, Play Store) react-native-deployment
Storybook setup setup-react-native-storybook
Writing Storybook stories writing-react-native-storybook-stories
HeroUI Native components heroui-native
Performance optimization guide (FPS, TTI, bundle) react-native-best-practices / vercel-react-native-skills
Performance regression detection during code review zereight-react-native-optimizer

When to delegate to optimizer

zereight-react-native-optimizer is a review tool, not a development guide.

Invoke the optimizer when:

  • A PR diff touches list rendering, animation, or native module code
  • Reviewing an RN PR alongside zereight-review

Quick decision guide

Building a new feature?
  → Use the specialist skill matching the feature domain

Debugging a performance issue?
  → react-native-best-practices or vercel-react-native-skills

Reviewing a PR?
  → zereight-review + zereight-react-native-optimizer

UI component library?
  → heroui-native