stitch-mcp-list-projects

Lists all Stitch projects accessible to the user.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stitch-mcp-list-projects" with this command: npx skills add partme-ai/stitch-skills/partme-ai-stitch-skills-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:

  1. Identify the user wants to list projects.
  2. Call list_projects tool with arguments {"filter": "view=owned"}.

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

stitch-ui-designer

No summary provided by upstream source.

Repository SourceNeeds Review
General

stitch-mcp-generate-screen-from-text

No summary provided by upstream source.

Repository SourceNeeds Review
General

stitch-ui-prompt-architect

No summary provided by upstream source.

Repository SourceNeeds Review
General

stitch-mcp-create-project

No summary provided by upstream source.

Repository SourceNeeds Review