What problem does it solve? Moving AI-generated UI designs from Google's Stitch platform into a local development workflow requires manual copying of HTML/CSS and custom authentication handling. This Skill bridges Stitch projects with local preview servers, static site generation, and coding agents through a single CLI. ## Core Features & Use Cases - Local Design Preview: Serve all screens from a Stitch project on a Vite dev server and browse design data interactively in the terminal. - Astro Site Generation: Map Stitch screens to routes and generate a complete, deployable Astro project with fetched HTML/CSS. - MCP Agent Integration: Proxy Stitch MCP tools to coding agents with automatic token refresh, exposing virtual tools like build_site, get_screen_code, and get_screen_image. - Use Case: A designer exports three Stitch screens (home, about, contact) and asks an agent to call build_site with route mappings, producing HTML pages ready to integrate into a Next.js project. ## Quick Start Run npx @_davideast/stitch-mcp init to authenticate, then ask the agent to serve my Stitch project locally and build an Astro site from its screens.