Loading...
Loading...
Compare original and translation side by side
AI-powered UI design generation, prompt refinement, and screen-to-code workflows.
stitch-skillsNote: This is not an officially supported Google product.
基于AI的UI设计生成、提示优化与屏幕转代码工作流。
stitch-skills注意: 这并非谷歌官方支持的产品。
claude plugin marketplace add google-labs-code/stitch-skillsclaude plugin marketplace add google-labs-code/stitch-skillsundefinedundefinedundefinedundefinedgoogle-designweb-accessibilitybackend-apireact-patternsgoogle-designweb-accessibilitybackend-apireact-patternsWorkflow:
1. Enhance the user's prompt for Stitch
2. Call stitch_generate_screen MCP tool
3. Validate and iterate on the output工作流程:
1. 优化用户提供的Stitch提示
2. 调用stitch_generate_screen MCP工具
3. 验证并迭代输出结果Workflow:
1. Parse top-level pages from the prompt
2. Generate each screen via stitch_generate_screen
3. Organize files and validate output
4. Produce a complete, linked website工作流程:
1. 解析提示中的顶级页面
2. 通过stitch_generate_screen生成每个界面
3. 整理文件并验证输出
4. 生成完整的关联网站undefinedundefinedundefinedundefinedDESIGN.mdundefinedDESIGN.mdundefinedundefinedundefinedWorkflow:
1. Parse Stitch screen JSON/HTML output
2. Map elements to React component tree
3. Validate component naming and prop consistency
4. Output component files with TypeScript types工作流程:
1. 解析Stitch界面的JSON/HTML输出
2. 将元素映射为React组件树
3. 验证组件命名和属性一致性
4. 输出带TypeScript类型的组件文件undefinedundefinedundefinedundefinednpx shadcn-ui@latest init
npx shadcn-ui@latest add button card input formnpx shadcn-ui@latest init
npx shadcn-ui@latest add button card input formstitch-skills/
├── stitch-design/
│ ├── SKILL.md — agent mission documentation
│ ├── scripts/ — validation and networking executables
│ ├── resources/ — knowledge base (checklists, style guides)
│ └── examples/ — reference implementations
├── stitch-loop/
├── enhance-prompt/
├── react-components/
├── remotion/
├── shadcn-ui/
└── design-md/stitch-skills/
├── stitch-design/
│ ├── SKILL.md — Agent任务文档
│ ├── scripts/ — 验证和网络可执行文件
│ ├── resources/ — 知识库(检查清单、风格指南)
│ └── examples/ — 参考实现
├── stitch-loop/
├── enhance-prompt/
├── react-components/
├── remotion/
├── shadcn-ui/
└── design-md/enhance-promptstitch-designdesign-mdstitch-loopreact-componentsscreens/remotionshadcn-uireact-componentsstitch-designenhance-promptstitch-loopdesign-mdreact-componentsscreens/remotionreact-componentsshadcn-uiundefinedundefined
Source: [google-labs-code/stitch-skills](https://github.com/google-labs-code/stitch-skills) — Apache-2.0 License
来源:[google-labs-code/stitch-skills](https://github.com/google-labs-code/stitch-skills) — Apache-2.0 许可证