Help us improve
Share bugs, ideas, or general feedback.
From tauri-skills
Retrieves detailed metadata of a Stitch project including design theme, fonts, device type, and screen instances. Use before generating new screens or to verify project existence.
npx claudepluginhub partme-ai/full-stack-skills --plugin vue-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/tauri-skills:stitch-mcp-get-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
**CRITICAL PREREQUISITE:**
Retrieves metadata for Stitch projects including title, design theme, timestamps, and screen list. Use to inspect before generating consistent UI screens; requires explicit Stitch mention.
Analyzes Stitch design projects and synthesizes a semantic design system with design tokens into DESIGN.md. Useful for extracting style guides and creating visual consistency across Stitch screens.
Analyzes Stitch projects to synthesize a semantic design system into DESIGN.md files for consistent AI-generated screens.
Share bugs, ideas, or general feedback.
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Stitch".
Do NOT use this skill if:
projectId and screenId and your goal is to get screen details or code. Use stitch-mcp-get-screen directly instead.This skill retrieves the detailed metadata of a specific Stitch project.
Invoke this skill when you need to know the context of a project (e.g., its default theme, device type) before generating new screens, or to verify project existence.
The skill expects you to extract the following information from the user request:
name (required): The resource name of the project. Format: projects/{project_id}.If the user provides a resource path or URL, use the following rules to extract the project name:
Format: web application/stitch/projects/{projectId}
projectId and construct the name as projects/{projectId}.Format: projects/{projectId}
Format: https://stitch.withgoogle.com/projects/{projectId}
projectId and construct the name as projects/{projectId}.Example: Input "Describe web application/stitch/projects/12345", Call get_project(name="projects/12345").
Returns a Project object including:
name, title, createTime, updateTimedesignTheme: Detailed theme settings.screenInstances: List of screen instances currently in the project.User Input: "What is the theme of project 'projects/123'?"
Agent Action:
get_project tool with arguments {"name": "projects/123"}.