/plugin marketplace, and some use the third-party npx skills CLI. I've labelled each so you don't mix them up.Gives Claude actual design judgement (visual hierarchy, colour, spacing, product context) before it builds anything. You hand it a rough brief, it hands back a full design system. repo (~105k stars)
/plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill
/plugin install ui-ux-pro-max@ui-ux-pro-max-skill
Anthropic's own skill, and one of the most-installed there is (277k+ installs). Before it writes any UI, it commits to an aesthetic direction, type system, colour, and motion, so your work looks intentional instead of the usual AI defaults (Inter font, purple gradients, flat cards). repo
/plugin marketplace add anthropics/claude-code
/plugin install frontend-design@claude-code-plugins
Based on Emil Kowalski's writing on interface design (the designer behind Sonner and animations.dev). It teaches Claude the small things that make an app feel alive: animations under 300ms, custom easing over CSS defaults, what should and shouldn't animate. Paste a component, ask for a review, get exact fixes. repo
npx skills add emilkowalski/skill
Makes production-ready App Store (and Play Store) marketing screenshots. Describe your app and it scaffolds a Next.js editor, designs the ad-style screens, and exports them at every store size with device frames. repo
npx skills add ParthJadhav/app-store-screenshots
Built by Garry Tan, CEO of Y Combinator. Its /design-review rates each design dimension 0 to 10, explains what a 10 looks like, then iterates to get there. It catches AI slop and asks you one sharp question per design choice, so you stay in charge. repo
git clone --single-branch --depth 1 https://github.com/garrytan/gstack.git ~/.claude/skills/gstack
cd ~/.claude/skills/gstack
./setup
/plugin lines inside Claude Code. Used by ui-ux-pro-max and frontend-design.npx skills add ... line in your terminal. Used by Emil's skill and app-store-screenshots.~/.claude/skills/ and runs its own setup.