component-builder

Installation
SKILL.md

Component Builder

This skill documents the tailwind-variants pattern used for UI components in this project. All UI components should follow this pattern for consistency and type safety.

When to Use

Use this skill when:

  • Creating new UI components in src/lib/ui/
  • Refactoring existing components to use tailwind-variants
  • Adding new variants to existing components

Quick Start

Every component needs two files:

  1. componentName.variants.ts - Variant definitions
  2. ComponentName.svelte - The component
Related skills
Installs
9
GitHub Stars
457
First Seen
Feb 15, 2026