What problem does it solve?
This Skill turns a public website’s visual style into reusable design tokens, so you can recreate its look in a shadcn/ui and Tailwind CSS v4 project without manually inspecting every color, font, and radius value.
Core Features & Use Cases
- Theme extraction from live sites: Captures computed colors, typography, spacing, radius, and shadows from a real browser session.
- shadcn/ui token mapping: Converts site styles into the standard shadcn token vocabulary, including light and dark mode values when available.
- Tailwind v4-ready output: Produces a paste-ready
@theme inline token block for globals.css or app.css.
- Use case: A designer sends a marketing site URL, and you generate a starter theme that matches its surface, text, and button styling for a new app.
Quick Start
Ask the AI to extract the theme from a public website URL and return the shadcn/ui Tailwind v4 token block for your project’s global CSS file.