stitch-design-md

Analyzes a Stitch project and generates a semantic DESIGN.md with color palettes, typography, and components.

125|35|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/jh941213/my-claude-code-asset --skill stitch-design-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch-design-md
Source: https://github.com/jh941213/my-claude-code-asset/tree/main/skills/stitch-design-md
Command: npx skills add https://github.com/jh941213/my-claude-code-asset --skill stitch-design-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes a Stitch project and generates a DESIGN.md that documents the design system's tokens, colors, typography, and components in a human-readable, semantically organized format.

Core Features & Use Cases

  • DESIGN generation: Produces DESIGN.md from existing Stitch screens and assets, serving as the single source of truth.
  • Token mapping: Extracts color, typography, spacing, and component guidelines into a reusable design token glossary.
  • Consistency enablement: Aligns new screens with the project’s design language, ensuring visual coherence across pages.
  • Use Case: When starting a new Stitch page, you can reference DESIGN.md to maintain typography scales, color roles, and component styles.

Quick Start

Analyze your Stitch project and run the skill to create DESIGN.md in the project root, then review the document for design system consistency.

Frequently Asked Questions about stitch-design-md

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

FAQPage Schema
How do I generate a design system documentation file from Stitch assets?

To generate design system documentation from Stitch assets, you need a skill that analyzes your Stitch project's screens and metadata, then outputs a comprehensive DESIGN.md file codifying tokens, colors, typography, and components.

What is a DESIGN.md file used for in frontend UI documentation?

A DESIGN.md file serves as a human-readable, semantic single source of truth for UI documentation, defining color palettes, typography guidelines, and component usage notes to maintain visual coherence across new pages.

How do I extract design tokens from a Stitch MCP project?

You can extract design tokens from a Stitch MCP project by running an automated analysis on your project's screen metadata and design assets, which maps colors, typography, and spacing into a reusable glossary.

Do I need a Stitch MCP server to create UI documentation for my design system?

Yes, you need access to a Stitch MCP server to download and parse the screen metadata and design assets required to automatically generate a comprehensive DESIGN.md file for your project.

Can I use my existing Stitch screens to enforce design consistency on new pages?

Yes, you can analyze existing Stitch screens to produce a DESIGN.md that codifies your design language, ensuring that any new pages align with established typography scales, color roles, and component styles.

What are the limitations of automating design token extraction from design assets?

Automated design token extraction requires a Stitch MCP-driven project with at least one screen and existing design assets; without these inputs, the skill cannot parse or generate the DESIGN.md documentation.