variation

Generate alternative visual design variations from an existing web design document.

3|1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/lukaskellerstein/claude-my-marketplace --skill variation-lukaskellerstein
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: variation
Source: https://github.com/lukaskellerstein/claude-my-marketplace/tree/main/plugins/web-design-plugin/skills/variation
Command: npx skills add https://github.com/lukaskellerstein/claude-my-marketplace --skill variation-lukaskellerstein

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Creating multiple visual directions for a web design normally requires rebuilding each concept from scratch. This Skill systematically produces alternative design variations from an existing base design, changing colors, typography, animation intensity, and spacing while preserving page structure and content. ## Core Features & Use Cases - Systematic Variation Generation: Produces N coherent design variations, each with a distinct identity (e.g., dark premium, bold maximalist, clean minimal), output to designs/{base}v{N}/docs/. - Structure Preservation: Keeps page architecture, section order, text content, mock data, and functionality intact while restyling the visual layer. - Dimension Reference: Ships a variation-dimensions.md reference covering color strategies, typography shifts, five animation intensity levels, spacing densities, and texture styles with per-dimension checklists. - Use Case: After completing a base web design, ask for three variations to compare a dark luxury direction against a vibrant startup look and a minimal editorial style side-by-side before committing to implementation. ## Quick Start Generate three design variations from the base design in designs/1 with different color, typography, and animation directions.

Frequently Asked Questions about variation

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

FAQPage Schema
How do I generate multiple design variations from one web design?▼

Provide the path to an existing base design document and request N variations. The Skill reads the base design, creates coherent variation specs across color, typography, animation, and spacing, then writes complete design documents to designs/{base}v{N}/docs/.

What changes between design variations and what stays the same?▼

Variations change color strategy, typography, animation intensity, spacing density, and visual texture. Page count, section order, all text content, mock data, icon choices, and functionality remain identical to the base design.

How are design variation files and folders named?▼

Variations follow the convention designs/{base}v{N}/, so design 1's variations live in designs/1v1/, designs/1v2/, and so on. Each contains its own docs/ folder with a full design document and a src/ folder after implementation.

Can design variations use different animation levels?▼

Yes, the reference defines five animation intensity levels from minimal CSS-only fades to maximalist GSAP sequences with parallax and page transitions. Each variation selects a level matching its theme, with a checklist covering easing, durations, and reduced-motion fallbacks.

Do design variations keep accessibility requirements like WCAG contrast?▼

Yes, color changes must be validated for WCAG contrast compliance, and the Skill cross-references the design-system Skill for palette validation. Every color variation includes a checklist covering text, surface, border, and shadow colors.