From partme-ai-full-stack-skills
Lists screens in a Stitch project with names, titles, thumbnails, and device types. Useful for browsing generated designs, finding screens to iterate on, or selecting screenId for export via get_screen.
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".
Lists all screens contained within a specific project.
Invoke this skill to browse the history of generated designs in a project or to find a specific screen to reference or iterate upon.
The skill expects you to extract the following information from the user request:
projectId (required): The ID of the project. Format: projects/{project_id}.Returns an object with screens array:
screens:
name: Resource identifier (e.g., projects/123/screens/abc).title: Auto-generated title.screenshot: Thumbnail URL.deviceType: The device type of the screen.User Input: "Show me all screens in this project."
Agent Action:
list_screens tool with arguments {"projectId": "projects/123456"}.