Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计提醒

stitch-design针迹设计

Agent Skill

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

总安装

865

周安装

35

GitHub Stars

17

下载量

272
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/nguyenthienthanh/aura-frog --skill stitch-design

简介

用于辅助界面设计、视觉规范和交互体验优化,适合生成 UI 方案或检查视觉一致性。

  • 适用于产品页面结构整理、组件层级改进和响应式表现验证等场景。
  • 需结合品牌规范与用户任务,避免堆砌装饰元素,并通过预览检查文本溢出和对齐。
  • 安装方式:通过 GitHub 仓库安装,使用前确认权限与维护状态。
  • 涉及真实页面改动时,建议用截图或浏览器预览确认效果。

SKILL.md

Skill: Google Stitch Design

Category: Design Skill Used By: frontend


Overview

Generate professional UI designs using Google Stitch AI. This skill creates optimized prompts, guides users through the Stitch workflow, and processes exported code for integration.

Stitch URL: https://stitch.withgoogle.com

stitch_info[1]{engine,limits,export}:
  Gemini 2.5 Flash/Pro,350 gen/month (Standard),Figma paste or HTML/CSS

When to Use

  • User requests UI/UX design with AI assistance
  • Need quick prototypes for stakeholder review
  • Design review workflow with approval gates
  • Frontend code generation from AI designs
  • Rapid iteration on visual concepts

Workflow

Step 1: Gather Requirements

Ask user for:

  • App type: Dashboard, landing page, mobile app, e-commerce, forms
  • Target audience: B2B, B2C, developers, general users
  • Theme: Light, dark, gradient, brand colors
  • Key features: List of screens/components needed
  • Existing brand: Logo, colors, typography (if any)

Step 2: Generate Stitch Prompt

Load template from: references/prompt-templates.md

Select template matching app type:

  • Dashboard → Use dashboard template
  • Landing → Use landing template
  • Mobile → Use mobile template
  • E-commerce → Use ecommerce template
  • Forms → Use forms template

Fill template with gathered requirements.

Step 3: Create Review Document

Generate review document and save to: .claude/workflow/stitch-design-review-{project-name}.md

Include:

  • Design specifications
  • Acceptance criteria
  • Review checklist
  • Export instructions

Step 4: Guide User

Provide:

  1. Optimized Stitch prompt (formatted for copy-paste)
  2. Link: https://stitch.withgoogle.com
  3. Step-by-step instructions
  4. Export guidance (Figma vs HTML/CSS)

Step 5: Process Exported Code

After user provides exported code:

  • Review HTML/CSS structure
  • Identify design tokens (colors, spacing, typography)
  • Map to project's design system
  • Generate component files per project conventions
  • Apply project coding standards

Review Document Template

# Design Review: {project_name}

## Overview
- **Date:** {date}
- **Type:** {design_type}
- **Tool:** Google Stitch AI
- **Status:** Pending Review

---

## Design Specifications

### Requirements Summary
{requirements_summary}

### Stitch Prompt Used
\`\`\`
{stitch_prompt}
\`\`\`

---

## Review Checklist

### Visual Design
- [ ] Color palette matches brand guidelines
- [ ] Typography is consistent and readable
- [ ] Spacing and alignment are uniform
- [ ] Icons are consistent in style
- [ ] Images/illustrations are appropriate

### UX/Usability
- [ ] Navigation is intuitive
- [ ] CTAs are prominent and clear
- [ ] Information hierarchy is logical
- [ ] Forms are user-friendly
- [ ] Error states are considered

### Technical
- [ ] Layout is responsive
- [ ] Components are reusable
- [ ] Accessibility basics covered
- [ ] Performance considerations

### Brand Alignment
- [ ] Matches existing brand identity
- [ ] Consistent with other products
- [ ] Appropriate for target audience

---

## Export Instructions

### Option 1: Figma Export (Recommended)
1. Click "Paste to Figma" in Stitch
2. Open Figma, paste (Cmd/Ctrl+V)
3. Organize layers and frames
4. Share Figma link for review

### Option 2: Code Export
1. Click "Export Code" in Stitch
2. Copy HTML/CSS
3. Share code for integration

---

## Approval

| Stakeholder | Status | Date | Notes |
|-------------|--------|------|-------|
| Design Lead | Pending | | |
| Product Manager | Pending | | |
| Developer | Pending | | |

---

## Next Steps
1. [ ] Review generated designs in Stitch
2. [ ] Select best variant
3. [ ] Export to Figma/Code
4. [ ] Get stakeholder approval
5. [ ] Integrate into codebase

Quick Reference

workflow[5]{step,action,output}:
  1,Gather requirements,Requirements doc
  2,Generate prompt,Optimized Stitch prompt
  3,Create review doc,.claude/workflow/stitch-design-review-*.md
  4,Guide user,Instructions + link
  5,Process export,Component code
design_types[5]{type,use_case,template}:
  dashboard,Admin panels; analytics,references/prompt-templates.md#dashboard
  landing,Marketing; product pages,references/prompt-templates.md#landing
  mobile,iOS/Android screens,references/prompt-templates.md#mobile
  ecommerce,Product; cart; checkout,references/prompt-templates.md#ecommerce
  forms,Multi-step wizards,references/prompt-templates.md#forms

Related Files

  • references/prompt-templates.md - Optimized prompts by design type
  • references/design-checklist.md - Detailed review checklist
  • references/export-guide.md - How to export from Stitch

Remember: Stitch has no API - user must manually paste prompt and export results.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Antigravity

26.64%
按下载量换算72

Claude Code

20.61%
按下载量换算56

Gemini CLI

19.15%
按下载量换算52

OpenCode

12.08%
按下载量换算33

github-copilot

7.11%
按下载量换算19

Cursor

3.63%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills