Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Analyze Stitch design projects and generate a DESIGN.md semantic design system file for consistent screen generation
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
README.md
1# Stitch Design System Documentation Skill23## Install45```bash6npx skills add google-labs-code/stitch-skills --skill design-md --global7```89## Example Prompt1011```text12Analyze my Furniture Collection project's Home screen and generate a comprehensive DESIGN.md file documenting the design system.13```1415## Skill Structure1617This repository follows the **Agent Skills** open standard. Each skill is self-contained with its own logic, workflow, and reference materials.1819```text20design-md/21├── SKILL.md — Core instructions & workflow22├── examples/ — Sample DESIGN.md outputs23└── README.md — This file24```2526## How it Works2728When activated, the agent follows a structured design analysis pipeline:29301. **Retrieval**: Uses the Stitch MCP Server to fetch project screens, HTML code, and design metadata.312. **Extraction**: Identifies design tokens including colors, typography, spacing, and component patterns.323. **Translation**: Converts technical CSS/Tailwind values into descriptive, natural design language.334. **Synthesis**: Generates a comprehensive DESIGN.md following the semantic design system format.345. **Alignment**: Ensures output follows Stitch Effective Prompting Guide principles for optimal screen generation.35