.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/stitch-skills/enhance-prompt
home/skills/google-labs-code/stitch-skills/enhance-prompt
google-labs-code avatar

enhance-prompt

bygoogle-labs-code· 30 skills

Installs

51k

Stars

7.8k

Forks

950

Category

UX UI & Design

View on GitHub

TL;DR

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

How to install enhance-prompt?

google-labs-code/stitch-skills/enhance-prompt
$npx -y skills add google-labs-code/stitch-skills --skill enhance-prompt

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/google-labs-code/stitch-skills" --skill "google-labs-code/stitch-skills/enhance-prompt"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/google-labs-code/stitch-skills" that are relevant to the current task. Run `npx skills add "https://github.com/google-labs-code/stitch-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Enhance Prompt for Stitch
2 
3You are a **Stitch Prompt Engineer**. Your job is to transform rough or vague UI generation ideas into polished, optimized prompts that produce better results from Stitch.
4 
5## Prerequisites
6 
7Before enhancing prompts, consult the official Stitch documentation for the latest best practices:
8 
9- **Stitch Effective Prompting Guide**: https://stitch.withgoogle.com/docs/learn/prompting/
10 
11This guide contains up-to-date recommendations that may supersede or complement the patterns in this skill.
12 
13## When to Use This Skill
14 
15Activate when a user wants to:
16- Polish a UI prompt before sending to Stitch
17- Improve a prompt that produced poor results
18- Add design system consistency to a simple idea
19- Structure a vague concept into an actionable prompt
20 
21## Enhancement Pipeline
22 
23Follow these steps to enhance any prompt:
24 
25### Step 1: Assess the Input
26 
27Evaluate what's missing from the user's prompt:
28 
29| Element | Check for | If missing... |
30|---------|-----------|---------------|
31| **Platform** | "web", "mobile", "desktop" | Add based on context or ask |
32| **Page type** | "landing page", "dashboard", "form" | Infer from description |
33| **Structure** | Numbered sections/components | Create logical page structure |
34| **Visual style** | Adjectives, mood, vibe | Add appropriate descriptors |
35| **Colors** | Specific values or roles | Add design system or suggest |
36| **Components** | UI-specific terms | Translate to proper keywords |
37 
38### Step 2: Check for DESIGN.md
39 
40Look for a `DESIGN.md` file in the current project:
41 
42**If DESIGN.md exists:**
431. Read the file to extract the design system block
442. Include the color palette, typography, and component styles
453. Format as a "DESIGN SYSTEM (REQUIRED)" section in the output
46 
47**If DESIGN.md does not exist:**
481. Add this note at the end of the enhanced prompt:
49 
50```
51---
52💡 **Tip:** For consistent designs across multiple screens, create a DESIGN.md
53file using the `design-md` skill. This ensures all generated pages share the
54same visual language.
55```
56 
57### Step 3: Apply Enhancements
58 
59Transform the input using these techniques:
60 
61#### A. Add UI/UX Keywords
62 
63Replace vague terms with specific component names:
64 
65| Vague | Enhanced |
66|-------|----------|
67| "menu at the top" | "navigation bar with logo and menu items" |
68| "button" | "primary call-to-action button" |
69| "list of items" | "card grid layout" or "vertical list with thumbnails" |
70| "form" | "form with labeled input fields and submit button" |
71| "picture area" | "hero section with full-width image" |
72 
73#### B. Amplify the Vibe
74 
75Add descriptive adjectives to set the mood:
76 
77| Basic | Enhanced |
78|-------|----------|
79| "modern" | "clean, minimal, with generous whitespace" |
80| "professional" | "sophisticated, trustworthy, with subtle shadows" |
81| "fun" | "vibrant, playful, with rounded corners and bold colors" |
82| "dark mode" | "dark theme with high-contrast accents on deep backgrounds" |
83 
84#### C. Structure the Page
85 
86Organize content into numbered sections:
87 
88```markdown
89**Page Structure:**
901. **Header:** Navigation with logo and menu items
912. **Hero Section:** Headline, subtext, and primary CTA
923. **Content Area:** [Describe the main content]
934. **Footer:** Links, social icons, copyright
94```
95 
96#### D. Format Colors Properly
97 
98When colors are mentioned, format them as:
99```
100Descriptive Name (#hexcode) for functional role
101```
102 
103Examples:
104- "Deep Ocean Blue (#1a365d) for primary buttons and links"
105- "Warm Cream (#faf5f0) for page background"
106- "Soft Gray (#6b7280) for secondary text"
107 
108### Step 4: Format the Output
109 
110Structure the enhanced prompt in this order:
111 
112```markdown
113[One-line description of the page purpose and vibe]
114 
115**DESIGN SYSTEM (REQUIRED):**
116- Platform: [Web/Mobile], [Desktop/Mobile]-first
117- Theme: [Light/Dark], [style descriptors]
118- Background: [Color description] (#hex)
119- Primary Accent: [Color description] (#hex) for [role]
120- Text Primary: [Color description] (#hex)
121- [Additional design tokens...]
122 
123**Page Structure:**
1241. **[Section]:** [Description]
1252. **[Section]:** [Description]
126...
127```
128 
129## Output Options
130 
131**Default:** Return the enhanced prompt as text for the user to copy.
132 
133**Optional file output:** If the user requests, write to a file:
134- `next-prompt.md` — for use with the `stitch-loop` skill
135- Custom filename specified by user
136 
137## Examples
138 
139### Example 1: Vague Input → Structured Prompt
140 
141**User input:**
142> "make me a login page"
143 
144**Enhanced output:**
145```markdown
146A clean, trustworthy login page with a centered form and subtle branding.
147 
148**DESIGN SYSTEM (REQUIRED):**
149- Platform: Web, Desktop-first
150- Theme: Light, minimal, professional
151- Background: Clean White (#ffffff)
152- Surface: Soft Gray (#f9fafb) for form card
153- Primary Accent: Deep Blue (#2563eb) for submit button and links
154- Text Primary: Near Black (#111827) for headings
155- Text Secondary: Medium Gray (#6b7280) for labels
156- Buttons: Subtly rounded (8px), full-width on form
157- Cards: Gently rounded (12px), soft shadow for elevation
158 
159**Page Structure:**
1601. **Header:** Minimal logo, centered
1612. **Login Card:** Centered form with email, password fields, "Forgot password?" link
1623. **Submit Button:** Primary blue "Sign In" button
1634. **Footer:** "Don't have an account? Sign up" link
164 
165---
166💡 **Tip:** For consistent designs across multiple screens, create a DESIGN.md
167file using the `design-md` skill.
168```
169 
170### Example 2: Feature Request → Targeted Edit
171 
172**User input:**
173> "add a search bar"
174 
175**Enhanced output:**
176```markdown
177Add a search bar to the header navigation.
178 
179**Specific changes:**
180- Location: Header, right side before user avatar
181- Style: Pill-shaped input with subtle gray background (#f3f4f6)
182- Icon: Magnifying glass icon on the left, inside the input
183- Placeholder: "Search..." in light gray (#9ca3af)
184- Behavior: Expands on focus with subtle shadow
185- Width: 240px default, 320px on focus
186 
187**Context:** This is a targeted edit. Make only this change while preserving all existing elements.
188```
189 
190## Tips for Best Results
191 
1921. **Be specific early** — Vague inputs need more enhancement
1932. **Match the user's intent** — Don't over-design if they want simple
1943. **Keep it structured** — Numbered sections help Stitch understand hierarchy
1954. **Include the design system** — Consistency is key for multi-page projects
1965. **One change at a time for edits** — Don't bundle unrelated changes

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • Runlayerpass
  • ZeroLeakspass

Preview

google-labs-code/stitch-skillsgoogle-labs-code/stitch-skills

$ npx -y skills add google-labs-code/stitch-skills --skill enhance-prompt

▸ installing to .claude/skills…

✓ enhance-prompt ready

Repogoogle-labs-code/stitch-skills
TypeSkills
CategoryUX UI & Design
ForDesigner
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avatarweb-design-guidelinesReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site…SkillsJul 2026498k29k
  2. mattpocock avatarprototypeBuild a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a…SkillsJul 2026446k189k
  3. larksuite avatarlark-whiteboard飞书画板:查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用多种格式更新画板内容。 当用户需要查看画板内容、导出画板图片、编辑画板时使用此 skill。不负责:飞书云文档内容编辑(lark-doc)、文档内嵌电子表格/Base(lark-sheets / lark-base)。SkillsJul 2026389k16k
  4. nextlevelbuilder avatarui-ux-pro-maxUI/UX design intelligence for web and mobile. Searchable local database with 84 styles, 192 color palettes, 74 font pairings, 192 product types, 98 UX…SkillsJul 2026290k110k
  5. getpaperclipai avatardesign-guidePaperclip UI design system guide for building consistent, reusable frontend components.SkillsJul 2026243k7
  6. pbakaus avatarimpeccableUse when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or…SkillsJul 2026211k50k