redesign-existing-projects

Audits and upgrades existing website designs to remove generic AI patterns.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/divinaarmuela/Content --skill redesign-existing-projects-divinaarmuela
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redesign-existing-projects
Source: https://github.com/divinaarmuela/Content/tree/main/.claude/skills/redesign-existing-projects
Command: npx skills add https://github.com/divinaarmuela/Content --skill redesign-existing-projects-divinaarmuela

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Existing websites and apps often carry generic AI-generated design fingerprints—default fonts, purple gradients, three-card layouts, and missing interaction states—that make them look cheap and unfinished. This Skill audits a codebase for those patterns and applies targeted upgrades without breaking functionality. ## Core Features & Use Cases - Design Audit: Systematically checks typography, color, layout, interactivity, content, components, iconography, and code quality against a checklist of known generic patterns. - Targeted Upgrades: Applies fixes like font swaps, palette cleanup, hover/active states, layout restructuring, and loading/empty/error states while respecting the existing tech stack. - Use Case: You have a working Tailwind landing page that looks like every other AI-generated site. Run this Skill to diagnose the generic patterns, swap in a distinctive font, fix the color palette, and add polished interaction states. ## Quick Start Redesign my existing project by auditing it for generic design patterns and upgrading the typography, colors, and layout 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 make my AI-generated website look less generic?

Audit the design for common AI fingerprints like Inter font, purple-blue gradients, three equal card columns, and missing hover states. Then apply targeted fixes: swap fonts, clean up the color palette, add interaction states, and restructure generic layouts.

How to redesign an existing website without breaking functionality?

Work with the existing tech stack instead of rewriting from scratch. Apply small, reviewable changes in priority order—fonts first, then colors, states, and layout—and test after every change to confirm nothing breaks.

Does this redesign approach work with Tailwind CSS projects?

Yes, it works with Tailwind, vanilla CSS, styled-components, and other styling methods. For Tailwind projects, check whether the project uses v3 or v4 before modifying the config, since configuration formats differ.

What are the most common AI design patterns to avoid?

The most common patterns are Inter or browser-default fonts, purple-blue AI gradients, three equal feature cards, pure black backgrounds, Lucide icons, generic box shadows, and missing hover, loading, empty, and error states.

When should I not use this redesign approach?

Avoid it when a project needs a full rebrand or architectural migration rather than visual polish, since the method explicitly avoids framework migrations and large rewrites. It is designed for incremental upgrades to working projects.