What problem does it solve?
This Skill prevents common Tamagui v1.x mistakes that cause broken behavior, sluggish performance, and inconsistent cross-platform UI by codifying best practices for configuration, compiler optimization, and UI patterns.
Core Features & Use Cases
- Tamagui v4 configuration guidance: Establishes a clean setup for tamagui.config.ts using @tamagui/config/v4 and recommended settings for cross-platform style compatibility.
- Compiler optimization rules: Improves bundle size and runtime performance by avoiding patterns that break Tamagui’s style extraction, and by using the right escape hatches when needed.
- Cross-platform UI pattern enforcement: Standardizes required structure and accessibility requirements for Dialog/Sheet overlays, overlays like Popover/Tooltip/Select, and interactive animations.
- Design-system consistency: Encourages token-driven typography, theming, spacing, motion, and anti-pattern avoidance to keep UI coherent across web and native.
Quick Start
Ask the AI: "Create a Tamagui Dialog + Form that follows these rules: use Adapt for touch, ensure Dialog.Title and Dialog.Description exist (even if visually hidden), place animations on Dialog.Content only with animateOnly, and optimize for Tamagui compiler extraction."