ui-mobile

Installation
SKILL.md

Mobile UI Design Skill (React Native)

Load with: base.md + react-native.md


MANDATORY: Mobile Accessibility Standards

These rules are NON-NEGOTIABLE. Every UI element must pass these checks.

1. Touch Targets (CRITICAL)

// MINIMUM 44x44 points for ALL interactive elements
const MINIMUM_TOUCH_SIZE = 44;
Installs
1
First Seen
Mar 25, 2026
ui-mobile from smithery.ai