enhance-prompt
✓Verified·Scanned 2/12/2026
The skill refines vague UI ideas into Stitch-optimized prompts and injects a DESIGN.md design system when present; it can also write next-prompt.md. It directs consulting https://stitch.withgoogle.com/docs/learn/prompting/ and includes the install command npx skills add google-labs-code/stitch-skills --skill enhance-prompt --global.
Scanned from main at e8df144 · Transparency log ↗
$ vett add google-labs-code/stitch-skills/enhance-prompt
Stitch Enhance Prompt Skill
Install
npx skills add google-labs-code/stitch-skills --skill enhance-prompt --global
Example Prompt
Enhance my prompt "make me a login page" for better Stitch generation results.
Skill Structure
This repository follows the Agent Skills open standard. Each skill is self-contained with its own logic, workflow, and reference materials.
enhance-prompt/
├── SKILL.md — Core instructions & workflow
├── references/ — UI/UX vocabulary and adjective palettes
└── README.md — This file
How it Works
When activated, the agent follows a prompt enhancement pipeline:
- Assessment: Evaluates the input for missing elements (platform, structure, visual style, colors).
- DESIGN.md Check: Looks for an existing design system to inject; recommends creating one if missing.
- Enhancement: Applies UI/UX keywords, vibe adjectives, and structured page sections.
- Formatting: Outputs a Stitch-optimized prompt with design system block and numbered structure.
- Delivery: Returns enhanced text for user review, with optional file output.