Help us improve
Share bugs, ideas, or general feedback.
From tauri-skills
Lists all Stitch projects accessible to the user, returning names, titles, update times, and thumbnails. Supports owned and shared project filters for browsing or resuming work.
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-list-projectsThis 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:**
Lists accessible Stitch projects via list_projects MCP tool to retrieve numeric project IDs for resuming work or generating screens in existing projects.
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.
Interacts with Keboola Connection projects via CLI: manages configs, jobs, data lineage, developer branches, SQL debugging, GitOps syncs, bucket sharing, data apps, encryption, users, feature flags, and semantic layers.
Share bugs, ideas, or general feedback.
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"}.