This is the mobile UI skill you reach for when you need React Native components that won't get your app rejected for accessibility violations. It enforces the non-negotiables: 44pt minimum touch targets, WCAG AA contrast ratios, visible button boundaries, and proper accessibility labels on every interactive element. You also get platform-specific guidance for iOS versus Android (shadows versus elevation, SF Pro versus Roboto), safe area handling, and a complete type scale. The mandatory accessibility section is unusually strict, which is exactly what mobile development needs since most accessibility bugs come from developers not knowing the rules exist. Covers React Native and Flutter file patterns.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ui-mobile