redesign

Implements an interactive frontend redesign with design tokens, Playwright visual review, and anti-AI-slop refinement.

4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/VoxTechnologies/transmute-framework --skill redesign-voxtechnologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redesign
Source: https://github.com/VoxTechnologies/transmute-framework/tree/main/skills/redesign
Command: npx skills add https://github.com/VoxTechnologies/transmute-framework --skill redesign-voxtechnologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Applications built by AI pipelines often end up with a generic, undifferentiated visual identity. This Skill replaces that generic look with a cohesive, deliberately chosen design system through an interactive, user-approved redesign process. ## Core Features & Use Cases - Interactive Design Discovery: Collects brand color, reference products, Figma tokens, logo assets, and credentials, then guides the user through 6-8 numbered design decisions (theme mode, accent color, typography, radius, animation level). - Token-First Implementation: Updates design tokens, fonts, theme providers, layouts, and pages in a cascading order, with typecheck/lint checkpoints and a dedicated feature branch. - Playwright Visual Review: Captures before/after screenshots at 1440, 768, and 375 breakpoints in light and dark modes, then runs anti-AI-slop refinement and up to 3 fix-and-review cycles. - Use Case: After an AI pipeline finishes building a functional app, run Stage 6P-R to establish a distinctive visual identity — for example, switching a default Tailwind dashboard to a dark, editorial design with a custom font pairing and brand accent color. ## Quick Start Ask the agent to run a frontend redesign on the current project and answer the interactive design questions it presents.

Frequently Asked Questions about redesign

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

FAQPage Schema
How do I redesign a frontend that looks like generic AI-generated UI?

Run an interactive redesign workflow that collects brand context, reference products, and design decisions, then implements changes token-first. This Skill guides you through theme, color, typography, and layout choices before touching any code.

What is the difference between visual polish and a full frontend redesign?

Visual polish fixes defects within an existing design system, such as contrast, hover states, and spacing. A full redesign establishes a new visual identity with new tokens, fonts, and styles, and is the right choice for rebranding or first-time design system setup.

Does this redesign workflow work with Tailwind and shadcn/ui?

Yes, the workflow is framework-agnostic and design-library-agnostic. It adapts to your stack by reading the tech stack documentation, supporting Tailwind, CSS variables, styled-components, and libraries like shadcn/ui, Radix, or Untitled UI.

Can I extract design tokens from a Figma file for the redesign?

Yes, providing a Figma URL lets the workflow extract colors, typography, spacing, radius, and shadows via Figma MCP tools. Extracted tokens become the default recommendations for the interactive design decisions.

Why does dark mode break after a frontend redesign?

Dark mode breaks when colors are hardcoded without dark variants or when theme forcing writes to localStorage. The workflow prevents this by requiring both light and dark variants and using CSS class manipulation instead of setTheme for hybrid themes.

When should I not run a full frontend redesign?

Skip it when the app only needs contrast fixes, hover states, or spacing consistency — use standard visual polish instead. Also avoid it before the application is fully built and functionally verified, since it changes only visual presentation.