Awesome-omni-skills design-md
Stitch DESIGN.md Skill workflow skill. Use this skill when the user needs Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
git clone https://github.com/diegosouzapw/awesome-omni-skills
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/design-md" ~/.claude/skills/diegosouzapw-awesome-omni-skills-design-md && rm -rf "$T"
skills/design-md/SKILL.mdStitch DESIGN.md Skill
Overview
This public intake copy packages
plugins/antigravity-awesome-skills-claude/skills/design-md from https://github.com/sickn33/antigravity-awesome-skills into the native Omni Skills editorial shape without hiding its origin.
Use it when the operator needs the upstream workflow, support files, and repository context to stay intact while the public validator and private enhancer continue their normal downstream flow.
This intake keeps the copied upstream files intact and uses
metadata.json plus ORIGIN.md as the provenance anchor for review.
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.
Imported source sections that did not map cleanly to the public headings are still preserved below or in the support files. Notable imported sections: Prerequisites, The Goal, Retrieval and Networking, Analysis & Synthesis Instructions, Output Format (DESIGN.md Structure), 1. Visual Theme & Atmosphere.
When to Use This Skill
Use this section as the trigger filter. It should make the activation boundary explicit before the operator loads files, runs commands, or opens a pull request.
- Analyzing Stitch projects
- Creating DESIGN.md files
- Synthesizing semantic design systems
- Working with Stitch design language
- Generating design documentation for Stitch projects
- Use when the request clearly matches the imported source intent: Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files.
Operating Table
| Situation | Start here | Why it matters |
|---|---|---|
| First-time use | | Confirms repository, branch, commit, and imported path before touching the copied workflow |
| Provenance review | | Gives reviewers a plain-language audit trail for the imported source |
| Workflow execution | | Starts with the smallest copied file that materially changes execution |
| Supporting context | | Adds the next most relevant copied source file without loading the entire package |
| Handoff decision | | Helps the operator switch to a stronger native skill when the task drifts |
Workflow
This workflow is intentionally editorial and operational at the same time. It keeps the imported source useful to the operator while still satisfying the public intake standards that feed the downstream enhancer flow.
- Confirm the user goal, the scope of the imported workflow, and whether this skill is still the right router for the task.
- Read the overview and provenance files before loading any copied upstream support files.
- Load only the references, examples, prompts, or scripts that materially change the outcome for the current request.
- Execute the upstream workflow while keeping provenance and source boundaries explicit in the working notes.
- Validate the result against the upstream expectations and the evidence you can point to in the copied files.
- Escalate or hand off to a related skill when the work moves out of this imported workflow's center of gravity.
- Before merge or closure, record what was used, what changed, and what the reviewer still needs to verify.
Imported Workflow Notes
Imported: 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.
Imported: Prerequisites
- Access to the Stitch MCP Server
- A Stitch project with at least one designed screen
- Access to the Stitch Effective Prompting Guide: https://stitch.withgoogle.com/docs/learn/prompting/
Examples
Example 1: Ask for the upstream workflow directly
Use @design-md to handle <task>. Start from the copied upstream workflow, load only the files that change the outcome, and keep provenance visible in the answer.
Explanation: This is the safest starting point when the operator needs the imported workflow, but not the entire repository.
Example 2: Ask for a provenance-grounded review
Review @design-md against metadata.json and ORIGIN.md, then explain which copied upstream files you would load first and why.
Explanation: Use this before review or troubleshooting when you need a precise, auditable explanation of origin and file selection.
Example 3: Narrow the copied support files before execution
Use @design-md for <task>. Load only the copied references, examples, or scripts that change the outcome, and name the files explicitly before proceeding.
Explanation: This keeps the skill aligned with progressive disclosure instead of loading the whole copied package by default.
Example 4: Build a reviewer packet
Review @design-md using the copied upstream files plus provenance, then summarize any gaps before merge.
Explanation: This is useful when the PR is waiting for human review and you want a repeatable audit packet.
Imported Usage Notes
Imported: Usage Example
To use this skill for the Furniture Collection project:
-
Retrieve project information:
Use the Stitch MCP Server to get the Furniture Collection project -
Get the Home page screen details:
Retrieve the Home page screen's code, image, and screen object information -
Reference best practices:
Review the Stitch Effective Prompting Guide at: https://stitch.withgoogle.com/docs/learn/prompting/ -
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
-
Generate the file:
- Create
in the project directoryDESIGN.md - Follow the prescribed format exactly
- Ensure all color codes are accurate
- Use evocative, designer-friendly language
- Create
Best Practices
Treat the generated public skill as a reviewable packaging layer around the upstream repository. The goal is to keep provenance explicit and load only the copied source material that materially improves execution.
- 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"
- 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
Imported Operating Notes
Imported: 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"
Imported: 3. Typography Rules
(Description of font family, weight usage for headers vs. body, and letter-spacing character.)
Imported: 5. Layout Principles
(Description of whitespace strategy, margins, and grid alignment.)
#### Imported: 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 ## Troubleshooting ### Problem: The operator skipped the imported context and answered too generically **Symptoms:** The result ignores the upstream workflow in `plugins/antigravity-awesome-skills-claude/skills/design-md`, fails to mention provenance, or does not use any copied source files at all. **Solution:** Re-open `metadata.json`, `ORIGIN.md`, and the most relevant copied upstream files. Load only the files that materially change the answer, then restate the provenance before continuing. ### Problem: The imported workflow feels incomplete during review **Symptoms:** Reviewers can see the generated `SKILL.md`, but they cannot quickly tell which references, examples, or scripts matter for the current task. **Solution:** Point at the exact copied references, examples, scripts, or assets that justify the path you took. If the gap is still real, record it in the PR instead of hiding it. ### Problem: The task drifted into a different specialization **Symptoms:** The imported skill starts in the right place, but the work turns into debugging, architecture, design, security, or release orchestration that a native skill handles better. **Solution:** Use the related skills section to hand off deliberately. Keep the imported provenance visible so the next skill inherits the right context instead of starting blind. ## Related Skills - `@conductor-validator` - Use when the work is better handled by that native specialization after this imported skill establishes context. - `@confluence-automation` - Use when the work is better handled by that native specialization after this imported skill establishes context. - `@content-creator` - Use when the work is better handled by that native specialization after this imported skill establishes context. - `@content-marketer` - Use when the work is better handled by that native specialization after this imported skill establishes context. ## Additional Resources Use this support matrix and the linked files below as the operator packet for this imported skill. They should reflect real copied source material, not generic scaffolding. | Resource family | What it gives the reviewer | Example path | | --- | --- | --- | | `references` | copied reference notes, guides, or background material from upstream | `references/n/a` | | `examples` | worked examples or reusable prompts copied from upstream | `examples/n/a` | | `scripts` | upstream helper scripts that change execution or validation | `scripts/n/a` | | `agents` | routing or delegation notes that are genuinely part of the imported package | `agents/n/a` | | `assets` | supporting assets or schemas copied from the source package | `assets/n/a` | ### Imported Reference Notes #### Imported: 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. #### Imported: 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 #### Imported: 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"). #### Imported: Output Format (DESIGN.md Structure) ```markdown # Design System: [Project Title] **Project ID:** [Insert Project ID Here] #### Imported: 1. Visual Theme & Atmosphere (Description of the mood, density, and aesthetic philosophy.) #### Imported: 2. Color Palette & Roles (List colors by Descriptive Name + Hex Code + Functional Role.) #### Imported: 4. Component Stylings * **Buttons:** (Shape description, color assignment, behavior). * **Cards/Containers:** (Corner roundness description, background color, shadow depth). * **Inputs/Forms:** (Stroke style, background). #### Imported: 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 #### Imported: 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 #### Imported: Limitations - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert review. - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.