ui-setup

Guide StyleSeed UI setup through step-by-step design decisions and scaffold generation.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Avihusitton/gil-therapy --skill ui-setup-avihusitton
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-setup
Source: https://github.com/Avihusitton/gil-therapy/tree/main/.agents/skills/ui-setup
Command: npx skills add https://github.com/Avihusitton/gil-therapy --skill ui-setup-avihusitton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork and inconsistency of building a new UI from scratch with StyleSeed, which often leads to generic, non-brand-aligned designs that require extensive rework later.

Core Features & Use Cases

  • Guided Step-by-Step Setup: Asks one design decision at a time (app type, brand color, typography, visual reference) to avoid overwhelming users and ensure intentional, consistent choices.
  • Semantic Design Token Updates: Automatically configures light and dark mode brand color tokens and font stacks, avoiding hardcoded values scattered across components.
  • First Page Scaffolding: Generates a functional first page scaffold aligned with the selected app type, using the StyleSeed seed's pre-built page shell, navigation, and spacing rules.
  • Use Case: For example, a developer building a new SaaS dashboard can use this Skill to quickly select a brand color, choose a Linear-inspired visual style, set Inter as the typography, and get a pre-built dashboard homepage scaffold to start building from, instead of starting from a blank file.

Quick Start

Use the ui-setup skill to guide me through setting up a new e-commerce app with a blue brand color, Inter font, and a product listing page scaffold.

Frequently Asked Questions about ui-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new UI with StyleSeed without getting inconsistent design choices?▼

To set up a new UI with StyleSeed consistently, you can use a guided step-by-step process that asks one design decision at a time. This approach eliminates guesswork by configuring semantic design tokens and generating a pre-built first page scaffold aligned with your brand parameters.

What is the best way to configure light and dark mode brand colors in a design system?▼

The best way to configure light and dark mode brand colors is by updating semantic design tokens. This method automatically applies your selected brand colors across the UI without relying on hardcoded values scattered throughout individual components.

How do I scaffold a first page for a new app using a design seed?▼

You can scaffold a first page by identifying your app type and selecting a visual reference. The system then uses the StyleSeed seed's pre-built page shell, navigation, and spacing rules to generate a functional starting point tailored to your chosen design parameters.

Do I need existing StyleSeed project files to generate page scaffolds and typography configurations?▼

Yes, you need access to StyleSeed project files to generate page scaffolds and typography configurations. The Skill requires these files to update semantic design tokens and output the pre-built page structures aligned with your selected app type and visual style.

Can I use this guided UI setup for a SaaS dashboard with a specific font and visual style?▼

Yes, you can use this guided UI setup for a SaaS dashboard. It supports selecting specific brand colors, typography configurations like Inter, and visual references like a Linear-inspired style to generate a matching dashboard homepage scaffold.

Why does building a new UI from scratch lead to non-brand-aligned designs requiring rework?▼

Building a new UI from scratch leads to non-brand-aligned designs because of guesswork and inconsistent choices. A guided setup prevents this by enforcing intentional, step-by-step decisions for app type, brand colors, and typography before generating any code.