design-system

Define visual tokens, semantic themes, and component structures for design systems.

1|Updated Jul 15, 2026
One-click install
npx skills add https://github.com/Dzakiamriz22/frontend-pack --skill design-system-dzakiamriz22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system
Source: https://github.com/Dzakiamriz22/frontend-pack/tree/main/skills/design-system
Command: npx skills add https://github.com/Dzakiamriz22/frontend-pack --skill design-system-dzakiamriz22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of visual inconsistency and technical debt in frontend projects by providing a structured, token-based architecture for design systems.

Core Features & Use Cases

  • Token-Driven Architecture: Defines visual primitives like colors, typography, and spacing as reusable tokens rather than hardcoded values.
  • Theme Management: Implements robust light and dark mode support using CSS variables and semantic theme definitions.
  • Component Library Foundation: Provides a standardized structure for building scalable UI components using shadcn/ui, TailwindCSS, and Framer Motion.

Quick Start

Use the design-system skill to initialize a new token configuration and theme structure for the current project.

Frequently Asked Questions about design-system

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

FAQPage Schema
What is a token-based design system and how does it manage semantic themes?

A token-based design system defines visual primitives like colors, typography, and spacing as reusable tokens instead of hardcoded values. It manages semantic themes by mapping these tokens to CSS variables, enabling robust light and dark mode support.

How do I structure scalable UI components using shadcn/ui and TailwindCSS?

To structure scalable UI components using shadcn/ui and TailwindCSS, implement a standardized component library foundation. This approach applies token-driven architecture to ensure consistent styling and accessibility compliance across large-scale frontend projects.

Does this design system approach work with Framer Motion for animations?

Yes, the design system architecture integrates with Framer Motion alongside shadcn/ui and TailwindCSS. This combination provides a standardized structure for building scalable, animated UI components while maintaining token-based visual consistency.

Can I use this token architecture for large-scale frontend projects requiring accessibility compliance?

Yes, this token architecture is specifically designed for large-scale frontend projects requiring consistent UI and accessibility compliance. It satisfies requirements for token-based design, semantic theme definitions, and scalable styling patterns.

How do I initialize a new token configuration and theme structure?

To initialize a new token configuration and theme structure, use the design system skill to generate the foundational visual primitives. This process defines your semantic themes and establishes the CSS variable structure for dark mode support.

Why use semantic theme definitions instead of hardcoded CSS values in frontend projects?

Using semantic theme definitions instead of hardcoded CSS values prevents visual inconsistency and technical debt. By defining visual primitives as reusable tokens, the architecture ensures scalable styling patterns and simplifies robust light and dark mode implementation.