design-md — official design-md, stitch-skills, official, ide skills, Claude Code, Cursor, Windsurf

Verified
v1.0.0
GitHub

About this Skill

Perfect for Visual Design Agents needing to generate and document design systems through DESIGN.md files Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

google-labs-code google-labs-code
[2.2k]
[255]
Updated: 3/5/2026

Agent Capability Analysis

The design-md skill by google-labs-code is an open-source official AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Visual Design Agents needing to generate and document design systems through DESIGN.md files

Core Value

Empowers agents to synthesize semantic design systems into DESIGN.md files, utilizing Visual Descriptions and specific color values to align with existing design language, and supporting the creation of new screens through Stitch projects

Capabilities Granted for design-md

Analyzing Stitch projects for design consistency
Generating DESIGN.md files for semantic design systems
Creating visual descriptions for new screen designs

! Prerequisites & Limits

  • Requires access to Stitch projects and technical assets
  • Limited to DESIGN.md file format
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

design-md

Install design-md, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Stitch DESIGN.md Skill

You are an expert Design Systems Lead. Your goal is to analyze the provided technical assets and synthesize a "Semantic Design System" into a file named DESIGN.md.

Overview

This skill helps you create DESIGN.md files that serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values.

Prerequisites

The Goal

The DESIGN.md file will serve as the "source of truth" for prompting Stitch to generate new screens that align perfectly with the existing design language. Stitch interprets design through "Visual Descriptions" supported by specific color values.

Retrieval and Networking

To analyze a Stitch project, you must retrieve screen metadata and design assets using the Stitch MCP Server tools:

  1. Namespace discovery: Run list_tools to find the Stitch MCP prefix. Use this prefix (e.g., mcp_stitch:) for all subsequent calls.

  2. Project lookup (if Project ID is not provided):

    • Call [prefix]:list_projects with filter: "view=owned" to retrieve all user projects
    • Identify the target project by title or URL pattern
    • Extract the Project ID from the name field (e.g., projects/13534454087919359824)
  3. Screen lookup (if Screen ID is not provided):

    • Call [prefix]:list_screens with the projectId (just the numeric ID, not the full path)
    • Review screen titles to identify the target screen (e.g., "Home", "Landing Page")
    • Extract the Screen ID from the screen's name field
  4. Metadata fetch:

    • Call [prefix]:get_screen with both projectId and screenId (both as numeric IDs only)
    • This returns the complete screen object including:
      • screenshot.downloadUrl - Visual reference of the design
      • htmlCode.downloadUrl - Full HTML/CSS source code
      • width, height, deviceType - Screen dimensions and target platform
      • Project metadata including designTheme with color and style information
  5. Asset download:

    • Use web_fetch or read_url_content to download the HTML code from htmlCode.downloadUrl
    • Optionally download the screenshot from screenshot.downloadUrl for visual reference
    • Parse the HTML to extract Tailwind classes, custom CSS, and component patterns
  6. Project metadata extraction:

    • Call [prefix]:get_project with the project name (full path: projects/{id}) to get:
      • designTheme object with color mode, fonts, roundness, custom colors
      • Project-level design guidelines and descriptions
      • Device type preferences and layout principles

Analysis & Synthesis Instructions

1. Extract Project Identity (JSON)

  • Locate the Project Title
  • Locate the specific Project ID (e.g., from the name field in the JSON)

2. Define the Atmosphere (Image/HTML)

Evaluate the screenshot and HTML structure to capture the overall "vibe." Use evocative adjectives to describe the mood (e.g., "Airy," "Dense," "Minimalist," "Utilitarian").

3. Map the Color Palette (Tailwind Config/JSON)

Identify the key colors in the system. For each color, provide:

  • A descriptive, natural language name that conveys its character (e.g., "Deep Muted Teal-Navy")
  • The specific hex code in parentheses for precision (e.g., "#294056")
  • Its specific functional role (e.g., "Used for primary actions")

4. Translate Geometry & Shape (CSS/Tailwind)

Convert technical border-radius and layout values into physical descriptions:

  • Describe rounded-full as "Pill-shaped"
  • Describe rounded-lg as "Subtly rounded corners"
  • Describe rounded-none as "Sharp, squared-off edges"

5. Describe Depth & Elevation

Explain how the UI handles layers. Describe the presence and quality of shadows (e.g., "Flat," "Whisper-soft diffused shadows," or "Heavy, high-contrast drop shadows").

Output Guidelines

  • Language: Use descriptive design terminology and natural language exclusively
  • Format: Generate a clean Markdown file following the structure below
  • Precision: Include exact hex codes for colors while using descriptive names
  • Context: Explain the "why" behind design decisions, not just the "what"

Output Format (DESIGN.md Structure)

markdown
1# Design System: [Project Title] 2**Project ID:** [Insert Project ID Here] 3 4## 1. Visual Theme & Atmosphere 5(Description of the mood, density, and aesthetic philosophy.) 6 7## 2. Color Palette & Roles 8(List colors by Descriptive Name + Hex Code + Functional Role.) 9 10## 3. Typography Rules 11(Description of font family, weight usage for headers vs. body, and letter-spacing character.) 12 13## 4. Component Stylings 14* **Buttons:** (Shape description, color assignment, behavior). 15* **Cards/Containers:** (Corner roundness description, background color, shadow depth). 16* **Inputs/Forms:** (Stroke style, background). 17 18## 5. Layout Principles 19(Description of whitespace strategy, margins, and grid alignment.)

Usage Example

To use this skill for the Furniture Collection project:

  1. Retrieve project information:

    Use the Stitch MCP Server to get the Furniture Collection project
    
  2. Get the Home page screen details:

    Retrieve the Home page screen's code, image, and screen object information
    
  3. Reference best practices:

    Review the Stitch Effective Prompting Guide at:
    https://stitch.withgoogle.com/docs/learn/prompting/
    
  4. Analyze and synthesize:

    • Extract all relevant design tokens from the screen
    • Translate technical values into descriptive language
    • Organize information according to the DESIGN.md structure
  5. Generate the file:

    • Create DESIGN.md in the project directory
    • Follow the prescribed format exactly
    • Ensure all color codes are accurate
    • Use evocative, designer-friendly language

Best Practices

  • Be Descriptive: Avoid generic terms like "blue" or "rounded." Use "Ocean-deep Cerulean (#0077B6)" or "Gently curved edges"
  • Be Functional: Always explain what each design element is used for
  • Be Consistent: Use the same terminology throughout the document
  • Be Visual: Help readers visualize the design through your descriptions
  • Be Precise: Include exact values (hex codes, pixel values) in parentheses after natural language descriptions

Tips for Success

  1. Start with the big picture: Understand the overall aesthetic before diving into details
  2. Look for patterns: Identify consistent spacing, sizing, and styling patterns
  3. Think semantically: Name colors by their purpose, not just their appearance
  4. Consider hierarchy: Document how visual weight and importance are communicated
  5. Reference the guide: Use language and patterns from the Stitch Effective Prompting Guide

Common Pitfalls to Avoid

  • ❌ Using technical jargon without translation (e.g., "rounded-xl" instead of "generously rounded corners")
  • ❌ Omitting color codes or using only descriptive names
  • ❌ Forgetting to explain functional roles of design elements
  • ❌ Being too vague in atmosphere descriptions
  • ❌ Ignoring subtle design details like shadows or spacing patterns

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is design-md?

Perfect for Visual Design Agents needing to generate and document design systems through DESIGN.md files Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

How do I install design-md?

Run the command: npx killer-skills add google-labs-code/stitch-skills/design-md. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for design-md?

Key use cases include: Analyzing Stitch projects for design consistency, Generating DESIGN.md files for semantic design systems, Creating visual descriptions for new screen designs.

Which IDEs are compatible with design-md?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for design-md?

Requires access to Stitch projects and technical assets. Limited to DESIGN.md file format.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add google-labs-code/stitch-skills/design-md. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use design-md immediately in the current project.

Related Skills

Looking for an alternative to design-md or another official skill for your workflow? Explore these related open-source skills.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

243.6k
0
Developer

extract-errors

Logo of facebook
facebook

Use when adding new error messages to React, or seeing unknown error code warnings.

243.6k
0
Developer

fix

Logo of facebook
facebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

243.6k
0
Developer

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

243.6k
0
Developer