Stitch 2.0 hands‑on guide
A new video breaks down four practical ways to use Google's Stitch 2.0 for AI coding—showing it as a modular bridge for orchestrating distributed ML pipelines and prototyping agentic components. The clip stresses developer experience and system explainability, which are cropping up in system‑design interviews. (youtube.com)
Stitch 2.0 installs a Stitch MCP server and SDK that expose Stitch’s native tools as a Model Context Protocol (MCP) endpoint so external coding agents can call design-generation and export tools programmatically. (blog.google) Google’s official stitch-skills repo publishes a library of Agent Skills that follow the Agent Skills open standard and explicitly lists compatibility with Antigravity, Gemini CLI, Claude Code and Cursor; the repo has roughly 3.5k stars on GitHub. (github.com) Multiple community and Google-backed CLIs connect Stitch to developer workflows: davideast’s stitch-mcp CLI previews Stitch designs locally, builds sites, and feeds design context into agents, while several “universal” MCP server projects package Stitch connectivity for Cursor, Claude and other MCP-capable editors. (github.com) Stitch outputs HTML/CSS (Tailwind-structured markup) and supports one‑click or plugin-based pipelines into Figma in Standard mode, and community skills/plugins convert Stitch exports into production-oriented React + Tailwind component stacks. (discuss.ai.google.dev) Gemini CLI extensions are a first‑class integration point for Stitch: there’s a maintained Stitch extension for the Gemini CLI and the Gemini CLI docs describe MCP servers and extension packaging as the mechanism to surface Stitch tools inside terminal‑based agents. (github.com) Google’s public discussion threads and docs differentiate Standard vs Experimental modes for Stitch generation limits and export features (for example, Figma export is only available in Standard mode), so teams automating design‑to‑code pipelines must pick the mode that supports the desired export and generation quota. (discuss.ai.google.dev)