Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

stitch-design-md针迹设计 MD

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

470

周安装

20

GitHub Stars

22

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:stitch-design-md(针迹设计 MD)
来源仓库:https://github.com/gabelul/stitch-kit
仓库路径:skills/stitch-design-md
安装命令:
npx skills add https://github.com/gabelul/stitch-kit --skill stitch-design-md
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/gabelul/stitch-kit --skill stitch-design-md

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。

  • 它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。
  • 使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。
  • stitch-design-md 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Stitch → DESIGN.md

Constraint: Only use this skill when the user explicitly mentions "Stitch" or when preparing design system documentation for Stitch generation.

You are an expert Design Systems Lead. Your job is to analyze Stitch project assets and synthesize a Semantic Design System into a file named DESIGN.md — written in natural language, not CSS.

When to use this vs. stitch-design-system

SkillWhat it producesUse it for
stitch-design-mdNatural-language DESIGN.mdFeeding back into Stitch prompts; multi-page visual consistency; design docs
stitch-design-systemdesign-tokens.css, tailwind-theme.css, DESIGN.mdCode-level theming for Next.js, Svelte, React, HTML output

Use stitch-design-md first if you're building more Stitch screens. Use stitch-design-system when you're converting to code.

Prerequisites

  • Stitch MCP Server configured
  • A Stitch project with at least one designed screen

Step 1: Retrieve the design

If the user provides a Stitch URL

If the user pastes a Stitch design URL like https://stitch.withgoogle.com/projects/3492931393329678076?node-id=375b1aadc9cb45209bee8ad4f69af450:

  1. Parse the URL:

- projectId = segment after /projects/ and before ? (e.g. 3492931393329678076) - screenId = query param node-id (e.g. 375b1aadc9cb45209bee8ad4f69af450)

  1. Call [prefix]:get_screen with those IDs
  2. Skip ahead to Step 2

If project/screen IDs are unknown

  1. Run list_tools → find the Stitch MCP prefix
  2. Call [prefix]:list_projects with filter: "view=owned" → select project by title → extract numeric ID
  3. Call [prefix]:list_screens with projects/[projectId] → pick the representative screen
  4. Call [prefix]:get_screen with numeric projectId and screenId
  5. Call [prefix]:get_project with projects/[projectId] → get full designTheme including:

- Core: colorMode, customColor, colorVariant, roundness, spacingScale - Fonts: headlineFont, bodyFont, labelFont - Colors: namedColors (40+ semantic tokens), override colors - Documentation: designMd (auto-generated design system — if present, use as foundation for DESIGN.md) - Backgrounds: backgroundLight, backgroundDark

Download the assets

# Download the HTML for color and Tailwind class analysis
bash scripts/fetch-stitch.sh "[htmlCode.downloadUrl]" "temp/source.html"

Parse the HTML for:

  • Tailwind utility classes (colors, typography, spacing, shadows)
  • Inline tailwind.config block (custom tokens)
  • CSS variables

Step 2: Analyze the design

Work through these layers systematically:

2.1 Project identity

  • Project title and numeric ID (from name field)
  • deviceType (MOBILE / DESKTOP / TABLET / AGNOSTIC)
  • designTheme.headlineFont, designTheme.bodyFont, designTheme.labelFont (font roles)
  • designTheme.roundness, designTheme.colorMode, designTheme.colorVariant
  • designTheme.spacingScale (0=minimal, 1=compact, 2=normal, 3=spacious)

2.2 Visual atmosphere

If designTheme.description exists, use it as the starting point. If designTheme.designMd exists, it contains a full design system document — extract the creative direction, do's/don'ts, and component philosophy from it.

Then describe the aesthetic in 2–3 sentences. Go beyond generic adjectives — what does it feel like? What editorial or product category does it evoke?

Examples:

  • "Sophisticated minimalist sanctuary — gallery-like spaciousness, photography-first, Scandinavian calm"
  • "High-density productivity tool — information-first, sharp edges, focused contrast"
  • "Warm artisanal brand — handcrafted feel, organic textures, generous breathing room"

2.3 Color palette

If namedColors is available from get_project: Use it as the authoritative color source. It provides 40+ semantic tokens (primary, secondary, tertiary, surface hierarchy, error states, inverse variants). Map these directly to palette documentation instead of guessing from HTML.

If backgroundLight/backgroundDark are available: Use them as the canonical background colors for light/dark modes.

For each key color, write:

[Descriptive name] ([hex]) — [functional role]

Example:

Deep Muted Teal-Navy (#294056) — Primary actions, links, active states
Warm Barely-There Cream (#FCFAFA) — Page background
Charcoal Near-Black (#2C2C2C) — Headlines and product names
Soft Warm Gray (#6B6B6B) — Body copy and metadata

Aim for 4–6 colors. Include light AND dark mode backgrounds if both present.

2.4 Typography

  • Font family name (from designTheme.font or Tailwind class)
  • Weight scale (what's used for display, section headers, body, labels)
  • Any notable letter-spacing, line-height, or size conventions

2.5 Shape and geometry

Translate Tailwind classes to descriptive language:

  • rounded-full → "Pill-shaped"
  • rounded-lg (12px) → "Gently rounded corners"
  • rounded-md (8px) → "Subtly rounded corners"
  • rounded-none → "Sharp, squared-off edges"

2.6 Depth and elevation

Describe shadow presence and style:

  • shadow-none → "Flat, no shadow"
  • shadow-sm → "Whisper-soft diffused shadow"
  • shadow-lg → "Prominent floating elevation"

2.7 Layout principles

  • Max content width, grid columns, breakpoint behavior
  • Base spacing unit (4px / 8px system)
  • Section margins and padding patterns
  • Touch target sizes (if mobile)

Step 3: Write DESIGN.md

Use this exact structure:

# Design System: [Project Title]
**Project ID:** [numeric ID]
**Device:** [MOBILE / DESKTOP / TABLET / AGNOSTIC]

## 1. Visual Theme & Atmosphere
[2–3 sentences describing the overall aesthetic and mood]

## 2. Color Palette & Roles
- **[Descriptive Name]** ([#hex]) — [Functional role]
- **[Descriptive Name]** ([#hex]) — [Functional role]
[...4–6 colors total]

## 3. Typography Rules
**Primary Font:** [Name] — [One-line character description]

- **Display (H1):** [weight], [size range]
- **Section (H2):** [weight], [size range]
- **Body:** [weight], line-height [value], [size]
- **Labels/Captions:** [weight], [size]

## 4. Component Stylings
- **Buttons:** [shape (Xpx radius)], [color], [padding]; hover [behavior]
- **Cards/Containers:** [roundness (Xpx)], [background], [shadow]; hover [behavior]
- **Inputs/Forms:** [border style], [background], [roundness], [focus behavior]

## 5. Layout Principles
- Max content width: [value]; [grid description]; [column behavior at breakpoints]
- Base spacing unit: [4px/8px]; section margins [range]; touch targets [size]

## 6. Design System Notes for Stitch Generation
[This section is copy-paste ready for new Stitch prompts]

When creating new screens:
- **Atmosphere:** "[Quote the atmosphere description from Section 1]"
- **Colors:** Always use descriptive name + hex (e.g. "[Name] ([#hex])")
- **Shape:** "[Describe buttons and cards using the language from Section 4]"
- **Spacing:** "[Describe the whitespace/density philosophy]"
- **Font:** [Font name] — [one-line descriptor]

Step 4: Integration

Tell the user what to do with it:

## DESIGN.md created

Saved to: ./DESIGN.md

**How to use it:**

1. **More Stitch screens:** Copy Section 6 into the DESIGN SYSTEM block of your next Stitch prompt.
   This keeps every new screen visually consistent with your existing design.

2. **Multi-page build with stitch-loop:** Include Section 6 in every `next-prompt.md` baton file.

3. **Code conversion:** Hand off to `stitch-design-system` when you're ready to generate
   `design-tokens.css` and `tailwind-theme.css` for your framework.

Best practices

  • Descriptive over technical: "Ocean-deep Cerulean (#0077B6)" not just "blue"
  • Functional roles matter: Don't just name the color — say what it does
  • Section 6 is the payoff: This is the copy-paste block that makes every future screen consistent
  • Be precise: Exact hex codes always. Vague approximations ("kind of warm beige") are useless

Common pitfalls

  • Leaving rounded-xl in the doc instead of translating to "generously rounded corners (12px)"
  • Listing colors without functional roles
  • Skipping the font weight scale (just saying "Manrope" doesn't tell you when to use 400 vs 600)
  • Writing Section 6 without the actual hex codes — useless for Stitch

References

  • examples/usage.md — Worked examples
  • examples/DESIGN.md — Complete sample output for a furniture e-commerce site
  • docs/color-prompt-guide.md — 8 ready-to-use color palettes for inspiration
  • scripts/fetch-stitch.sh — Reliable HTML downloader for GCS URLs

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.41%
按下载量换算57

Claude

30.84%
按下载量换算51

Cursor

20.11%
按下载量换算33

Gemini CLI

9.68%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills