plans/tamagui-skill/skills/tamagui/README.md
Official Claude Code skill for Tamagui - the universal React UI framework.
npx skills add tamagui/tamagui-skills
The skill activates when working with Tamagui code. It provides:
styled(), variants, tokens)For your project's actual tokens, themes, and components:
npx tamagui generate-prompt
This generates tamagui-prompt.md with your specific configuration. The skill will reference this file when available.
skills/tamagui/
├── SKILL.md # Main skill (~600 lines)
└── references/
├── components.md # Component API reference
├── animations.md # Animation drivers and patterns
└── configuration.md # Config setup guide