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

stitchstitch 搜索

Agent Skill

stitch 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

698

周安装

30

GitHub Stars

17

下载量

245
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jstarfilms/vibecode-protocol-suite --skill stitch

简介

stitch 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。
  • 可结合来源仓库和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或命令执行。
  • 使用时需注意其功能边界,避免过度依赖自动化结果。

SKILL.md

Google Stitch — Skill Bundle

This folder contains 6 sub-skills for working with Google Stitch, a design-to-code platform with an MCP server. Each sub-skill has its own SKILL.md with full instructions.

Prerequisites

Most skills require the Stitch MCP Server to be connected. The shadcn-ui skill works independently with the shadcn MCP server or CLI.


🔀 Pipeline Orchestration Protocol (READ THIS FIRST)

YOU MUST follow this protocol. Do not just load one sub-skill and stop. The Stitch bundle is a pipeline — each skill feeds into the next. Your job is to guide the user through the full journey, suggesting the next step after each skill completes.

The Full Pipeline (Design → Code → Video)

┌─────────────┐     ┌─────────────────┐     ┌──────────────┐     ┌───────────────┐     ┌──────────┐
│  design-md  │ ──→ │ enhance-prompt  │ ──→ │ stitch-loop  │ ──→ │   react-      │ ──→ │ remotion │
│ STEP 1      │     │ STEP 2          │     │ STEP 3       │     │ components    │     │ STEP 5   │
│             │     │                 │     │              │     │ STEP 4        │     │          │
│ Extract the │     │ Polish prompts  │     │ Build pages  │     │ Convert HTML  │     │ Create a │
│ design      │     │ with design     │     │ iteratively  │     │ to production │     │ video    │
│ system      │     │ tokens from     │     │ using the    │     │ React/TS      │     │ showcase │
│ → DESIGN.md │     │ DESIGN.md       │     │ baton system │     │ components    │     │ of your  │
│             │     │ → next-prompt   │     │ → full site  │     │ → src/        │     │ screens  │
└─────────────┘     └─────────────────┘     └──────────────┘     └───────────────┘     └──────────┘
                                                                        │
                                                                  ┌─────┴──────┐
                                                                  ▼            │
                                                        ┌──────────────┐       │
                                                        │  shadcn-ui   │       │
                                                        │ COMPANION    │       │
                                                        │              │       │
                                                        │ Add polished │       │
                                                        │ UI component │       │
                                                        │ library      │       │
                                                        └──────────────┘       │

How to Orchestrate

After completing ANY sub-skill, you MUST:

  1. Tell the user what was accomplished
  2. Explain what the next logical step in the pipeline is
  3. Ask if they want to continue to the next step
  4. If yes, load that sub-skill's SKILL.md and proceed

Example flow:

✅ design-md complete → "Your DESIGN.md is ready. Next step: I can polish
   your first page prompt using enhance-prompt so Stitch generates a
   higher-quality result. Want to continue?"

✅ enhance-prompt complete → "Your prompt is optimized. Next step: I can
   send this to Stitch and start building pages with stitch-loop. Ready?"

✅ stitch-loop complete → "Your site pages are built. Two options now:
   1. react-components — Convert these HTML pages into production React/TS
   2. remotion — Create a walkthrough video showcasing the screens
   Which would you like?"

✅ react-components complete → "Your React components are ready. You might
   also want to:
   • Add shadcn/ui components for polished form inputs, buttons, dialogs
   • Create a remotion walkthrough video of the original designs
   Want either of those?"

Decision Tree: Where to Start

Not every user starts at Step 1. Use this decision tree:

User says...Start atThen suggest...
"Build me a site with Stitch"design-md (Step 1)Full pipeline
"I have a Stitch project, make it consistent"design-md (Step 1)enhance-promptstitch-loop
"Generate a page with Stitch"enhance-prompt (Step 2)stitch-loop
"I have Stitch HTML, make it React"react-components (Step 4)shadcn-ui for components
"Make a video of my Stitch screens"remotion (Step 5)Done (standalone)
"I need UI components for my React app"shadcn-ui (Companion)Done (standalone)
"Improve my Stitch prompt"enhance-prompt (Step 2)stitch-loop
"I already have DESIGN.md, build pages"stitch-loop (Step 3)react-components

When to Use Each Skill (Quick Reference)

SkillPurposeInputOutputRequires
design-mdExtract design system from existing screensStitch project with screensDESIGN.mdStitch MCP
enhance-promptPolish vague prompts into Stitch-optimized onesUser idea + optional DESIGN.mdEnhanced prompt / next-prompt.mdNone (Stitch MCP optional)
stitch-loopBuild multi-page sites iterativelyDESIGN.md + next-prompt.mdFull site in site/public/Stitch MCP
react-componentsConvert Stitch HTML → production React/TSStitch screen HTMLReact components in src/Stitch MCP
remotionCreate walkthrough videos from screenshotsStitch project screenshotsRemotion project + .mp4Stitch MCP + Remotion
shadcn-uiAdd polished UI component libraryAny React/Next.js projectComponents in components/ui/shadcn CLI or MCP

Sub-Skill Directory

Read the linked SKILL.md for any sub-skill before using it.

1. design-md — Design System Extraction (STEP 1)

→ Read SKILL.md

What: Analyzes Stitch project screens and generates a semantic DESIGN.md file documenting the visual design system (colors, typography, depth, layout, component styles).

When to use:

  • Starting a new multi-page project and need a design system reference
  • Onboarding to an existing Stitch project
  • Need consistent design language across agent-generated screens

Outputs: DESIGN.md file

➡️ Next step: enhance-prompt — Use the DESIGN.md to craft polished prompts for page generation.


2. enhance-prompt — Prompt Enhancement (STEP 2)

→ Read SKILL.md

What: Transforms vague UI ideas into polished, structured prompts optimized for Stitch generation. Adds UI/UX keywords, design system context, and page structure.

When to use:

  • User gives a vague prompt like "make me a login page"
  • Previous Stitch generation produced poor results
  • Need to inject DESIGN.md tokens into a prompt

Outputs: Enhanced prompt text or next-prompt.md file

➡️ Next step: stitch-loop — Feed the enhanced prompt into the iterative build loop to generate the actual page.


3. stitch-loop — Iterative Build Loop (STEP 3)

→ Read SKILL.md

What: Autonomous baton-passing loop for building multi-page websites. Each iteration reads a task (next-prompt.md), generates a page, integrates it, updates docs, and writes the next task.

When to use:

  • Building a complete multi-page site from scratch
  • Need autonomous, continuous page generation
  • Want a structured sitemap-driven build process

Depends on: design-md (for DESIGN.md), enhance-prompt (for baton prompts) Outputs: Full site in site/public/, updated SITE.md

➡️ Next step: Choose one or both:

  • react-components — Convert the generated HTML pages into production-ready React/TypeScript components.
  • remotion — Create a walkthrough video showcasing the finished screens.

4. react-components — Design to React (STEP 4)

→ Read SKILL.md

What: Converts Stitch-generated HTML into modular React/TypeScript components with proper props interfaces, mock data layers, and AST-based validation.

When to use:

  • Converting a Stitch screen into production React code
  • Need type-safe, modular component extraction from HTML
  • Want automated validation of component architecture

Outputs: React components in src/, mock data in src/data/mockData.ts

➡️ Next step: Consider:

  • shadcn-ui — Replace custom UI primitives (buttons, inputs, dialogs) with shadcn/ui components for a polished, accessible component library.
  • remotion — Create a walkthrough video if you haven't already.

5. remotion — Walkthrough Videos (STEP 5)

→ Read SKILL.md

What: Generates walkthrough videos from Stitch project screenshots using Remotion, with smooth transitions, zoom effects, and text overlays.

When to use:

  • Need a video showcase of designed screens
  • Want to create a professional app walkthrough
  • Building a demo reel from Stitch designs
Note: For general Remotion work (not Stitch-specific), use the main remotion skill instead — it has 25+ rule files from Remotion's official repo.

Outputs: Remotion project + rendered .mp4

➡️ This is typically the final step in the pipeline. No automatic next step, but you can suggest sharing/publishing the video.


6. shadcn-ui — Component Library (COMPANION)

→ Read SKILL.md

What: Expert guidance for integrating shadcn/ui components — discovery, installation, customization, variants, blocks, and accessibility. Works with the shadcn MCP server or CLI.

When to use:

  • Setting up shadcn/ui in a new project
  • Installing or customizing shadcn components
  • Building forms, data tables, auth layouts, or dashboards
  • Need component variant patterns with cva
  • After react-components — replace custom primitives with shadcn/ui
Note: This skill works independently of Stitch. It's useful for any React/Next.js project. Think of it as a companion skill that plugs in alongside the main pipeline, especially after react-components.

Outputs: Installed components in components/ui/, configured components.json


Typical Workflows

Full Pipeline (New Project)

1. design-md      → Analyze an existing screen → get DESIGN.md
2. enhance-prompt → Write a prompt for the next page → inject design tokens
3. stitch-loop    → Generate page → integrate → write next baton → repeat
4. react-components → Convert final HTML pages to production React
5. remotion       → Create a walkthrough video of the finished product

Quick Build (One Page)

1. enhance-prompt → Polish the user's idea into a great prompt
2. Generate directly with Stitch MCP → get HTML
3. react-components → Convert to React (optional)

Design System Only

1. design-md → Document an existing project's visual language

Video Only

1. remotion → Create a walkthrough video from existing Stitch screenshots

Component Library Only

1. shadcn-ui → Set up and customize shadcn/ui components

Standalone Usage

  • shadcn-ui — Use anytime for React/Next.js UI component work (no Stitch needed)
  • design-md — Use standalone to document any project's design system
  • enhance-prompt — Use standalone to improve any UI generation prompt

Acknowledgements

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.41%
按下载量换算89

Claude

26.65%
按下载量换算65

Cursor

18.05%
按下载量换算44

Gemini CLI

9.89%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills