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.
npx claudepluginhub gabelul/stitch-kit --plugin stitch-kitThis skill is limited to using the following tools:
Permanently deletes a Stitch project and all its screens, designs, and history. This action is irreversible.
Creates 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.
Creates new Stitch project containers via MCP create_project tool. Use for starting design tasks, app ideas, or fresh workspaces. Extracts title from requests and returns full name and numeric projectId for screen generation.
Safely deletes Zeabur projects: lists to verify, confirms name/ID with user, runs non-interactive CLI delete command. For test/temporary project cleanup.
Share bugs, ideas, or general feedback.
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