design-md

Generate a DESIGN.md synthesizing semantic design tokens from Stitch projects.

1|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Nexprove-Team/quiet-hire --skill design-md-nexprove-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-md
Source: https://github.com/Nexprove-Team/quiet-hire/tree/main/.agents/skills/design-md
Command: npx skills add https://github.com/Nexprove-Team/quiet-hire --skill design-md-nexprove-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files to create a single source of truth for design tokens, typography, spacing, and component guidance that can guide automated screen generation and design governance.

Core Features & Use Cases

  • Semantic token extraction: derive color, typography, spacing, and component guidelines from Stitch themes and HTML/CSS references.
  • ** DESIGN.md generation**: synthesize and format a DESIGN.md that serves as the authoritative design system document for prompting Stitch to generate new screens.
  • Iterative refinement: update design tokens as the Stitch project evolves and regenerate DESIGN.md to reflect changes, ensuring alignment with current design language.

Quick Start

Analyze a Stitch project and generate DESIGN.md describing the semantic 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 design system documentation from Stitch projects?

A DESIGN.md file captures a semantic design system by synthesizing Stitch project screen assets and design tokens. It extracts color, typography, spacing, and component patterns from HTML/CSS to serve as the authoritative design system document.

How do I extract semantic design tokens from existing HTML and CSS assets?

Derive semantic design tokens by fetching HTML/CSS assets from a Stitch project via MCP Server data. The system analyzes these references to extract color, typography, spacing, and component guidelines into a structured DESIGN.md document.

Do I need the Stitch MCP Server to create a DESIGN.md file?

Yes, generating a DESIGN.md requires access to the Stitch MCP Server. The system needs project and screen metadata, design themes, and the ability to fetch HTML/CSS assets to extract semantic design tokens.

Can I update design tokens automatically as my Stitch project evolves?

Yes, iterative refinement allows you to update design tokens as a Stitch project evolves. Regenerate the DESIGN.md to reflect changes and ensure continuous alignment with the current design language and screen assets.

What is the best way to document design tokens for automated screen generation?

The best way to document design tokens for automated screen generation is creating a DESIGN.md file. It synthesizes semantic tokens and component guidance from Stitch themes, providing a single source of truth to prompt new screen generation.

Why use a semantic design system for Stitch screen generation instead of raw CSS?

A semantic design system provides structured design tokens and component guidelines rather than raw CSS values. This approach ensures design governance, maintains consistency across generated screens, and simplifies iterative updates as your project scales.