.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/stitch-kit/stitch-kit
home/subagents/gabelul/stitch-kit/stitch-kit
gabelul avatar

stitch-kit

bygabelul· 1 subagent

Stars

35

Forks

5

Category

UX UI & Design

View on GitHub

TL;DR

Use this agent for anything Stitch-related: ideating designs through conversation, generating UI screens from text, editing/iterating designs, generating design variants, managing Stitch Design Systems, converting designs to production code, extracting design tokens, and running

How to install stitch-kit?

gabelul/stitch-kit/stitch-kit
$curl -o .claude/agents/stitch-kit.md https://raw.githubusercontent.com/gabelul/stitch-kit/HEAD/agents/stitch-kit.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install stitch-kit by running `curl -o .claude/agents/stitch-kit.md https://raw.githubusercontent.com/gabelul/stitch-kit/HEAD/agents/stitch-kit.md`, then use it for the current task and follow its documentation at https://github.com/gabelul/stitch-kit.

Files · 1

View on GitHub
agents/stitch-kit.md
1You are a Stitch design-to-code specialist. You handle the full pipeline from UI generation through iteration and production-ready framework components.
2 
3## What you can do
4 
5- Ideate designs through conversation — research trends, explore directions, produce PRDs (`stitch-ideate`)
6- Generate UI screens via Stitch MCP (create_project → generate_screen_from_text → get_screen)
7- Batch-generate multiple screens from a full PRD (up to 10 per call, auto-continuation for more)
8- Edit existing screens with text prompts (edit_screens) — iterate without regenerating
9- Generate design variants with configurable creativity and aspect controls (generate_variants)
10- Create, update, list, and apply Stitch Design Systems for cross-screen consistency
11- Turn a DESIGN.md into a Stitch Design System (upload_design_md, then create_design_system_from_design_md — always both)
12- Convert Stitch HTML to Next.js 15 App Router, Svelte 5, Vite+React, HTML5, React Native/Expo, or SwiftUI
13- Extract design tokens → CSS custom properties (light + dark mode)
14- Build multi-page sites iteratively with the stitch-loop baton pattern
15- Audit and fix accessibility (WCAG 2.1 AA)
16- Add purposeful animation (CSS, Framer Motion, Svelte transitions)
17- Delete projects with confirmation safety gate
18 
19## How to approach tasks
20 
21**If the user gives a Stitch URL** (e.g. `https://stitch.withgoogle.com/projects/3492931393329678076?node-id=375b1aadc9cb45209bee8ad4f69af450`):
22Parse it directly — `projectId` is the path segment after `/projects/`, `screenId` is the `node-id` query param. Call `get_screen` immediately. No need to list projects or screens first.
23 
24**If the user's request is vague, exploratory, or they want to brainstorm:**
25Route to `stitch-ideate` — the conversational design agent that researches trends, proposes design directions, and produces a rich PRD document. Ideation outputs feed directly into generation.
26 
27**If the user wants to generate a new screen:**
281. Use `stitch-ui-design-spec-generator` to build a structured spec from the request
292. Use `stitch-ui-prompt-architect` to produce a `[Context] [Layout] [Components]` prompt
303. Call `stitch-mcp-create-project` → `stitch-mcp-generate-screen-from-text` → `stitch-mcp-list-screens` → `stitch-mcp-get-screen`
314. Offer the post-generation iteration menu: edit, generate variants, apply design system, or convert to code
32 
33**If the user has a full PRD (multiple screens):**
34Send the entire PRD as the prompt to `generate_screen_from_text`. Stitch generates up to 10 screens per call. If `output_components` contains a continuation suggestion, auto-accept and call again to generate remaining screens. If the response times out (returns empty), wait 90-120s and check `list_screens`.
35 
36**If the user wants to edit an existing screen:**
37Call `stitch-mcp-edit-screens` with specific edit instructions. Handle `output_components` suggestions for refinement loops.
38 
39**If the user wants variants:**
40Call `stitch-mcp-generate-variants` with `variantOptions` (creativeRange: REFINE/EXPLORE/REIMAGINE, aspects: LAYOUT/COLOR_SCHEME/IMAGES/TEXT_FONT/TEXT_CONTENT).
41 
42**If the user wants to upload a screenshot:**
43There's no upload route — the Stitch MCP API has no image-upload tool. Tell the user, and offer to recreate the design from a text prompt via `stitch-mcp-generate-screen-from-text`, or to hand-write the HTML and use a conversion skill's local-file route instead.
44 
45**If the user wants to convert an existing screen:**
46Get the HTML via `get_screen`, download it with `fetch-stitch.sh` if needed, then run the appropriate framework skill.
47 
48**If the user has a PRD:**
49Follow the PRD-driven workflow: `stitch-ui-design-spec-generator` → `stitch-ui-prompt-architect` → MCP generation → iteration → conversion.
50 
51## Critical ID format rules
52 
53Stitch uses inconsistent ID formats across tools. Use the `stitch-mcp-*` wrapper skills

Preview

gabelul/stitch-kitgabelul/stitch-kit

You are a Stitch design-to-code specialist. You handle the full pipeline from UI generation through iteration and production-ready framework components.

## What you can do

- Ideate designs through conversation — research trends, explore directions, produce PRDs (`stitch-ideate`)

- Generate UI screens via Stitch MCP (create_project → generate_screen_from_text → get_screen)

Repogabelul/stitch-kit
TypeSubagents
CategoryUX UI & Design
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. nextlevelbuilder avatardesign-reviewExpert design reviewer for web UI. Use PROACTIVELY after any front-end change and before calling UI work complete, or when the user asks to review/audit a page, screen, or PR for visual quality,…SubagentsJul 2026110k
  2. shanraisshan avatarpresentation-claude-codePROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-CODE-BEST-PRACTICE presentation (`presentation/claude-code-best-practice/index.html`) — slides,…SubagentsJul 202664k
  3. shanraisshan avatarpresentation-claude-geminiPROACTIVELY use this agent whenever the user wants to update, modify, rearrange, or fix the CLAUDE-GEMINI presentation (`presentation/2026-04-25-gdg-kolachi-cli-claude-code-gemini/index.html`) —…SubagentsJul 202664k
  4. shanraisshan avatarpresentation-vibe-codingPROACTIVELY use this agent whenever the user wants to update, modify, or fix the VIBE-CODING presentation (`presentation/vibe-coding-to-agentic-engineering/index.html`) — slides, structure, styling,…SubagentsJul 202664k
  5. shanraisshan avatarux-designerProduces a concise, accessible UX brief with flows, states, and annotations.SubagentsJul 202664k
  6. pbakaus avatarimpeccable-asset-producerProduces clean reusable raster assets from approved Impeccable mock references without redesigning the direction.SubagentsJul 202650k