Skill to use if user asks you to create a design system or UI kit
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Skill to use if user asks you to create a design system or UI kit
body_status
stub
sources
[]
Create design system
⚠️ STUB — this is a working theory of the skill body. Replace as the implementation is refined.
What we know about it
It's the skill to invoke when the user asks for a design system or UI kit.
The skill pairs with an asset-registration mechanism that groups outputs into: Type, Colors, Spacing, Components, Brand — that's the section taxonomy this skill produces against.
Working theory of the body (to be replaced)
Ask questions (typography direction, palette mood, scale, density, what components are in scope).
Produce a tokens file (tokens.css or similar) with CSS custom properties for: type scale, color ramps, spacing scale, radii, shadows.
Produce one HTML preview file per group (Type, Colors, Spacing, Components, Brand), each registered with register_assets({ asset, group, viewport }).
Build an index page that pulls them all together.
Tweakable knobs for the primary token values so the user can riff.
TODO
Replace this stub with the real skill body once captured.