AIAny
Icon for item

Stitch Agent Skills

Installs modular Agent Skills for the Stitch MCP server to expose Stitch-powered design and coding capabilities to coding agents. Includes CLI discovery/installation, UI-to-React conversion, design-system synthesis, multi-page site generation, and Remotion video export.

Introduction

Stitch Agent Skills aims to make Stitch's design and generation capabilities consumable as small, reusable "skills" for coding agents. Rather than treating Stitch as an isolated tool, this repository packages common workflows—prompt enhancement, design-system synthesis, multi-page site generation, component extraction, and video walkthrough export—as discoverable skills that an agent can install and invoke automatically. That makes it easier to orchestrate Stitch-driven UI work from a range of coding agents and CLIs.

What Sets It Apart
  • Agent-first packaging: Skills follow the Agent Skills open standard so multiple coding agents (Antigravity, Gemini CLI, Claude Code, Cursor and others) can discover and run them without bespoke adapters. This reduces integration work when adding Stitch capabilities to different agent runtimes.
  • Focused, composable missions: Each skill is organized with a clear SKILL.md, resources, examples, and executable validators. That structure is intended to give agents the context and checks they need to perform higher-quality, few-shot-driven tasks (e.g., synthesize a DESIGN.md, convert Stitch screens to React components, or generate a multi-page site from one prompt).
  • CLI-first discovery/install: The repository is designed to be consumed via a skills CLI (npx skills add ...), which automates detection of the active agent environment and installs a skill into the appropriate directory—so agents or developer workflows can add functionality with a single command rather than manual wiring.
Who It's For and Tradeoffs

Great fit if you are a developer or design-engineer who:

  • Uses Stitch (or plans to) as part of a generative UI workflow and wants those capabilities exposed to agent-driven automation;
  • Builds or extends coding agents and need a standardized skillset to call Stitch tasks (UI prompt enhancement, design documentation, component extraction, site generation, or video export);
  • Values modular, example-driven skills that include validators and style guides to improve agent outputs.

Look elsewhere if:

  • You do not use Stitch or an MCP-compatible agent runtime—this repo is optimized for the Stitch + MCP ecosystem and assumes that workflow;
  • You expect a polished end-user application—this is a developer-facing collection of skills, not a consumer product or a hosted service.
Where It Fits

This repository is functionally a bridge between Stitch (design/screen generation) and agent orchestration layers. It sits alongside other agent tooling (agent skill frameworks, orchestration libraries, or LLM-based code assistants) and is most valuable when you need repeatable, validated Stitch-related tasks callable by different agent implementations.

Notable Practical Notes
  • The project was created on 2026-01-16 and is provided by a Google Labs Code organization. The README explicitly states it is not an officially supported Google product and excludes the project from Google’s OSS vulnerability rewards program—important if you need formal support or security guarantees.

In short: Stitch Agent Skills reduces the integration friction of exposing Stitch workflows to agents by packaging common UI and developer workflows as discoverable, validated skills—best for teams embedding Stitch into automated agent-driven pipelines.

Information

  • Websitegithub.com
  • Authorsgoogle-labs-code (Google Labs Code)
  • Published date2026/01/16

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.