Design & UI

Redesign Existing Projects

redesign-skill

Upgrade an existing site or app to premium quality — audit the current design, name the generic AI patterns, and raise the bar without breaking functionality.

redesignauditcss
Install
mkdir -p ~/.claude/skills && curl -fsSL https://skill.metacog.co.kr/dist/redesign-skill.zip \
  -o /tmp/redesign-skill.zip && unzip -oq /tmp/redesign-skill.zip -d ~/.claude/skills
Invoke asredesign-existing-projects
Files1
Size14.7 KB
Bundled foldersnone
LicenseMIT

Authored by jeonck (MIT) · Browse files on GitHub · Download zip

When Claude uses it

Upgrades existing websites and apps to premium quality. Audits current design, identifies generic AI patterns, and applies high-end design standards without breaking functionality. Works with any CSS framework or vanilla CSS.

SKILL.md

Redesign Skill

How This Works

When applied to an existing project, follow this sequence:

  1. Scan — Read the codebase. Identify the framework, styling method (Tailwind, vanilla CSS, styled-components, etc.), and current design patterns.
  2. Diagnose — Run through the audit below. List every generic pattern, weak point, and missing state you find.
  3. Fix — Apply targeted upgrades working with the existing stack. Do not rewrite from scratch. Improve what's there.

Design Audit

Typography

Check for these problems and fix them:

Color and Surfaces

Layout

Interactivity and States

Content

Component Patterns

Iconography

Code Quality

Strategic Omissions (What AI Typically Forgets)

Upgrade Techniques

When upgrading a project, pull from these high-impact techniques to replace generic patterns:

Typography Upgrades

Layout Upgrades

Motion Upgrades

Surface Upgrades

Fix Priority

Apply changes in this order for maximum visual impact with minimum risk:

  1. Font swap — biggest instant improvement, lowest risk
  2. Color palette cleanup — remove clashing or oversaturated colors
  3. Hover and active states — makes the interface feel alive
  4. Layout and spacing — proper grid, max-width, consistent padding
  5. Replace generic components — swap cliche patterns for modern alternatives
  6. Add loading, empty, and error states — makes it feel finished
  7. Polish typography scale and spacing — the premium final touch

Rules