·css-design-tdd
</>

css-design-tdd

Test-driven CSS design system modifications. Run checks before/after CSS changes to verify token usage, variable definitions, fallbacks, and consistency. Use when modifying CSS tokens, fixing design inconsistencies, or auditing CSS architecture.

37Installs·1Trend·@xiaolai

Installation

$npx skills add https://github.com/xiaolai/vmark --skill css-design-tdd

How to Install css-design-tdd

Quickly install css-design-tdd AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/xiaolai/vmark --skill css-design-tdd
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: xiaolai/vmark.

SKILL.md

View raw

Undefined Variable Check Find CSS variables used but never defined:

Missing Fallback Check Find var(--name) without fallbacks in container blocks:

Hardcoded Color Check Find hex/rgba colors that should be tokens:

Test-driven CSS design system modifications. Run checks before/after CSS changes to verify token usage, variable definitions, fallbacks, and consistency. Use when modifying CSS tokens, fixing design inconsistencies, or auditing CSS architecture. Source: xiaolai/vmark.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/xiaolai/vmark --skill css-design-tdd
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from xiaolai/vmark

Quick answers

What is css-design-tdd?

Test-driven CSS design system modifications. Run checks before/after CSS changes to verify token usage, variable definitions, fallbacks, and consistency. Use when modifying CSS tokens, fixing design inconsistencies, or auditing CSS architecture. Source: xiaolai/vmark.

How do I install css-design-tdd?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xiaolai/vmark --skill css-design-tdd Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/xiaolai/vmark