stitch-mcp-list-projects
List Stitch Projects
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Stitch".
This skill lists all Stitch projects accessible to the user.
Use Case
Invoke this skill when the user wants to resume work on an existing project, or needs to check what projects are currently available.
Input Parameters
The skill expects you to extract the following information from the user request:
filter(optional): Filter for projects to list. Defaults to"view=owned"."view=owned": Projects owned by user."view=shared": Projects shared with user.
Output Schema
Returns an object containing a list of projects:
projects: (Array of Project)name: Resource ID (e.g.,projects/123...).title: Project title.updateTime: Last modification time.thumbnailScreenshot: Preview image of the project.
Usage Example
User Input: "Show me my existing projects."
Agent Action:
- Identify the user wants to list projects.
- Call
list_projectstool with arguments{"filter": "view=owned"}.
References
More from partme-ai/stitch-skills
stitch-ui-designer
The Master Orchestrator. Handles the end-to-end flow of designing and generating UI screens. Use this for all "Design X" requests.
20stitch-ui-prompt-architect
Builds Stitch-ready prompts from vague UI ideas or from Design Spec and User Request. Outputs sectioned Context, Layout, and Components. Supports DESIGN.md and framework contract prefix.
7stitch-mcp-generate-screen-from-text
Generates high-fidelity UI screens or wireframes from text descriptions. The core Text-to-UI engine.
7stitch-mcp-get-screen
Retrieves the full details of a specific screen, including HTML code.
4stitch-ui-design-spec-generator
Translates user requirements into structured Design Specs for Theme, Color, and Typography.
4stitch-mcp-list-screens
Lists all screens contained within a specific project.
4