What problem does it solve? Building UIs that run on both web and React Native often means duplicating styling logic and guessing at design tokens, theme names, and component APIs. This Skill provides the correct Tamagui patterns for styled components, variants, responsive props, and animations so generated code compiles cleanly and follows the framework's conventions. ## Core Features & Use Cases - Styled Components & Variants: Create components with styled(), typed variants using as const, and compound components via createStyledContext. - Tokens, Themes & Responsive Design: Apply $-prefixed design tokens, nested themes with the 12-step color scale, and media query props like $gtMd. - Animations & UI Components: Configure animation drivers (CSS, Reanimated, Motion), use AnimatePresence for exit animations, and compose Dialog, Sheet, Select, Tabs, and other components. - Use Case: When building a settings screen that must work on iOS and web, use this Skill to generate a responsive layout with XStack/YStack, a Dialog that adapts to a Sheet on touch devices, and theme-aware colors. ## Quick Start Ask the assistant to create a Tamagui card component with size variants and theme-aware background colors for your project.