Design system
Skill danieloleary/design-md-for-codex/examples/react-vite/.agents/skills/design-system
A Codex skill that makes agents read DESIGN.md before frontend UI work.
npx -y skills add danieloleary/design-md-for-codex --skill design-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when building, editing, reviewing, or refactoring frontend UI. Read the repository DESIGN.md first and apply its colors, typography, spacing, components, accessibility rules, and do/don'ts.
SKILL.md
0.8 KB, 146 tokens by cl100k_base, as published. Nobody here has run it
Design System
Before making UI changes:
- Read
DESIGN.mdat the repository root. - Treat it as the visual source of truth.
- Apply its tokens, component rules, layout rules, accessibility rules, and do/don'ts.
- Do not invent new colors, fonts, radii, shadows, spacing scales, or component variants unless the file lacks a necessary rule.
- Verify the rendered UI at desktop and mobile widths when possible.
- In the final response, name the
DESIGN.mdfile you read and the main rules you applied.
If DESIGN.md is missing or incomplete, say what is missing and make the smallest reasonable design decision.