agentsclimarketplace

Frontend rn expo

Skill byerlikaya/claude-starter-kit/claude-starter/skills/frontend-rn-expo

Enterprise engineering workflow for Claude Code — not just prompts. AI agents that plan, build, audit, and ship with security gates, privacy checks, and approval-controlled commits. Safely adopt it into new or existing repositories.

Install
npx -y skills add byerlikaya/claude-starter-kit --skill frontend-rn-expo

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

OPTIONAL, stack-specific: React Native + Expo (prebuild). Mobile RN projects only; the generic principles live in the `frontend` skill. Trigger phrases: "expo", "react native", "native bridge", "expo router", "rn screen", "prebuild"

SKILL.md

1.2 KB, as published. Nobody here has run it

React Native + Expo (stack-specific layer)

For generic frontend discipline, applies the frontend skill; this file only covers the RN+Expo-specific additions. Not used in web/desktop projects (delete it if needed).

RN + Expo specifics

  • Navigation: expo-router (file-based) or react-navigation — follow whichever the project uses.
  • Lists: FlatList/FlashList + keyExtractor; virtualization for heavy lists.
  • Native bridge: only when needed; the JS side is typed, error paths are explicit (what the UI does if native rejects). Via Expo prebuild / config plugin; mind the platform difference (iOS/Android).
  • Render by capability: do not promise in the UI a capability the device lacks; show it conditionally.
  • Assets: image size/resolution, expo-image cache, splash/icon prebuild compatibility.

DoD (in addition to the generic frontend DoD)

  • Works across the target iOS/Android version matrix; native bridge error paths are tested.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.