amw-design-remix

Reskin existing design tokens into named style presets or rotate palettes via OKLCH hue rotation.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/Emasoft/ai-maestro-webdesign --skill amw-design-remix-emasoft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: amw-design-remix
Source: https://github.com/Emasoft/ai-maestro-webdesign/tree/main/skills/amw-design-remix
Command: npx skills add https://github.com/Emasoft/ai-maestro-webdesign --skill amw-design-remix-emasoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Redesigning an existing UI in a different visual style normally means manually rewriting every color, radius, shadow, and motion token. This Skill automates that reskin: it takes an existing design's token bundle and produces a new bundle in a target visual vocabulary, plus a render-test page proving the result is coherent. ## Core Features & Use Cases - Named-vocabulary remix: Swap an existing design into a catalogue style (Swiss, Brutalist, Art Deco, Cyberpunk, Soft UI, Editorial, and more) while preserving brand-identity tokens like logo colors and wordmark fonts. - OKLCH hue rotation: Rotate an entire palette around a new brand primary color while preserving lightness and chroma ramps, with automatic gamut clamping and post-rotation WCAG-AA contrast checks. - Invariant and contrast reporting: Emit a report listing preserved brand tokens, preset "breaks-if" violations, gamut clamps, and contrast regressions instead of silently shipping a broken palette. - Use Case: You extracted tokens from a competitor's site and want to see your own brand rendered in a Swiss style with your orange primary — the Skill merges the preset structure, rotates the hue, and outputs CSS, JSON, a render-test HTML page, and a report. ## Quick Start Remix the extracted design tokens in DESIGN.md into the Brutalist preset and generate the render-test page.

Frequently Asked Questions about amw-design-remix

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

FAQPage Schema
How do I reskin a website design into a different style like brutalist or Swiss?▼

Provide the source design tokens (DESIGN.md, extraction JSON, URL, or HTML) and name a target style from the presets catalogue. The Skill swaps in that preset's token block, preserves your brand-identity tokens, and outputs new CSS/JSON bundles plus a render-test page.

How do I change a design's primary color without breaking the palette?▼

Use OKLCH hue rotation: supply a new primary color and the Skill computes the hue delta from the source primary, rotates every chromatic token by that delta, and preserves lightness and chroma. Neutral tokens stay neutral, and out-of-gamut colors are clamped by reducing chroma.

Does hue rotation preserve accessibility contrast ratios?▼

Yes, every text/background pair from the source design is re-checked after rotation against WCAG-AA thresholds (4.5:1 body text, 3.0:1 large text). Failures are reported with lightness adjustment recommendations rather than silently auto-fixed.

What happens to my brand colors when applying a style preset?▼

Brand-identity tokens such as logo wordmark color, wordmark font, and user-declared brand primaries are always preserved over preset tokens. If a preserved brand token violates the preset's invariant rules, the report flags it and lets you decide whether to keep the override.

When should I not use design remixing?▼

Do not use it when designing from scratch with no existing tokens — that routes to the design-principles orchestrator with the presets catalogue. It also does not mix two presets in one pass; hybrid styles require authoring a custom preset first.