ui-setup
Interactive StyleSeed setup wizard for choosing app type, brand color, visual style, typography, and the first screen scaffold.
Best use case
ui-setup is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Interactive StyleSeed setup wizard for choosing app type, brand color, visual style, typography, and the first screen scaffold.
Teams using ui-setup should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ui-setup/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ui-setup Compares
| Feature / Agent | ui-setup | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Interactive StyleSeed setup wizard for choosing app type, brand color, visual style, typography, and the first screen scaffold.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# UI Setup ## Overview Part of [StyleSeed](https://github.com/bitjaru/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 - [StyleSeed repository](https://github.com/bitjaru/styleseed) - [StyleSeed Toss seed](https://github.com/bitjaru/styleseed/tree/main/seeds/toss) - [Source skill](https://github.com/bitjaru/styleseed/blob/main/seeds/toss/.claude/skills/ui-setup/SKILL.md) ## Limitations - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert review. - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related Skills
expo-tailwind-setup
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
environment-setup-guide
Guide developers through setting up development environments with proper tools, dependencies, and configurations
devcontainer-setup
Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.
conductor-setup
Configure a Rails project to work with Conductor (parallel coding agents)
odoo-hr-payroll-setup
Expert guide for Odoo HR and Payroll: salary structures, payslip rules, leave policies, employee contracts, and payroll journal entries.
odoo-accounting-setup
Expert guide for configuring Odoo Accounting: chart of accounts, journals, fiscal positions, taxes, payment terms, and bank reconciliation.
observability-monitoring-monitor-setup
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da
ab-test-setup
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
nft-standards
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.
nextjs-best-practices
Next.js App Router principles. Server Components, data fetching, routing patterns.
nextjs-app-router-patterns
Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
new-rails-project
Create a new Rails project