一键导入
stitch-mcp-delete-project
Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Conversational design ideation agent that researches trends, explores visual directions, and refines ideas through adaptive questioning — then produces a rich PRD document and auto-generates Stitch screens. Your design buddy that thinks deeply before designing.
Master entry point for all Stitch design workflows. Routes from user request → design spec → prompt assembly → screen generation → iteration (edit, variants, design systems) → design system extraction → framework conversion (Next.js, Svelte, HTML, React Native, or SwiftUI) → optional quality pass.
Analyzes a Stitch project's screens and synthesizes a natural-language DESIGN.md — visual atmosphere, color palette with hex values, typography rules, and Stitch-ready prompt snippets. Use this before stitch-loop or any multi-page build to establish design consistency.
Extracts a Stitch design and generates production code artifacts — CSS custom properties with dark mode tokens, a Tailwind v4 @theme block, and a semantic design system document. Run this before framework conversion skills.
Creates a reusable Stitch Design System from theme tokens — colors, fonts, roundness, saturation. Can be applied to future screens for visual consistency.
Creates a new Stitch project container (a design workspace). Call this when starting a new design session to get a projectId for screen generation.
| name | stitch-mcp-delete-project |
| description | Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling. |
| allowed-tools | ["stitch*:*"] |
Permanently deletes a Stitch project and all its screens, designs, and history. This action is irreversible.
Only use this skill when the user explicitly mentions "Stitch".
This is a destructive action. You MUST ask the user to confirm before calling delete_project. Never auto-delete.
Show the user what they're about to delete:
stitch-mcp-get-project with projects/[ID] to get the project title and screen count{
"name": "delete_project",
"arguments": {
"name": "projects/3780309359108792857"
}
}
name — full path with projects/ prefix✅ "projects/3780309359108792857"
❌ "3780309359108792857"
This follows the same format as get_project — both use projects/ID.
stitch-mcp-list-projectsdelete_project requires the full projects/ID path