From stitch-kit
Permanently deletes a Stitch project including all screens, designs, and history via MCP tool after fetching details with stitch-mcp-get-project and explicit user confirmation. Use for user-requested project cleanup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stitch-kit:stitch-mcp-delete-projectThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Permanently deletes a Stitch project and all its screens, designs, and history. This action is irreversible.
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 pathnpx claudepluginhub gabelul/stitch-kit --plugin stitch-kitCreates a new Stitch project container (design workspace) to hold generated UI screens and obtain projectId for screen generation tools. Use at start of Stitch design sessions.
Deletes Zeabur projects by ID or name with safety confirmations. Lists projects first, then removes all services and data. Use for tearing down test or temporary projects.
Generates UI screens in Google Stitch from markdown prompt files using MCP tools. Parses sections by markers, sends prompts for generation, fetches images and code, saves to exports and code folders.