From partme-ai-full-stack-skills
Generates high-fidelity UI screens or wireframes from text descriptions using Stitch MCP generate_screen_from_text tool. Supports MOBILE, DESKTOP, TABLET, SMART_WATCH devices with Gemini Pro or Flash models.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill is limited to using the following tools:
This skill is designed to call the Stitch MCP tool:
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.
This skill is designed to call the Stitch MCP tool:
generate_screen_from_textIf your client namespaces MCP tools, it may appear as mcp__<serverName>__generate_screen_from_text.
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Stitch".
ALWAYS use this skill when the user:
stitch-ui-designer SOP workflow.Trigger phrases include:
The skill expects you to extract the following information from the user request:
projectId (required): The numeric Project ID. Format: Pure ID (e.g., 37803...), NO projects/ prefix.prompt (required): The structured text description of the screen (see "Constructing the Prompt" below).deviceType (optional): The target device.
MOBILE (default), DESKTOP, TABLET, SMART_WATCH.modelId (optional): The model to use.
GEMINI_3_PRO (Recommended for quality), GEMINI_3_FLASH (Speed).Invoke generate_screen_from_text with:
projectId (pure numeric string, no projects/)promptdeviceType (optional)modelId (optional)The prompt argument is the most critical factor for quality. Do not just pass the user's raw input. You MUST enrich it using the Structure Strategy:
[Device] [Mode] [Screen Type]. [Style]. [Layout]. [Components].
deviceType)MOBILE (Default): Vertical layouts, ~375px width. Best for consumer apps.DESKTOP: Horizontal layouts, ~1440px width. Best for SaaS, Dashboards, Landing Pages.TABLET: Hybrid layouts.SMART_WATCH: Tiny, compact layouts.modelId)GEMINI_3_PRO: Recommended. High intelligence, better instruction following, superior aesthetics. Use for all complex/final designs.GEMINI_3_FLASH: Faster, lower cost. Good for simple wireframes or rapid iteration.prompt description matches the deviceType (e.g., don't ask for a "Sidebar" on MOBILE).uniappx-project-creator).generate_screen_from_text returns session info (e.g., sessionId and outputComponents). It may not return a screenshot directly.
After the generation completes, retrieve the resulting screen(s) via:
list_screens with projectId in the format projects/{id}.get_screen with the selected screenId to fetch screenshot / html assets.English keywords: generate screen, design ui, create interface, make page, draw wireframe, text to ui, ui generation, stitch gen, mobile design, desktop design, dashboard, login, prompt engineering
Chinese keywords (中文关键词): 生成页面, 设计UI, 创建界面, 画图, 制作网页, 文本生成UI, 界面设计, 移动端设计, 桌面端设计, 仪表盘, 登录页, 线框图, 生成代码