design-md

26
1
Source

Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

Install

mkdir -p .claude/skills/design-md && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1623" && unzip -o skill.zip -d .claude/skills/design-md && rm skill.zip

Installs to .claude/skills/design-md

About this skill

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.

When to Use This Skill

Use this skill when:

  • Analyzing Stitch projects
  • Creating DESIGN.md files
  • Synthesizing semantic design systems
  • Working with Stitch design language
  • Generating design documentation for Stitch projects

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)

# Design System: [Project Title]
**Project ID:** [Insert Project ID Here]

## 1. Visual Theme & Atmosphere
(Description of the mood, density, and aesthetic philosophy.)

## 2. Color Palette & Roles
(List colors by Descriptive Name + Hex Code + Functional Role.)

## 3. Typography Rules
(Description of font family, weight usage for headers vs. body, and letter-spacing character.)

## 4. Component Stylings
* **Buttons:** (Shape description, color assignment, behavior).
* **Cards/Containers:** (Corner roundness description, background color, shadow depth).
* **Inputs/Forms:** (Stroke style, background).

## 5. Layout Principles
(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

More by sickn33

View all →

mobile-design

sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.

5233

unity-developer

sickn33

Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. Handles gameplay systems, UI implementation, and platform optimization. Use PROACTIVELY for Unity performance issues, game mechanics, or cross-platform builds.

5116

frontend-slides

sickn33

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

5614

fastapi-pro

sickn33

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

5114

flutter-expert

sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.

369

godot-gdscript-patterns

sickn33

Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices.

497

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

287790

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

213415

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

211295

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

219234

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

171200

rust-coding-skill

UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

166173

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.