A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Design-focused Agent Skills for Claude Code: UI/UX, interface design, typography, and motion. Emil Kowalski-inspired.
A 3-layer design system for engineers who want to ship great UI without being designers. Based on Neethan Wu's "Design Without Designing".
Skills are instruction files that load design expertise into your agent. This plugin bundles 6 of them.
| Skill | Invoke | What it does |
|---|---|---|
emil-design-eng | /emil-design-eng | Emil Kowalski's animation & UI polish philosophy. Review table format, spring physics, clip-path tricks, performance rules. |
baseline-ui | /baseline-ui | Tailwind constraints, accessible primitives, animation rules. Catches AI-generated slop. |
fixing-accessibility | /fixing-accessibility | ARIA, keyboard nav, focus traps, WCAG audit. |
fixing-metadata | /fixing-metadata | OG tags, canonical URLs, SEO, social card audit. |
fixing-motion-performance | /fixing-motion-performance | Compositor-only animation, layout thrash prevention, scroll perf. |
interface-design | /interface-design | Intent-first design system. Domain exploration, signature elements, surface elevation, craft checks. |
Sources: emilkowalski/skill · ibelick/ui-skills · Dammyjay93/interface-design
Impeccable (pbakaus/impeccable) — 20+ commands including /delight, /polish, /audit, /animate, /typeset, /arrange. The most-used skill in the harness.
/plugin add impeccable@impeccable
Design surfaces that use your agent as the kernel. No built-in AI — they expose MCP tools and let Claude do the work.
Git-diffable .pen format. Design files live in your repo, versioned like code. Supports agent swarm mode (up to 6 agents working on the canvas simultaneously).
settings.json → permissions.allow: ["mcp__pencil"]HTML/CSS canvas — what you design is actual code, no translation layer. MCP exposes full read/write to design files.
# Already added to your Claude Code user config:
claude mcp add paper --transport http http://127.0.0.1:29979/mcp --scope user
Paper MCP starts automatically when you open a
.paperfile in the desktop app. If tools stop responding, restart the agent session to re-establish the connection.
Available Paper MCP tools: get_basic_info, get_selection, get_node_info, get_children, get_tree_summary, get_screenshot, get_jsx, get_computed_styles, create_artboard, write_html, set_text_content, rename_nodes, duplicate_nodes, update_styles, delete_nodes
Tools for training visual taste. Use before design work to calibrate what "good" looks like.
| Tool | URL | What it does |
|---|---|---|
| Variant | variant.ai | Type an idea → endless non-repeating design interpretations. Style Dropper absorbs visual DNA from any design and transfers it. Export as React or copy prompts with HTML references for your coding agent. |
| Mobbin | mobbin.com | Curated mobile + web UI patterns from top apps. Best for onboarding, settings, checkout flows. Figma plugin available. |
| Awwwards | awwwards.com | Jury-scored cutting-edge web craft. Raises the ceiling for what's possible. |
| Cosmos | cosmos.so | Visual inspiration board. Hex color search, vague description search, curated collections. Web, interiors, typography, photography. |
Workflow: Spend ~20 minutes in Variant or Cosmos before any design session. Build clusters of visual references. Then prompt your agent with specific references or export Variant components directly to code.
Inspiration (Layer 3)
↓ calibrates taste, gives references
Skills (Layer 1)
↓ encode expertise, enforce quality
Agent Canvas (Layer 2)
↓ Claude executes with real tools
→ shipped design
/interface-design (domain exploration + intent)/delight or /polish (Impeccable)/emil-design-eng/fixing-accessibility/audit (Impeccable)1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models