From partme-ai-full-stack-skills
Lists Stitch projects accessible to the user with names, titles, update times, and thumbnails. Use to resume existing projects, browse available ones, or get project IDs for screen generation. Supports owned/shared filters.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill is limited to using the following tools:
**CRITICAL PREREQUISITE:**
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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"}.