forge-redesign

Audit existing web apps and apply surgical Tailwind styling improvements.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/f4rkh4d/forge-skill --skill forge-redesign
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-redesign
Source: https://github.com/f4rkh4d/forge-skill/tree/main/skills/design/forge-redesign
Command: npx skills add https://github.com/f4rkh4d/forge-skill --skill forge-redesign

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents AI redesign attempts from breaking working apps by forcing a careful audit and surgical, reversible visual improvements instead of a risky rewrite.

Core Features & Use Cases

  • Audit-first redesign: requires reading the existing code and documenting the real issues before any edits.
  • Surgical improvements over rewrites: focuses on high-impact changes like spacing, type hierarchy, palette reduction, and CTA discipline while explicitly avoiding behavior changes.
  • Tailwind-aware execution with concrete diffs: includes a worked Tailwind example and a checklist to validate the redesign did not stray into framework switches, new dependencies, or test touching.

Quick Start

Use forge-redesign when you want an AI to improve the look of your existing app’s landing page by making spacing, typography, palette, and components more polished, without changing functionality.

Frequently Asked Questions about forge-redesign

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

FAQPage Schema
How do I improve the visual quality of my web app without breaking its existing behavior?

To improve visual quality without breaking behavior, apply an audit-first UI redesign approach that makes surgical styling edits to spacing, typography, and palette while explicitly avoiding changes to routes, handlers, or tests.

Can I use a UI redesign workflow to upgrade styling in my Tailwind project without switching frameworks?

Yes, a UI redesign workflow can upgrade Tailwind projects by applying scoped surgical edits to classes and components, explicitly avoiding framework switches or introducing new dependencies to maintain functionality.

What is the best way to safely update an existing landing page design without rewriting the codebase?

The best way to safely update a landing page design is performing a visual audit to document issues first, then applying high-impact surgical edits like CTA discipline and palette reduction instead of a risky full rewrite.

Why do AI redesign attempts break working apps and how can I prevent it?

AI redesign attempts break working apps by making unsanctioned changes to behavior. Prevent this by enforcing explicit constraints that restrict edits to visual styling and validate results using a verification checklist.

What are the limitations of using surgical styling edits for web app redesigns?

Surgical styling edits are limited to visual improvements within the same framework and cannot address structural behavior issues, route refactoring, or test modifications without risking application functionality.

Do I need to perform a visual audit before making UI styling changes to my application?

Yes, an audit-first workflow is required to read existing code and document real visual issues before execution, ensuring subsequent styling changes are scoped, reversible, and do not stray into unrelated behavior modifications.