Claude Skills Library · curated

Skills that kill
the AI slop.

A living directory of agent skills, MCP servers and repos that overwrite Claude's default taste before a line of code is written. Navigate by collection or by layer on the left. Every card carries the real repo, the install line, and its creator.

All skills
No skills match that. Clear the search or pick another collection.
How to actually use this

Stack four, not forty-two.

Don't install all of them. Pick one base taste layer, add motion, one token system, and a feedback loop so the agent grades its own work. Same tool, completely different output.

Base taste
frontend-design / impeccable / taste-skill
Pick one. The aesthetic floor.
Motion
animate
Motion that doesn't feel cheap.
Tokens
theme-factory
One system, no one-off hex.
Eyes
playwright-mcp
The loop — the model grades itself.
Spotlight · give your agent eyes

playwright-mcp

The single highest-leverage item here. Without it you're trusting a blind model. With it, Claude opens a real browser, screenshots every page across viewports, compares to your reference, and refactors the CSS until it matches.

claude mcp add playwright \
  -s user -- npx @playwright/mcp@latest

› Open the app in headless Chrome.
  Screenshot every layout at 1920
  and 390 wide, compare to my
  reference, and fix the gaps.