design-md

Analyzes Stitch project screens and generates semantic DESIGN.md design system documentation.

2|1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zester4/zilmate --skill design-md-zester4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-md
Source: https://github.com/zester4/zilmate/tree/main/.agents/skills/design-md
Command: npx skills add https://github.com/zester4/zilmate --skill design-md-zester4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Design teams struggle to keep AI-generated screens visually consistent with an existing project's design language. This Skill converts a Stitch project's screens, HTML code, and theme metadata into a structured DESIGN.md file that acts as a source of truth for prompting Stitch to generate on-brand new screens. ## Core Features & Use Cases - Design Token Extraction: Retrieves screens via the Stitch MCP Server and extracts colors, typography, spacing, shadows, and component patterns from HTML/Tailwind code. - Semantic Translation: Converts technical values like rounded-lg or hex codes into descriptive design language (e.g., "Subtly rounded corners", "Deep Muted Teal-Navy (#294056)") aligned with the Stitch Effective Prompting Guide. - Structured Output: Produces a DESIGN.md covering visual theme, color palette and roles, typography rules, component stylings, and layout principles. - Use Case: After designing a Furniture Collection Home screen in Stitch, run this Skill to generate a DESIGN.md so every subsequent screen prompt produces visually consistent results. ## Quick Start Analyze my Stitch project's Home screen and generate a comprehensive DESIGN.md file documenting its design system.

Frequently Asked Questions about design-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a DESIGN.md file from a Stitch project?

Provide the Stitch project and target screen, and the Skill uses the Stitch MCP Server to fetch screen metadata, HTML code, and screenshots. It then extracts design tokens and writes a structured DESIGN.md covering theme, colors, typography, components, and layout.

What is a DESIGN.md file used for in Stitch?

A DESIGN.md file serves as the source of truth when prompting Stitch to generate new screens. It documents the design system in descriptive natural language with exact hex codes so generated screens align with the existing design language.

Does this Skill require the Stitch MCP Server?

Yes, access to the Stitch MCP Server is a prerequisite. The Skill uses its tools such as list_projects, list_screens, get_screen, and get_project to retrieve screen metadata, HTML code, screenshots, and the project designTheme.

What information does the design analysis extract from screens?

The analysis extracts the color palette with hex codes and functional roles, typography families and weights, border-radius and shape language, shadow and elevation styles, component stylings for buttons, cards, and inputs, plus layout and spacing principles.

Why should design values be described in natural language instead of Tailwind classes?

Stitch interprets design through visual descriptions supported by specific color values rather than utility classes. Translating rounded-lg into "subtly rounded corners" and listing hex codes produces more accurate, consistent screen generation.