design-system-guard

Audit UI components against design system standards and provide adherence guidance.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/kkn1125/devkimson-skills --skill design-system-guard-kkn1125
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-guard
Source: https://github.com/kkn1125/devkimson-skills/tree/main/skills/design-system-guard
Command: npx skills add https://github.com/kkn1125/devkimson-skills --skill design-system-guard-kkn1125

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps maintain UI consistency by auditing or guiding component implementation against design tokens, spacing, typography, color, radius, variants, patterns, dark mode, and accessibility contrast.

Core Features & Use Cases

  • Design System Auditing: Inspect UI components for adherence to design system standards.
  • Guidance for Implementation: Provide recommendations for design system adherence during component development.
  • Use Case: Before implementing a new feature, use this Skill to ensure it aligns with the existing design system.

Quick Start

Run the design-system-guard skill to check the consistency of the UI components in your project.

Frequently Asked Questions about design-system-guard

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

FAQPage Schema
How do I audit UI components for design system consistency?

To audit UI components for design system consistency, inspect them against design tokens for spacing, typography, color, radius, variants, dark mode, and accessibility contrast to ensure adherence and generate improvement recommendations.

What is design system auditing in React and Tailwind CSS?

Design system auditing in React and Tailwind CSS is the process of analyzing theme files, CSS variables, and shared component libraries to verify adherence to established UI consistency standards and accessibility contrast requirements.

How do I check accessibility contrast and dark mode in a component library?

To check accessibility contrast and dark mode in a component library, audit the UI components against design system standards to verify theme tokens and CSS variables meet required visual guidelines and accessibility contrast ratios.

Can I use design system auditing for B2B SaaS admin tools?

Yes, you can use design system auditing for B2B SaaS admin and developer tools. The auditing process applies to React, Next.js, TypeScript, and Tailwind CSS environments to maintain UI consistency in these contexts.

What's the best way to ensure design token adherence before implementing a new feature?

The best way to ensure design token adherence before implementing a new feature is to run a design system audit to analyze shared component libraries, validating spacing, typography, and color variants against existing standards.

Why does my UI component break design system spacing and typography rules?

Your UI component breaks design system spacing and typography rules when its implementation fails to align with the established design tokens, requiring an audit against theme files and CSS variables to identify and correct deviations.