agentsclimarketplace

Stitch ued guide

Skill gabelul/stitch-kit/skills/stitch-ued-guide

Visual vocabulary, design terminology, and prompt engineering strategy for Stitch. Reference this when you need layout pattern names, aesthetic style terms, color structure formulas, or device guidelines.From its SKILL.md

Install
npx -y skills add gabelul/stitch-kit --skill stitch-ued-guide

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

8.7 KB, ~2.1k tokens by cl100k_base, as published. Nobody here has run it

Stitch UED Guide

This is a reference guide, not an action skill. Use it when:

  • You need specific design terminology for a Stitch prompt (masonry, glassmorphism, split-screen)
  • You're unsure how to describe a layout pattern or visual style
  • You want to apply color + theme structure consistently
  • You need to know device-specific constraints for prompt writing

Prompt engineering strategy

The most effective Stitch prompts follow this 4-part structure:

[Context & Style] + [Layout Structure] + [Component Details] + [Content & Data]

Context & Style:

"Mobile fitness app for gym-goers. Dark mode with neon green accents. Cyberpunk aesthetic. Rounded corners."

Layout Structure:

"Bottom navigation bar (Home, Workout, Progress, Profile). Scrollable main feed. Sticky top bar with greeting."

Component Details:

"Workout cards with gradient border, thumbnail, title, duration badge, and 'Start' pill button."

Content & Data:

"Sample data: 'Upper Body Blast' (45 min), 'Core Destroyer' (20 min), 'Morning Run' (30 min, completed today)."

Stitch model selection

ModelWhen to use
GEMINI_3_1_PROHigh-fidelity designs, complex layouts, when quality matters — recommended default
GEMINI_3_FLASHFast iteration, wireframes, rapid exploration, when speed matters
GEMINI_3_PRODeprecated — still works but will be removed. Use GEMINI_3_1_PRO instead

Color variant reference (colorVariant)

Controls how Stitch derives the full color palette from your primaryColor:

colorVariantVisual effectBest for
MONOCHROMESingle-hue, editorial feelLuxury, minimal, text-heavy, portfolios
NEUTRALSubdued, professionalCorporate, enterprise, medical
TONAL_SPOTBalanced accent spots on neutral baseSaaS, productivity, dashboards
VIBRANTBold, energetic colorsConsumer apps, social, food
EXPRESSIVEMulticolor, dynamicCreative, gaming, entertainment
FIDELITYPrecise brand color matchingBrand-heavy, marketing, landing pages
CONTENTPalette adapts to contentMedia, editorial, photo-heavy
RAINBOWFull spectrumKids apps, events, playful
FRUIT_SALADWarm multicolorFood, lifestyle, wellness

Spacing scale reference (spacingScale)

spacingScaleEffectBest for
0Minimal spacing — very tight, data-denseAdmin panels, data tables, terminal-style UIs
1Compact — efficient use of spaceDashboards, dense mobile lists, SaaS tools
2Normal — comfortable breathing roomStandard apps, consumer products
3Spacious — generous whitespaceLanding pages, marketing, portfolios, luxury

DesignTheme API field reference

Quick reference for all DesignTheme fields returned by get_project:

FieldTypeDescription
colorModeLIGHT / DARKBase theme mode
customColorhex stringSeed color for palette generation
colorVariantenum (9 values)How palette is derived from seed
headlineFontfont enum (68 values)Display/headline typeface
bodyFontfont enumBody text typeface
labelFontfont enumLabels, captions, metadata typeface
fontfont enumDeprecated — use headlineFont/bodyFont/labelFont
roundnessROUND_FOUR/EIGHT/TWELVE/FULL (ROUND_TWO exists but is deprecated/unused)Corner radius preset
spacingScaleinteger 0-3Layout density
spacingobjectOptional. Map of spacing token name → CSS value (e.g. {"sm": "8px"})
typographyobjectOptional. Map of typography level name (e.g. h1, body) → Typography token (fontFamily, fontSize, fontWeight, letterSpacing, lineHeight)
namedColorsobject (40+ tokens)Full semantic color map (Material 3)
designMdstringAuto-generated design system markdown
descriptionstringBrief aesthetic description
overridePrimaryColorhexExplicit primary override
overrideSecondaryColorhexExplicit secondary override
overrideTertiaryColorhexExplicit tertiary override
overrideNeutralColorhexExplicit neutral base override
backgroundLighthexLight mode background
backgroundDarkhexDark mode background

Layout patterns

Mobile patterns

  • Vertical scroll feed — infinite scroll of content cards, sticky header, bottom nav
  • Tab navigation — segmented control or tab bar, content switches inline
  • Bottom sheet — slide-up panel for secondary content or actions
  • Full-screen form — single-column, large touch targets, sticky submit
  • Detail → action — hero content at top, description below, sticky CTA at bottom

Desktop patterns

  • Left sidebar + main — persistent side nav (200-280px), main content area, top bar
  • Top nav + content — horizontal navigation bar, sectioned main content below
  • Split screen — two equal halves (form/preview, signup/product screenshot)
  • Dashboard grid — KPI strip, charts, tables, widgets in responsive grid
  • Landing page — full-width hero, feature sections, pricing, footer CTA

Universal patterns

  • Masonry grid — variable-height cards, Pinterest-style layout
  • Bento grid — asymmetric boxes of varying sizes, each containing different content
  • Hero section — full-width/height with background image, headline, CTA
  • Card grid — uniform cards in responsive column grid

Visual styles

StyleDescriptionUse for
FlatNo shadows, bold colors, simple shapesMobile apps, illustrations
MaterialCards with elevation, clear hierarchy, ripple effectsAndroid-style apps
NeumorphismExtruded elements on same-color bg, soft shadowsLuxury, subtle UIs
GlassmorphismFrosted glass effect, blur + transparency + borderModern SaaS, overlays
BrutalismRaw, high-contrast, purposefully rough, grid-breakingEditorial, bold brands
MinimalismMaximum whitespace, single accent color, typographic focusPortfolios, landing pages
CyberpunkDark bg, neon accents, glitch elements, monospace fontsGaming, tech, dark mode

Color structure formula

For consistent, professional palettes in prompts:

[Domain/mood description] + [Background hex] + [Primary hex] + [Secondary hex] + [Text hex] + [Aesthetic mood]

Example:

"Modern SaaS productivity app. Slate-50 (#F8FAFC) background. Indigo (#6366F1) primary. Violet (#8B5CF6) secondary. Zinc-900 (#18181B) text. Clean, structured, professional."

Dark mode example:

"Premium dark dashboard. Zinc-900 (#18181B) background. Indigo-400 (#818CF8) primary on dark. Zinc-800 (#27272A) card surface. Zinc-100 (#F4F4F5) text. Focused, high-contrast, developer-friendly."

Device guidelines

DeviceDimensionsKey constraints
MOBILE~375px wideBottom navigation, thumb-friendly tap targets (44px min), single-column layouts, larger type
DESKTOP~1440px wideMulti-column layouts, sidebar navigation, dense data tables, hover interactions
TABLET~768-1024pxHybrid: 2-column grids, collapsible sidebar, touch-friendly but more space
AGNOSTICFluidResponsive/fluid layout — not tied to a specific device, adapts to viewport

Accessibility in prompts

Include these phrases in prompts to guide Stitch toward accessible output:

  • "High contrast text, WCAG AA compliant colors"
  • "Touch-friendly tap targets, minimum 44px height"
  • "Clear visual hierarchy, strong heading sizes"
  • "Sufficient color contrast between text and background"

Quick reference — UI component names for Stitch prompts

Use these precise names (vague descriptions produce worse results):

  • "Floating action button (FAB)" not "button in corner"
  • "Segmented control" not "toggle group"
  • "Bottom sheet" not "popup from bottom"
  • "Skeleton loader" not "loading placeholder"
  • "Snackbar" not "notification at bottom"
  • "Breadcrumb trail" not "navigation path"
  • "Stepper / wizard" not "multi-step form indicator"
  • "Data table with sortable columns" not "list of data"
  • "Autocomplete input" not "search with suggestions"

Related skills

  • stitch-ui-design-spec-generator — produces the structured JSON this guide helps you describe
  • stitch-ui-prompt-architect — applies this vocabulary to build final Stitch prompts

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most prompt engineering skills give in ~2.1k tokens

Counted across 542 of the 575 authors here whose files we hold, read 2026-09-06

  • Provide few-shot examples for complex tasksin 17 of 542, across 16 files
  • Ask clarifying questions if information is ambiguousin 16 of 542, across 14 files
  • Output a complete optimized prompt for the userin 15 of 542, across 9 files
  • Validate structured outputs against schemasin 15 of 542, across 13 files
  • Analyze the draft prompt for intent and gapsin 14 of 542, across 8 files
  • Detect project tech stack from local filesin 14 of 542, across 8 files
  • Recommend a model based on task scopein 13 of 542, across 7 files
  • Present results in the specified output formatin 13 of 542, across 7 files
  • Match intent and scope to ECC componentsin 13 of 542, across 7 files
  • Ask one question at a timein 13 of 542, across 12 files
  • Respond in the same language as the user inputin 12 of 542, across 6 files
  • Ask up to three clarification questions if context is missingin 11 of 542, across 5 files

Said here and by no other author read

  • Use precise UI component names in prompts
  • Include accessibility requirements in design prompts
  • Use GEMINI_3_1_PRO for high-fidelity designs
  • Use GEMINI_3_FLASH for rapid wireframe iteration
  • Apply color structure formulas for consistent palettes
  • Reference device guidelines for layout constraints

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.