What problem does it solve? Building consistent, accessible, responsive React interfaces with Chakra UI v3 requires knowing its token system, compound components, provider setup, and theming APIs — this Skill encodes all of that so generated code follows v3 conventions instead of outdated v2 patterns. ## Core Features & Use Cases - Component & Layout Generation: Produces complete, runnable Chakra UI v3 components (forms, cards, dashboards, navbars) with semantic tokens, responsive breakpoints, and accessibility built in. - Project Setup & Provider Wiring: Installs Chakra UI, runs CLI snippets, and configures ChakraProvider correctly for Next.js App Router, Pages Router, Vite, and Remix. - Theming & Charts: Defines brand tokens, semantic tokens, recipes, and slot recipes via defineConfig/createSystem, and builds bar, area, line, and pie charts with @chakra-ui/charts and Recharts. - Use Case: Ask for a login form or a pricing table and receive production-ready TSX using Field.Root, colorPalette, and bg.surface tokens that adapt to dark mode automatically. ## Quick Start Ask the agent to build a responsive dashboard card grid with Chakra UI v3 using semantic color tokens and dark-mode support.