React Native Ui Claude Skill
Description
A Claude skill that makes Claude design React Native UIs like a senior mobile engineer — token-based themes, platform-correct idioms, and a discovery interview before any code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
react-native-ui-ux
A Claude skill for building React Native UIs that don't look AI-generated.
Drop this skill into Claude and it stops producing the usual generic mobile UI — the boxy cards, the hardcoded hex colors, the same layout no matter what the app actually is. Instead, Claude behaves like a senior mobile engineer: it asks about your product first, builds a token-based theme before any screen, and ships code that respects iOS and Android idioms separately.
What it does
- Runs a short discovery interview before writing UI code for a new app. A meditation app and a trading app shouldn't look the same — this skill makes sure they don't.
- Enforces a token-based theme (primitives → semantic tokens →
useTheme()hook). No hardcoded colors in screen files. - Handles dark mode properly — elevation via surface lightness, desaturated brand colors, warm near-black instead of
#000. - Writes platform-correct code — Android ripple vs iOS opacity, shadow vs elevation,
SafeAreaViewon every screen, 44/48pt touch targets. - Catches common anti-patterns — light gray text on white,
TouchableOpacitywith no feedback, placeholder-as-label, mixed component libraries. - Accessibility by default — labels, roles, contrast ratios, reduce-motion handling.
Install
Place the `SKILL.md` file at `~/.claude/skills/react-native-ui-ux/SKILL.md` (or wherever your Claude environment loads user skills from). Claude will pick it up automatically whenever a request touches React Native UI.
When it triggers
Any mention of React Native screens, components, theming, navigation, dark mode, animations, haptics, or "make this prettier" on a mobile app. Also when you
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://