design-system-components

Review·Scanned 2/19/2026

This skill provides React design-system component patterns using CVA and Surface primitives. It includes installation instructions that fetch https://github.com/wpank/ai/tree/main/skills/design-systems/design-system-components and direct copying into .claude/skills and .cursor/skills.

from clawhub.ai·v8790411·9.5 KB·0 installs
Scanned from 1.0.0 at 8790411 · Transparency log ↗
$ vett add clawhub.ai/wpank/design-system-componentsReview findings below

Design System Components

Patterns for building design system components using Surface primitives, CVA variants, and consistent styling. Build reusable, type-safe UI components that leverage design tokens.

What's Inside

  • Surface primitive component for layered UI (panel, tile, chip, glass, metric)
  • CVA (class-variance-authority) button variants with size and style options
  • Metric display component with trend indicators
  • Card component with header and action slots
  • Badge/chip variant system
  • Composing variants with conditional classes
  • Quick reference for the CVA workflow

When to Use

  • Building component libraries with design tokens
  • Need variant-based styling (size, color, state)
  • Creating layered UI with consistent surfaces
  • Want type-safe component APIs

Installation

npx add https://github.com/wpank/ai/tree/main/skills/design-systems/design-system-components

Manual Installation

Cursor (per-project)

From your project root:

mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/design-systems/design-system-components .cursor/skills/design-system-components

Cursor (global)

mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/design-systems/design-system-components ~/.cursor/skills/design-system-components

Claude Code (per-project)

From your project root:

mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/design-systems/design-system-components .claude/skills/design-system-components

Claude Code (global)

mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/design-systems/design-system-components ~/.claude/skills/design-system-components

Related Skills

  • distinctive-design-systems — Token architecture and aesthetic foundations
  • loading-state-patterns — Skeleton components for loading states
  • design-system-creation — Complete design system workflow

Part of the Design Systems skill category.