redesign-existing-projects

Audits existing websites for generic design patterns and applies targeted visual upgrades.

Updated Aug 9, 2026
One-click install
npx skills add https://github.com/jwinar/carpet_gato --skill redesign-existing-projects-jwinar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: redesign-existing-projects
Source: https://github.com/jwinar/carpet_gato/tree/main/.claude/skills/taste/redesign-skill
Command: npx skills add https://github.com/jwinar/carpet_gato --skill redesign-existing-projects-jwinar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing websites and apps often ship with generic, AI-fingerprinted design: default fonts, purple-blue gradients, three-card feature rows, and missing hover, loading, or error states. This Skill audits a codebase against a comprehensive design checklist and applies targeted upgrades without breaking functionality or migrating frameworks. ## Core Features & Use Cases - Design Audit: Scans the codebase to identify the framework and styling method, then diagnoses weak points across typography, color, layout, interactivity, content, components, iconography, and code quality. - Targeted Upgrades: Applies high-impact fixes in priority order — font swaps, palette cleanup, hover/active states, layout and spacing, component replacement, and loading/empty/error states. - Premium Techniques: Adds variable font animation, broken-grid layouts, spring physics motion, glassmorphism, spotlight borders, and grain overlays where appropriate. - Use Case: Point it at a SaaS landing page built with Tailwind that looks like every other AI-generated site. It will swap the default font for a characterful one, replace the three-card feature row with an asymmetric grid, desaturate the accent color, and add skeleton loaders and focus rings. ## Quick Start Redesign this project by auditing it against the design checklist and upgrading the typography, colors, and component patterns without changing the framework.

Frequently Asked Questions about redesign-existing-projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I redesign an existing website without breaking it?▼

Scan the codebase to identify the framework and styling method, diagnose generic patterns against a design audit checklist, then apply targeted fixes in priority order. Start with font swaps and color cleanup, then states, layout, and components, testing after each change.

What are the most common AI-generated design patterns to avoid?▼

Common AI fingerprints include Inter font everywhere, purple-blue gradients, three equal card columns, pure black backgrounds, generic box shadows, and Lucide icons. Replace them with characterful fonts, neutral palettes with one accent, asymmetric layouts, and tinted shadows.

Does this redesign approach work with Tailwind CSS projects?▼

Yes, it works with Tailwind, vanilla CSS, styled-components, and other styling methods. Check the Tailwind version (v3 vs v4) before modifying config, and keep all changes within the existing styling system rather than migrating frameworks.

Can I use this on a project with no CSS framework?▼

Yes, if the project has no framework, apply the upgrades using vanilla CSS. The audit checklist and upgrade techniques are framework-agnostic and focus on typography, color, layout, and interaction patterns.

What design changes have the biggest visual impact first?▼

Font swaps deliver the biggest instant improvement with the lowest risk, followed by color palette cleanup, hover and active states, layout and spacing fixes, and replacing generic components. Loading, empty, and error states come last to make the interface feel finished.