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.

by google-labs-code·ve8df144·10.3 KB·3,223 installs
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:

  1. Assessment: Evaluates the input for missing elements (platform, structure, visual style, colors).
  2. DESIGN.md Check: Looks for an existing design system to inject; recommends creating one if missing.
  3. Enhancement: Applies UI/UX keywords, vibe adjectives, and structured page sections.
  4. Formatting: Outputs a Stitch-optimized prompt with design system block and numbered structure.
  5. Delivery: Returns enhanced text for user review, with optional file output.