Files
antigravity-skills-reference/skills/ui-setup/SKILL.md
sickn33 2d3cfb40bb feat(skills): Add StyleSeed UI and UX skills (#479)
Add 11 source-only StyleSeed skills covering UI setup, page and pattern
scaffolding, token management, accessibility review, UX flows,
microcopy, audits, and feedback states.

Also credit bitjaru/styleseed in the community contributors list so
source attribution matches the new source_repo metadata.

Fixes #478

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-04-08 18:46:16 +02:00

3.5 KiB

name, description, category, risk, source, source_repo, source_type, date_added, author, tags, tools
name description category risk source source_repo source_type date_added author tags tools
ui-setup Interactive StyleSeed setup wizard for choosing app type, brand color, visual style, typography, and the first screen scaffold. design safe community bitjaru/styleseed community 2026-04-08 bitjaru
ui
design-system
setup
frontend
styleseed
claude
cursor
codex
gemini

UI Setup

Overview

Part of StyleSeed, this setup wizard turns a raw project into a design-system-guided workspace. It collects the minimum brand and product context needed to configure tokens, pick a visual direction, and generate an initial page without drifting into generic UI.

When to Use

  • Use when you are starting a new app with the StyleSeed Toss seed
  • Use when you copied the seed into an existing project and need to personalize it
  • Use when you want the AI to ask one design decision at a time instead of guessing
  • Use when you need a first page scaffold after selecting colors, font, and app type

How It Works

Step 1: Ask One Question at a Time

Do not front-load the full questionnaire. Ask a single question, wait for the answer, store it, then continue.

Step 2: Capture the App Type

Identify the product shape before touching tokens or layout recipes.

Suggested buckets:

  • SaaS dashboard
  • E-commerce
  • Fintech
  • Social or content
  • Productivity or internal tool
  • Other with a short freeform description

Use the answer to choose the page composition pattern and the type of first screen to scaffold.

Step 3: Choose the Brand Color

Offer a few safe defaults plus a custom hex option. Once selected:

  • update the light theme brand token
  • update the dark theme brand token with a lighter accessible variant
  • keep all other colors semantic rather than hardcoding the brand everywhere

If the project uses the StyleSeed Toss seed, the main target is css/theme.css.

Step 4: Offer an Optional Visual Reference

Ask whether the user wants to borrow the feel of an established brand or design language. Good examples include Stripe, Linear, Vercel, Notion, Spotify, Supabase, and Airbnb.

Use the reference to influence density, tone, and composition, not to clone assets or trademarks.

Step 5: Pick Typography

Confirm the font direction:

  • keep the default stack
  • swap to a preferred font if already installed or available
  • preserve hierarchy rules for display, heading, body, and caption text

If the seed is present, update the font-related files rather than scattering overrides across components.

Step 6: Generate the First Screen

Ask for:

  • app name
  • first page or screen name
  • a one-sentence purpose for that page

Then scaffold the page using the seed's page shell, top bar, navigation, spacing scale, and card structure.

Output

Return:

  1. The captured setup decisions
  2. The files or tokens updated
  3. The first page or scaffold created
  4. Any follow-up recommendations for components, patterns, accessibility, or copy

Best Practices

  • Keep the interaction conversational, but deterministic
  • Make brand color changes through tokens, not component-by-component edits
  • Use an inspiration brand as a reference, not as a permission slip to copy
  • Prefer semantic tokens and reusable patterns over page-specific CSS

Additional Resources