design-system-manager

Create and maintain design systems with tokens, theming, and component registries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/deve1993/Quickfy-website --skill design-system-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-manager
Source: https://github.com/deve1993/Quickfy-website/tree/main/.claude/skills/design-system-manager
Command: npx skills add https://github.com/deve1993/Quickfy-website --skill design-system-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Create and maintain scalable design systems with tokens, theming, and a component registry to ensure consistency and accessibility.

Core Features & Use Cases

  • Design Tokens: color, spacing, typography, shadows, borders, animation tokens
  • Theming System: light/dark, CSS variables, RTL support
  • Color System: palettes, accessibility contrast, semantic naming
  • Typography System: scalable type scale, responsive typography
  • Spacing System: consistent spacing grid
  • Component Registry: catalog, usage guidelines, prop docs
  • Documentation: tokens and components references

Quick Start

Define a token set, implement a theme, and export tokens for CSS-in-JS usage.

Frequently Asked Questions about design-system-manager

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

FAQPage Schema
How do I create a design system with tokens and theming for web and mobile projects?

Design tokens are reusable design values—colors, typography, spacing, shadows—stored centrally and exported to CSS variables, CSS-in-JS, or other formats. This Skill guides you through token creation, building light/dark and RTL themes, and maintaining a component registry so all products stay visually consistent and accessible.

Can I manage color accessibility and contrast requirements in a design system?

Yes. This Skill includes color system setup with semantic naming, palette generation, and built-in contrast checking to meet WCAG accessibility standards. Token-based theming ensures accessible color combinations propagate across all components automatically.

How do I scale typography and spacing across multiple products or brands?

Define a scalable type scale and spacing grid as design tokens, then apply them across projects via CSS variables or CSS-in-JS exports. This Skill handles responsive typography, cross-brand variations, and RTL layouts so spacing and type remain consistent at any scale.

What's the best way to document design tokens and components for teams?

This Skill provides a component registry with usage guidelines, prop documentation, and token reference materials. Paired with tooling integration like Style Dictionary, it generates living documentation that stays in sync with your token definitions.

Does this work with CSS-in-JS frameworks and build pipelines?

Yes. This Skill integrates with Style Dictionary, CSS-in-JS libraries, and standard build pipelines. Tokens export to multiple formats so you can consume them in your existing toolchain—whether it's component libraries, web apps, or mobile projects.

Can I use the same tokens for light, dark, and RTL themes?

Yes. This Skill manages multi-theme systems where a single token set powers light/dark modes and right-to-left layouts. CSS variables and semantic naming let you switch themes dynamically without duplicating token definitions.