ASD

Design Md

Analiza proyectos de Stitch y sintetiza un sistema de diseño semántico en archivos DESIGN.md.

Oficial
Solicitastitch*:*readwriteweb_fetch
Estrellas
8k

en todo el repo

Actividad
44

0–100, la ruta de este skill

Actualizado
hace 3 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
1.9k tok

21 tok en reposo

Paquete
3 archivos

19 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add google-labs-code/stitch-skills --skill design-md --agent claude-code

Se instala solo en este repositorio.

Este skill writes to your files, makes network requests.

Qué hace

  • Recupera metadatos y assets de un proyecto Stitch mediante el servidor MCP (proyectos, pantallas, HTML, screenshot y designTheme)
  • Analiza colores, tipografía, geometría, sombras y layout para traducirlos a lenguaje de diseño natural
  • Genera un archivo DESIGN.md siguiendo una estructura fija con paleta, componentes y principios de layout

Úsalo cuando

  • Se quiere crear un DESIGN.md como fuente de verdad para que Stitch genere nuevas pantallas coherentes con el diseño existente
  • Se necesita analizar un proyecto Stitch con al menos una pantalla diseñada y sintetizar su sistema de diseño

No lo uses cuando

    Qué lo activa

    Di cualquiera de estas frases y el agente debería cargar este skill.

    • Analiza el proyecto Furniture Collection en Stitch y genera su DESIGN.md
    • Usa el servidor MCP de Stitch para obtener la pantalla Home y crear el sistema de diseño
    • Sintetiza la paleta de colores y tipografía del proyecto Stitch en un DESIGN.md

    SKILL.md

    En inglés

    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)

    # 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

    Reproducido de google-labs-code/stitch-skills bajo licencia Apache-2.0. Leer esta página en markdown.

    Archivos

    3 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

    Antes de instalar

    Requiere acceso al servidor Stitch MCP, un proyecto Stitch con al menos una pantalla diseñada y la guía de prompting de Stitch.

    Detalles

    Categoría
    Diseño y UI
    Licencia
    Apache-2.0
    Recursos incluidos
    Incluye scripts o referencias
    Código fuente
    Ver SKILL.md

    Más de google-labs-code/stitch-skills

    Este repo incluye 15 skills. Si instalas uno, normalmente ya tienes los demás.

    Convierte diseños de Stitch en componentes modulares de Vite y React, o sincroniza/actualiza componentes React existentes con los últimos diseños de Stitch, usando red a nivel de sistema y validación basada en AST.

    Costo de contexto al activarse
    2.2k tok
    Tamaño del paquete
    11 archivos
    Última actualización
    hace 24 días
    Permisos
    Oficialdesarrollo apis

    Extrae HTML estático autocontenido de una app web o componentes React, inlineando CSS e imágenes, para capturar una vista o subirla a Stitch.

    Costo de contexto al activarse
    2.7k tok
    Tamaño del paquete
    4 archivos
    Última actualización
    hace 16 días
    Permisos
    Oficialherramientas desarrollo

    Convierte diseños HTML de Stitch en componentes React Native, o sincroniza/actualiza componentes nativos existentes según los últimos diseños de Stitch, usando StyleSheet.

    Costo de contexto al activarse
    3.1k tok
    Tamaño del paquete
    9 archivos
    Última actualización
    hace 24 días
    Permisos
    Oficialherramientas desarrollo

    Convierte código frontend (Vite, React, Angular, Vue, etc.) en un Stitch Design encadenando extracción de HTML estático, extracción del sistema de diseño y subida de archivos.

    Costo de contexto al activarse
    912 tok
    Tamaño del paquete
    1 archivo
    Última actualización
    hace 16 días
    Permisos
    Oficialdiseno ui

    Sube assets locales (imágenes, mockups, HTML extraído, markdown de diseño) a un proyecto de Stitch, útil cuando las llamadas MCP fallan o se truncan por límites de tokens en base64.

    Costo de contexto al activarse
    1.1k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    hace 16 días
    Permisos
    Oficialherramientas desarrollo

    Guía experta para integrar y construir aplicaciones con componentes de shadcn/ui: descubrimiento, instalación, personalización y buenas prácticas.

    Costo de contexto al activarse
    2.3k tok
    Tamaño del paquete
    10 archivos
    Última actualización
    hace 24 días
    Permisos
    Oficialdiseno ui

    Skills relacionados

    Shadcn

    121k

    Gestiona componentes y proyectos shadcn: añadir, buscar, corregir, depurar, estilizar y componer UI, incluyendo interfaces de chat, con contexto del proyecto y documentación.

    Costo de contexto al activarse
    4.9k tok
    Tamaño del paquete
    15 archivos
    Última actualización
    hace 22 días
    diseno ui

    Diseña banners para redes sociales, anuncios, heroes de sitios web, assets creativos e impresión, con múltiples opciones de dirección de arte y visuales generados por IA.

    Costo de contexto al activarse
    2.1k tok
    Tamaño del paquete
    2 archivos
    Última actualización
    el mes pasado
    diseno ui

    Slides

    116k

    Crea presentaciones HTML estratégicas con Chart.js, tokens de diseño, layouts responsivos, fórmulas de copywriting y estrategias de diapositivas contextuales.

    Costo de contexto al activarse
    284 tok
    Tamaño del paquete
    6 archivos
    Última actualización
    el mes pasado
    diseno ui