plugins marketplace
← All plugins

design

v1.2.0

Accelerate design workflows — critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs.

Claude Code7 skills7 MCP serversstreamable-http

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is design/ inside the repository.

Layout

design/
├── .claude-plugin/plugin.json
├── skills/accessibility-review/SKILL.md
├── skills/design-critique/SKILL.md
├── skills/design-handoff/SKILL.md
├── skills/design-system/SKILL.md
├── skills/research-synthesis/SKILL.md
├── skills/user-research/SKILL.md
├── skills/ux-copy/SKILL.md
└── .mcp.json

Skills7

accessibility-reviewskills/accessibility-review/SKILL.md

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.

design-critiqueskills/design-critique/SKILL.md

Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this screen?", or when sharing a Figma link or screenshot for feedback at any stage from exploration to final polish.

design-handoffskills/design-handoff/SKILL.md

Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.

design-systemskills/design-system/SKILL.md

Audit, document, or extend your design system. Use when checking for naming inconsistencies or hardcoded values across components, writing documentation for a component's variants, states, and accessibility notes, or designing a new pattern that fits the existing system.

research-synthesisskills/research-synthesis/SKILL.md

Synthesize user research into themes, insights, and recommendations. Use when you have interview transcripts, survey results, usability test notes, support tickets, or NPS responses that need to be distilled into patterns, user segments, and prioritized next steps.

user-researchskills/user-research/SKILL.md

Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs help with any aspect of understanding their users through research.

ux-copyskills/ux-copy/SKILL.md

Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text.

MCP servers7

asanastreamable-http
url
https://mcp.asana.com/v2/mcp
atlassianstreamable-http
url
https://mcp.atlassian.com/v1/mcp
figmastreamable-http
url
https://mcp.figma.com/mcp
intercomstreamable-http
url
https://mcp.intercom.com/mcp
linearstreamable-http
url
https://mcp.linear.app/mcp
notionstreamable-http
url
https://mcp.notion.com/mcp
slackstreamable-http
url
https://mcp.slack.com/mcp

Manifests1

design/.claude-plugin/plugin.json
{
  "name": "design",
  "version": "1.2.0",
  "description": "Accelerate design workflows — critique, design system management, UX writing, accessibility audits, research synthesis, and dev handoff. From exploration to pixel-perfect specs.",
  "author": {
    "name": "Anthropic"
  }
}