Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Transform vague UI ideas into precise, Stitch-optimized prompts with UI/UX keywords and design system context
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
README.md
1# Stitch Enhance Prompt Skill23## Install45```bash6npx skills add google-labs-code/stitch-skills --skill enhance-prompt --global7```89## Example Prompt1011```text12Enhance my prompt "make me a login page" for better Stitch generation results.13```1415## Skill Structure1617This repository follows the **Agent Skills** open standard. Each skill is self-contained with its own logic, workflow, and reference materials.1819```text20enhance-prompt/21├── SKILL.md — Core instructions & workflow22├── references/ — UI/UX vocabulary and adjective palettes23└── README.md — This file24```2526## How it Works2728When activated, the agent follows a prompt enhancement pipeline:29301. **Assessment**: Evaluates the input for missing elements (platform, structure, visual style, colors).312. **DESIGN.md Check**: Looks for an existing design system to inject; recommends creating one if missing.323. **Enhancement**: Applies UI/UX keywords, vibe adjectives, and structured page sections.334. **Formatting**: Outputs a Stitch-optimized prompt with design system block and numbered structure.345. **Delivery**: Returns enhanced text for user review, with optional file output.35