mcpbeat Sign in

Interface Redesign Agent Skill

Upgrades an existing interface to a higher standard without rebuilding it — auditing what is there, identifying what reads as generic or unfinished, and sequencing changes by impact. Use this when a product works but looks dated or default, when a redesign is being considered, when deciding whether to restyle or rebuild, or when a screen needs to look substantially better with limited effort.

624 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
220
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/cbrock84/headcount --skill interface-redesign

The instruction itself

6 sections, as written by the author

Interface redesign

Most interfaces do not need rebuilding. They need a dozen specific things fixed, in the right order.

Audit first

Go through the real product, on a real device, doing a real task. Record what you find in these

categories — the order is the priority order:

  • Structural — unclear primary action, competing focal points, navigation that does not match

the mental model. These are the only ones worth a rebuild.

  • Systemic — inconsistent spacing, more type sizes than a scale would allow, palette drift,

components that exist in variants. High impact, mechanical to fix.

  • Craft — weak hierarchy, poor contrast, unfinished states, cramped density.
  • Cosmetic — dated shadows, default border radii, stock illustration.

The generic-AI-product tells

These are the specific things that make a product read as unconsidered. They are worth naming

because they are all cheap to fix:

  • Default framework styling left in place — the untouched button, the starter-template card.
  • One accent color used for every emphasis, so nothing is emphasized.
  • Uniform spacing everywhere, so nothing groups.
  • Centered everything, including body copy.
  • Emoji standing in for iconography.
  • Gradients on surfaces that carry no meaning.
  • Empty and error states that were never designed.

Sequencing

Fix in this order, because each makes the next easier to see:

  • Tokens — spacing scale, type scale, palette. This alone resolves most systemic findings.
  • Hierarchy on the two or three highest-traffic screens.
  • States: empty, loading, error, overflow.
  • Component consolidation.
  • Cosmetic pass.

Restyle or rebuild

Rebuild only when the structure is wrong — when the information architecture does not match how

people work. Everything else is a restyle, and a restyle that ships beats a rebuild that stalls.

Return contract

Findings by category with severity, the sequenced plan, what you would do first if only one day were

available, and what you deliberately are not touching.

How to use it

Copy the folder

Take cbrock84/interface-redesign from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.