enhance-prompt — enhance-prompt for Stitch enhance-prompt, CaltransBizConnect, community, enhance-prompt for Stitch, ide skills, optimized prompt engineering, Stitch prompt optimization, enhance-prompt install, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Language Model Agents like Claude Code, AutoGPT, and LangChain needing to refine user inputs into effective Stitch prompts. enhance-prompt is a skill that optimizes prompts for Stitch, a UI generation tool, to produce better results by following the Stitch Effective Prompting Guide.

Features

Consults the official Stitch documentation for the latest best practices
Follows the Stitch Effective Prompting Guide for optimized prompts
Transforms rough or vague UI generation ideas into polished prompts
Produces better results from Stitch using optimized prompts
Utilizes the https://stitch.withgoogle.com/docs/learn/prompting/ guide for up-to-date recommendations

# Core Topics

ksolomon68 ksolomon68
[0]
[0]
Updated: 3/6/2026

Agent Capability Analysis

The enhance-prompt skill by ksolomon68 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for enhance-prompt for Stitch, optimized prompt engineering, Stitch prompt optimization.

Ideal Agent Persona

Ideal for Language Model Agents like Claude Code, AutoGPT, and LangChain needing to refine user inputs into effective Stitch prompts.

Core Value

Empowers agents to transform vague UI generation ideas into polished, optimized prompts for Stitch, leveraging the Stitch Effective Prompting Guide and best practices for enhanced results, utilizing protocols like HTTPS for documentation access.

Capabilities Granted for enhance-prompt

Transforming rough UI concepts into actionable Stitch prompts
Consulting official Stitch documentation for best practices
Optimizing prompts for better results from Stitch

! Prerequisites & Limits

  • Requires access to the official Stitch documentation
  • Stitch-specific prompting guide compliance necessary
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

enhance-prompt

Install enhance-prompt, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Enhance Prompt for Stitch

You 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.

Prerequisites

Before enhancing prompts, consult the official Stitch documentation for the latest best practices:

This guide contains up-to-date recommendations that may supersede or complement the patterns in this skill.

When to Use This Skill

Activate when a user wants to:

  • Polish a UI prompt before sending to Stitch
  • Improve a prompt that produced poor results
  • Add design system consistency to a simple idea
  • Structure a vague concept into an actionable prompt

Enhancement Pipeline

Follow these steps to enhance any prompt:

Step 1: Assess the Input

Evaluate what's missing from the user's prompt:

ElementCheck forIf missing...
Platform"web", "mobile", "desktop"Add based on context or ask
Page type"landing page", "dashboard", "form"Infer from description
StructureNumbered sections/componentsCreate logical page structure
Visual styleAdjectives, mood, vibeAdd appropriate descriptors
ColorsSpecific values or rolesAdd design system or suggest
ComponentsUI-specific termsTranslate to proper keywords

Step 2: Check for DESIGN.md

Look for a DESIGN.md file in the current project:

If DESIGN.md exists:

  1. Read the file to extract the design system block
  2. Include the color palette, typography, and component styles
  3. Format as a "DESIGN SYSTEM (REQUIRED)" section in the output

If DESIGN.md does not exist:

  1. Add this note at the end of the enhanced prompt:
---
💡 **Tip:** For consistent designs across multiple screens, create a DESIGN.md 
file using the `design-md` skill. This ensures all generated pages share the 
same visual language.

Step 3: Apply Enhancements

Transform the input using these techniques:

A. Add UI/UX Keywords

Replace vague terms with specific component names:

VagueEnhanced
"menu at the top""navigation bar with logo and menu items"
"button""primary call-to-action button"
"list of items""card grid layout" or "vertical list with thumbnails"
"form""form with labeled input fields and submit button"
"picture area""hero section with full-width image"

B. Amplify the Vibe

Add descriptive adjectives to set the mood:

BasicEnhanced
"modern""clean, minimal, with generous whitespace"
"professional""sophisticated, trustworthy, with subtle shadows"
"fun""vibrant, playful, with rounded corners and bold colors"
"dark mode""dark theme with high-contrast accents on deep backgrounds"

C. Structure the Page

Organize content into numbered sections:

markdown
1**Page Structure:** 21. **Header:** Navigation with logo and menu items 32. **Hero Section:** Headline, subtext, and primary CTA 43. **Content Area:** [Describe the main content] 54. **Footer:** Links, social icons, copyright

D. Format Colors Properly

When colors are mentioned, format them as:

Descriptive Name (#hexcode) for functional role

Examples:

  • "Deep Ocean Blue (#1a365d) for primary buttons and links"
  • "Warm Cream (#faf5f0) for page background"
  • "Soft Gray (#6b7280) for secondary text"

Step 4: Format the Output

Structure the enhanced prompt in this order:

markdown
1[One-line description of the page purpose and vibe] 2 3**DESIGN SYSTEM (REQUIRED):** 4- Platform: [Web/Mobile], [Desktop/Mobile]-first 5- Theme: [Light/Dark], [style descriptors] 6- Background: [Color description] (#hex) 7- Primary Accent: [Color description] (#hex) for [role] 8- Text Primary: [Color description] (#hex) 9- [Additional design tokens...] 10 11**Page Structure:** 121. **[Section]:** [Description] 132. **[Section]:** [Description] 14...

Output Options

Default: Return the enhanced prompt as text for the user to copy.

Optional file output: If the user requests, write to a file:

  • next-prompt.md — for use with the stitch-loop skill
  • Custom filename specified by user

Examples

Example 1: Vague Input → Structured Prompt

User input:

"make me a login page"

Enhanced output:

markdown
1A clean, trustworthy login page with a centered form and subtle branding. 2 3**DESIGN SYSTEM (REQUIRED):** 4- Platform: Web, Desktop-first 5- Theme: Light, minimal, professional 6- Background: Clean White (#ffffff) 7- Surface: Soft Gray (#f9fafb) for form card 8- Primary Accent: Deep Blue (#2563eb) for submit button and links 9- Text Primary: Near Black (#111827) for headings 10- Text Secondary: Medium Gray (#6b7280) for labels 11- Buttons: Subtly rounded (8px), full-width on form 12- Cards: Gently rounded (12px), soft shadow for elevation 13 14**Page Structure:** 151. **Header:** Minimal logo, centered 162. **Login Card:** Centered form with email, password fields, "Forgot password?" link 173. **Submit Button:** Primary blue "Sign In" button 184. **Footer:** "Don't have an account? Sign up" link 19 20--- 21💡 **Tip:** For consistent designs across multiple screens, create a DESIGN.md 22file using the `design-md` skill.

Example 2: Feature Request → Targeted Edit

User input:

"add a search bar"

Enhanced output:

markdown
1Add a search bar to the header navigation. 2 3**Specific changes:** 4- Location: Header, right side before user avatar 5- Style: Pill-shaped input with subtle gray background (#f3f4f6) 6- Icon: Magnifying glass icon on the left, inside the input 7- Placeholder: "Search..." in light gray (#9ca3af) 8- Behavior: Expands on focus with subtle shadow 9- Width: 240px default, 320px on focus 10 11**Context:** This is a targeted edit. Make only this change while preserving all existing elements.

Tips for Best Results

  1. Be specific early — Vague inputs need more enhancement
  2. Match the user's intent — Don't over-design if they want simple
  3. Keep it structured — Numbered sections help Stitch understand hierarchy
  4. Include the design system — Consistency is key for multi-page projects
  5. One change at a time for edits — Don't bundle unrelated changes

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is enhance-prompt?

Ideal for Language Model Agents like Claude Code, AutoGPT, and LangChain needing to refine user inputs into effective Stitch prompts. enhance-prompt is a skill that optimizes prompts for Stitch, a UI generation tool, to produce better results by following the Stitch Effective Prompting Guide.

How do I install enhance-prompt?

Run the command: npx killer-skills add ksolomon68/CaltransBizConnect/enhance-prompt. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for enhance-prompt?

Key use cases include: Transforming rough UI concepts into actionable Stitch prompts, Consulting official Stitch documentation for best practices, Optimizing prompts for better results from Stitch.

Which IDEs are compatible with enhance-prompt?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for enhance-prompt?

Requires access to the official Stitch documentation. Stitch-specific prompting guide compliance necessary.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ksolomon68/CaltransBizConnect/enhance-prompt. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use enhance-prompt immediately in the current project.

Related Skills

Looking for an alternative to enhance-prompt or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI