What problem does it solve? Turning a Stitch design screen into a working React dashboard requires manual translation of layouts, tokens, and data wiring, which is slow and error-prone. This Skill automates that conversion while preserving design-token fidelity and accessibility. ## Core Features & Use Cases - Stitch-to-React conversion: Fetches Stitch screens via MCP, downloads HTML/screenshot assets, and generates React 18 + Vite + TypeScript components organized into components, pages, hooks, and lib directories. - DESIGN.md token integration: Maps colors, typography, and spacing tokens to CSS variables and validates them with the design.md linter before shipping UI. - Data and Web3 wiring: Connects TanStack Query for async fetches and supports read-only on-chain calls via ethers v6 or viem/wagmi with proper formatting and error surfacing. - Use Case: Given a Stitch portfolio dashboard screen, generate a Vite app where summary cards are wired to TanStack Query and ethers read-only contract calls, styled from your DESIGN.md tokens. ## Quick Start Ask the agent to convert your Stitch dashboard screen into React + Vite components using your project's DESIGN.md tokens.