Claude-skill-registry expo-rn-conventions
Apply consistent React Native + Expo conventions for project structure, Expo Router navigation, theming primitives, icons, sqlite data patterns, safe area handling, and bun/bunx tooling. Use when adding or updating screens, components, navigation, data, or dependencies in Expo/React Native apps so work matches these practices.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/expo-rn-conventions" ~/.claude/skills/majiayu000-claude-skill-registry-expo-rn-conventions && rm -rf "$T"
manifest:
skills/data/expo-rn-conventions/SKILL.mdsource content
Expo RN Conventions
Overview
Use this skill to enforce a reusable set of React Native + Expo do and don'ts across projects.
Workflow
- Load
and treat it as the source of truth for conventions.references/context.md - Apply the guidance while editing screens, components, navigation, data, and config.
- Call out conflicts with a target project's local guidelines before deviating.
- Update
when new conventions are agreed on.references/context.md
Reference
references/context.md