web-design-expert

Guides web design workflows covering visual systems, accessibility, performance, and testing.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill web-design-expert-scsm-unrestrict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-expert
Source: https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent/tree/main/frontend-engineer/skills/web-design-expert
Command: npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill web-design-expert-scsm-unrestrict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Web design work often ships without baseline measurements, accessibility checks, or performance validation, leading to inconsistent visual quality and unverified improvements. This Skill provides a structured five-phase workflow that grounds every design change in real data, WCAG 2.2 standards, and measurable performance budgets. ## Core Features & Use Cases - Five-Phase Design Workflow: Research and baseline capture, design planning, development, cross-browser/device testing, and deployment with monitoring. - Design System Guidelines: Typography scales, spacing tokens, color systems, and reusable button/card component patterns with Tailwind CSS. - Accessibility & Performance Standards: WCAG 2.2 checklists (contrast ratios, keyboard navigation, ARIA), Lighthouse targets (95+), and Core Web Vitals budgets (LCP <2.5s, CLS <0.1). - Use Case: When redesigning a landing page hero section, capture baseline screenshots and Lighthouse scores with Playwright, implement changes on a feature branch, run cross-browser and accessibility audits, then open a PR with before/after evidence. ## Quick Start Ask the agent to audit the current homepage design and propose accessibility and performance improvements with before/after screenshots.

Frequently Asked Questions about web-design-expert

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

FAQPage Schema
How do I run a web design review with baseline measurements?

Start by capturing screenshots of key pages at desktop, tablet, and mobile viewports using Playwright, then run a Lighthouse audit to record performance, accessibility, and SEO scores. Document analytics metrics like bounce rate and conversion rate before making any design changes.

What accessibility standards does a WCAG 2.2 audit check?

A WCAG 2.2 audit checks color contrast ratios (4.5:1 for text, 3:1 for UI elements), keyboard navigation, ARIA labels, focus management, and touch targets of at least 44x44px. It also verifies semantic HTML structure and screen reader compatibility.

What are good Core Web Vitals targets for web performance?

Target LCP under 2.5 seconds, FID under 100ms, and CLS under 0.1. Pair these with Lighthouse scores of 95+ for performance and 100 for accessibility, plus an initial JavaScript bundle under 200KB gzipped.

Can I use Playwright for visual regression testing?

Yes, Playwright captures screenshots at defined viewports and supports comparing baseline images against current renders to detect visual regressions. Save baseline and after screenshots in dated folders to build comparison evidence for pull requests.

When should I use A/B testing for design changes?

Use A/B testing when a design change has a measurable hypothesis, such as reducing CTAs to increase conversions. Define the metric, baseline, target, and duration upfront, split traffic 50/50, and only ship the winner after reaching statistical significance.