A Claude Code skill for generating UI in the Nothing design language. Monochrome, typographic, industrial.
npx skills add https://github.com/dominikmartn/nothing-design-skill --skill nothing-designInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
A design system skill for Claude Code inspired by Nothing's visual language. Monochrome, typographic, industrial.
I kept describing the same design rules to Claude over and over — Swiss typography, OLED blacks, segmented progress bars, dot-matrix motifs. So I packaged it into a reusable skill.

Tell Claude /nothing-design or say "Nothing style" and it generates UI following these principles:
Copy the nothing-design folder into your Claude Code skills directory:
git clone https://github.com/dominikmartn/nothing-design-skill.git
cp -r nothing-design-skill/nothing-design ~/.claude/skills/
That's it. Next time you start Claude Code, the skill is available.
| File | |
|---|---|
SKILL.md |
Design philosophy, craft rules, workflow |
references/tokens.md |
Colors, fonts, spacing, motion tokens |
references/components.md |
Buttons, cards, lists, tables, overlays |
references/platform-mapping.md |
CSS, SwiftUI, React output mappings |
MIT