What problem does it solve?
Converts Stitch MCP screen exports into a modular Vite + React component system while handling unreliable system-level downloads and enforcing type-safe, theme-mapped styling so generated components are production-ready.
Core Features & Use Cases
- High-reliability retrieval: Uses a Bash-based fetch script to reliably download signed HTML and screenshot URLs that may fail with standard web fetch tools.
- Design-to-code mapping: Extracts tailwind configuration and design tokens into a local style guide and moves static data into a mock data layer.
- Scaffold & validate: Generates Atomic Design style components, enforces Readonly TypeScript Props interfaces, and performs AST-based validation with @swc/core; ideal for converting a landing page or screen into reusable components for an existing Vite project.
Quick Start
Convert a Stitch screen to modular Vite and React components by running the react:components skill against the Stitch screen URL and then run the included validation pipeline.