What problem does it solve? Inconsistent styling creeps into codebases when developers hard-code spacing, colors, and typography or reach for raw platform components instead of the shared library. This Skill provides the design token reference and component patterns needed to keep every screen visually consistent. ## Core Features & Use Cases - Design Token Reference: Complete tables for spacing ($1-$8), semantic colors ($textPrimary, $statusError), and typography ($xs-$2xl) so values are never hard-coded. - Core Component Patterns: Usage examples for Box, HStack, VStack, Text, Button, Input, and Card with correct prop conventions. - Layout Recipes: Ready-made patterns for screen layouts, form layouts, and list items, plus explicit anti-pattern examples showing what to avoid. - Use Case: When building a new profile screen, apply the Screen/ScreenHeader/ScreenContent layout pattern with token-based spacing instead of inventing ad-hoc styles. ## Quick Start Build a settings screen using the core component library with design tokens for all spacing, colors, and typography.