What problem does it solve? Setting up the code side of a design system — Storybook, component implementations, stories, and visual regression testing — is repetitive, error-prone work that often drifts from the Figma source of truth. This Skill automates that entire pipeline so code components match the Figma spec and every change is visually tested. ## Core Features & Use Cases - Storybook setup and component building: Initializes Storybook in the monorepo wired to synced design tokens, then builds code components from Figma specs including slot contracts, variant props, and icon handling. - Parallel story generation: Dispatches subagents to generate stories per component with working controls, plus a single searchable icon gallery story. - Chromatic visual regression with cost guardrails: Configures Chromatic CI with full snapshots (avoiding TurboSnap pitfalls for token-driven systems), usage alerts, and scoped CI triggers. - Use Case: After syncing Figma tokens into a pnpm monorepo, run this Skill to stand up Storybook, generate stories for 40 components, and get a Chromatic PR workflow that catches visual regressions on every token update. ## Quick Start Set up Storybook and Chromatic for my design system monorepo and generate stories for all the components synced from Figma.