fd-tailwind-shadcn

Translate design tokens into Tailwind CSS v4 and shadcn/ui components for Next.js projects.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/andrewle9510/design-skill-orchestrator --skill fd-tailwind-shadcn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fd-tailwind-shadcn
Source: https://github.com/andrewle9510/design-skill-orchestrator/tree/main/.opencode/skill/fd-tailwind-shadcn
Command: npx skills add https://github.com/andrewle9510/design-skill-orchestrator --skill fd-tailwind-shadcn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates design system decisions into production-ready Tailwind CSS v4 and shadcn/ui implementations, reducing manual coding time and ensuring consistency across projects.

Core Features & Use Cases

  • Tailwind v4 configuration and theming integration using CSS variables and @theme blocks.
  • shadcn/ui component setup with token-driven customization for scalable UI.
  • Design-to-code translation for components, typography, spacing, and color systems in Next.js projects.
  • Use Case: Given a design spec for a dashboard, generate reusable Button, Card, and Navbar components that match tokens and styles.

Quick Start

Provide a design spec (tokens, typography, spacing, colors) and let this skill scaffold production-ready Tailwind v4 + shadcn/ui components and configuration in your project.

Frequently Asked Questions about fd-tailwind-shadcn

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

FAQPage Schema
How do I convert design tokens into Tailwind CSS v4 and shadcn/ui components?

To convert design tokens into Tailwind CSS v4 and shadcn/ui components, you provide a design spec covering typography, spacing, and colors. The skill then scaffolds production-ready component configurations using CSS variables and @theme blocks.

Can I use shadcn/ui with Tailwind v4 in a Next.js project?

Yes, you can use shadcn/ui with Tailwind v4 in Next.js projects. This skill configures token-driven component customization and styling specifically for frontend interfaces within the Next.js framework.

How do I configure color tokens and theming for shadcn/ui?

Configuring color tokens and theming for shadcn/ui involves using Tailwind v4 CSS variables and @theme blocks. This approach ensures scalable, token-driven customization across your UI components without specialized tooling.

What is the best way to generate a dashboard UI from a design spec?

The best way to generate a dashboard UI from a design spec is to input your design requirements for components like Buttons, Cards, and Navbars. The skill translates these into reusable, production-ready shadcn/ui implementations.

Do I need specialized tooling to set up Tailwind v4 and shadcn/ui?

No, you do not need specialized tooling to set up Tailwind v4 and shadcn/ui. The design-to-code workflow operates using standard project setup, requiring no specialized tools beyond your existing environment.