Design
stitch-mcp-list-projects
Lists all Stitch projects accessible to the user.
Lists all Stitch projects accessible to the user.
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Stitch".
This skill lists all Stitch projects accessible to the user.
Invoke this skill when the user wants to resume work on an existing project, or needs to check what projects are currently available.
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.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.User Input: "Show me my existing projects."
Agent Action:
list_projects tool with arguments {"filter": "view=owned"}.确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。