Fact-check · Blog Post
No, Claude Didn't "Kill" Web Designers — But This 3-Skill Setup Is Worth Stealing
The claim making the rounds: Claude just made web designers obsolete — two design skills, a "taste" skill, Figma MCP, and Playwright. The setup is real, free, and genuinely good — the death notice isn't. Here's every tool verified and every claim checked against current data.
By Mehadi Hasan 6 min read
The pitch, in 30 seconds
You've probably seen the hook: "Claude just killed web designers." The recipe behind it has three ingredients:
- Install the Emil Kowalski design skill and Impeccable — they teach Claude modern layouts, typography, spacing, and animations.
- Add the Taste skill — so Claude stops making generic designs.
- Connect Figma MCP and Playwright — so Claude can design, build, and test the website automatically.
Then you describe the site you want and Claude generates it in minutes. That's the whole pitch. The tools are real and worth installing — but the "killed web designers" framing deserves a closer look.
Why this works at all: skills are the new plugins
The plumbing behind this setup is Agent Skills, a format Anthropic launched in October 2025 and published as an open standard that December. A skill is just a folder with a SKILL.md file — written rules the AI loads when relevant. Cursor, OpenAI's Codex, Gemini CLI, and 40+ other tools have adopted the format, and Vercel's npx skills CLI installs any skill from GitHub into whichever agent you use with one command.
That's the real story here: expert designers are now packaging their judgment as installable text files, and the results are dramatic enough to fuel the hype.
The three skills, verified
Emil Kowalski's skills (~22k GitHub stars, free, MIT). Kowalski is a design engineer at Linear, previously Vercel, and the creator of the Sonner and Vaul React libraries. His repo is actually eight skills — the flagship emil-design-eng encodes shockingly specific rules: button feedback animations at 100–160ms, custom easing curves instead of CSS defaults, never animate from scale(0), always respect prefers-reduced-motion. His essay Agents with Taste explains the philosophy: agents "don't know what great feels like," but taste is transferable if you write the reasons down.
Impeccable (~52k stars, free, Apache 2.0) by Paul Bakaus — the guy who created jQuery UI and spent a decade at Google. Its pitch is a vocabulary problem: "You can't ask for 'more vertical rhythm' if you've never used those words." It ships 23 commands (/critique, /polish, /bolder, /typeset…), an anti-pattern detector, and a curated blocklist of AI clichés — Inter font everywhere, purple gradients, nested cards. It's now an a16z-backed company, and GitHub plans to pre-bundle it with Copilot. It's evolving fast — installs now go through npx impeccable install.
Taste Skill (~68k stars, free, MIT) by Leon Lin brands itself "the anti-slop frontend framework." It bans "AI tells" (em-dashes in copy, three equal feature cards, fake-precision stats), adds tunable dials for visual density and motion, and enforces a 50+ item checklist including WCAG contrast.
One common misconception worth correcting: the Taste skill is often described as letting Claude "pull inspiration from real websites instead of making generic designs." It doesn't browse or scrape anything — it's a written rulebook that references design languages like Linear's and Apple's as directions. The distinction matters: your output is still bounded by what rules someone wrote down, not by the live web.
The eyes and hands: Figma MCP + Playwright
The last step is real and underrated. Figma's MCP server (still beta) lets Claude read design files as structured data — tokens, components, layout — and, newly, write designs back to the canvas. Microsoft's Playwright MCP (~35k stars) gives the agent a browser: it builds your page, screenshots it, compares against the target, and fixes its own mistakes. Anthropic's own guidance notes that 2–3 iterations of this loop typically converge on a good match. This screenshot-iterate loop, more than any single skill, is why AI-built pages stopped looking broken.
Now the fact-check: did anyone actually get killed?
The capability claim is directionally true — for simple marketing sites, a skilled prompter genuinely can get a professional-looking page in minutes. The employment claim is not:
- The U.S. Bureau of Labor Statistics projects 7% growth for web developers and digital designers through 2034 — "much faster than average," with roughly 14,500 openings a year — and BLS explicitly factored AI into those projections.
- Upwork reports demand for AI-skilled freelancers rose 27%. The market is shifting toward designers who wield these tools, not away from designers.
- Quality gaps persist. One academic review found 308 distinct accessibility errors across just six AI-generated websites. AI output also converges on sameness — which is precisely why all three skills in this setup exist. They are patches for a documented weakness, authored by human designers.
- Even Figma's CEO, whose company arguably has the most to lose, says they're hiring in response to AI, not cutting.
The honest version of the claim: AI is compressing the market for low-stakes, templated web work, while raising the premium on strategy, brand, accessibility, and — ironically — taste. The very skills in this setup are human designers' judgment, exported as Markdown. That's not the death of web designers. That's web designers becoming infrastructure.
The takeaway
Steal the setup — it's free and it works:
Install all three skills
npx skills add emilkowalski/skills npx impeccable install npx skills add Leonxlnx/taste-skill
Then add Playwright MCP so Claude can check its own work, and Figma MCP if you live in Figma:
Claude Code
claude mcp add playwright npx @playwright/mcp@latest
You'll get noticeably better output than raw prompting. Just skip the doom framing. The designers "killed" by this setup wrote the rules that make it work.
Frequently asked questions
Are the three design skills in this setup free?
Yes. Emil Kowalski's skills (MIT), Impeccable (Apache 2.0), and Taste Skill (MIT) are all open source and free to install. The paid products around them — courses and communities — are optional and not required for the skills to work.
Do these skills only work with Claude Code?
No. They use Anthropic's Agent Skills format (a SKILL.md file), which is an open standard adopted by 40+ tools including Cursor, OpenAI Codex, Gemini CLI, and GitHub Copilot. Vercel's npx skills CLI auto-detects which agent you use and installs to the right directory.
Did AI actually reduce web designer jobs?
Not according to the data. The U.S. Bureau of Labor Statistics projects 7% employment growth for web developers and digital designers through 2034 — much faster than average, with AI explicitly factored into the projection — and Upwork reports demand for AI-skilled freelancers rose 27%. What is shrinking is low-end, templated web work.
What is the fastest way to try the setup?
Install the three skills (npx skills add emilkowalski/skills, npx impeccable install, npx skills add Leonxlnx/taste-skill), then add Microsoft's Playwright MCP so the agent can screenshot and fix its own output. Figma MCP is optional unless your workflow starts from Figma files.
Sources are linked inline. Tool stats (GitHub stars) checked July 29, 2026 via the GitHub API.