Install the skill and type /mies inside Claude Code to redesign a screen from scratch.
Run Inspect mode to get a blunt critique of an existing interface's worst problems first.
Use Refine mode to cut and polish a screen that already exists.
Use Word mode to rewrite interface copy so it reads as written by a person, not generated.
| deeflect/mies | 0xazanul/fuzz-skill | 732124645/promptops | |
|---|---|---|---|
| Stars | 31 | 31 | 31 |
| Language | — | C | Go |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 3/5 |
| Audience | designer | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Install with one npm command, or copy the repo into your agent's skills directory by hand.
This is a design-taste skill for Claude Code, a command-line AI coding assistant. Installing the skill adds a /mies command that you can invoke whenever you are designing, building, or reviewing a screen or interface. The name refers to Ludwig Mies van der Rohe, an architect whose career became defined by removing everything unnecessary from a structure until only the essential remained. The skill applies the same instinct to digital interfaces: it asks of every element why it is there, removes what cannot justify itself, and then refines what survives. When you type /mies in Claude Code, it runs a sequence of steps depending on what you are doing. For new work it moves through three phases: Frame, which decides what you are actually building and why before any code is written, Set, which establishes the visual foundation covering type, color, spacing, and design tokens, and Compose, which builds or rebuilds the screen to match how it is actually used. For an existing screen it can switch to Inspect mode to identify the worst problems first, or Refine mode to cut and polish what is already there. Other modes handle more specific concerns. Move covers animation and transitions, but only when they make a state change clearer rather than just decorating the interface. Word handles interface copy, with a focus on warmth and plainness and an explicit instruction to avoid overexplaining and what the README calls AI tells. The skill is structured as a main routing file and a set of reference documents covering copy, critique, design systems, motion, patterns, and workflow. Installing it requires one npm command. The project is MIT-licensed and was created by Dee Kargaev as an independent homage to Mies van der Rohe, with no affiliation to the van der Rohe estate.
A Claude Code skill that strips unnecessary elements from a screen and polishes what remains, inspired by architect Mies van der Rohe.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly designer.
This repo across BitVibe Labs
Verify against the repo before relying on details.