Claude Code for Designers

Claude Code is Anthropic's AI coding agent. For designers it works as a design tool that outputs production-ready code: describe intent in natural language, the agent builds UI with real components, reads Figma files via MCP and uses your design system as context. This guide by Into Design Systems covers the frontend design skill, Figma workflows, design system context and how designers at WhatsApp and Miro ship production features with Claude Code. Written by Sil Bormüller, founder of Into Design Systems and expert on agentic design systems.

What designers do with Claude Code

  • Design directly in code: Describe the UI you want in natural language and Claude Code builds it with real components. Iterate the way you would in Figma, but the result is production-ready code.
  • Work from Figma designs: Point Claude Code at a Figma file via the Figma MCP server, or paste screenshots directly. It reads layout, tokens and components and rebuilds them in code.
  • Build with your design system: Give Claude Code your design system as context (rules, MCP server, component metadata) and it generates UI that uses your real tokens and components instead of inventing new ones.
  • Automate design system work: Audit token usage, find drift between Figma and code, generate component documentation or migrate themes. Agentic workflows handle the maintenance work no one has time for.
  • Prototype at production quality: Test ideas with real data, real interactions and real components. The prototype is the product, no throwaway work.
  • Build your own tools: Designers build Figma plugins, scripts and internal tools with Claude Code, without an engineering background. One conference speaker shipped a complete Figma plugin in 48 hours.

How to get started with Claude Code as a designer

  1. Install Claude Code: Claude Code is a terminal-based AI agent by Anthropic. Install it, open your project folder and you talk to it in plain language. No IDE setup needed, though it also integrates with VS Code.
  2. Start with the frontend design skill: Skills are reusable instruction sets Claude Code loads on demand. The frontend design skill makes Claude Code produce distinctive, production-grade interfaces instead of generic AI-looking UI. It is the single highest-impact setup step for designers.
  3. Add your design context: Create a CLAUDE.md file with your design rules: tokens, spacing, typography, tone. Claude Code reads it on every run, so your taste becomes persistent context.
  4. Connect Figma and your design system: Add the Figma MCP server to read designs directly, and your design system MCP for component retrieval. Now the agent builds with your actual system.
  5. Ship something small: Start with a landing page, a component or a plugin. Review what the agent builds, give feedback in natural language and iterate. The loop feels like working with a fast pair programmer.

Frequently asked questions

  • What is Claude Code for designers? Claude Code is Anthropic's AI coding agent that runs in the terminal. For designers it works as a design tool that outputs production-ready code: you describe intent in natural language, the agent builds UI with real components, reads Figma files via MCP and uses your design system as context. Designers at WhatsApp and Miro ship production features with it.
  • What is the Claude Code frontend design skill? The frontend design skill is an official Anthropic skill (a reusable instruction set) that makes Claude Code generate distinctive, production-grade interfaces instead of generic AI aesthetics. It guides typography, color, spacing and layout decisions. Designers activate it once and every UI Claude Code builds follows higher design standards.
  • Do I need to know how to code to use Claude Code? No. Claude Code writes, runs and fixes the code itself. Designers describe what they want, review the result visually and iterate in natural language. Understanding component structure helps you give better feedback, but you learn that on the way.
  • How does Claude Code work with Figma? Three common ways: the official Figma MCP server gives Claude Code direct access to your design files, components and variables. Screenshots work too, Claude Code reads them and rebuilds the layout. And with plugins or the Figma API, Claude Code can even create and modify designs inside Figma.
  • Claude Code or Cursor: which should designers choose? Claude Code is an agent (you delegate tasks in natural language, it plans and executes), Cursor is an AI-powered IDE (you work in the code with AI assistance). Designers who want to stay out of the code tend to prefer Claude Code, designers who want to learn the code itself often start with Cursor. Many teams use both.
  • How do design systems make Claude Code better? Claude Code is only as good as its context. A design system provides exactly that: tokens, components, patterns and rules as machine-readable context. Teams like Indeed connect their design system via MCP and get on-brand, production-ready output instead of generic UI. This is what agentic design systems are about.
  • Where can I learn Claude Code as a designer? Into Design Systems teaches Claude Code from a designer's perspective: the AI Design Systems Course contains 15+ hours of sessions including WhatsApp's Claude Code workflow, the free Agentic Design Jam runs live hands-on sessions and the blog publishes free Claude Code tutorials for designers.
The Complete Guide

Claude Code for Designers

How designers use Claude Code to ship production-ready UI: the frontend design skill, Figma workflows and design system context.

From the team behind the AI Design Systems Conference, where WhatsApp, Miro and GitHub showed their real Claude Code workflows.

Definition

What is Claude Code for designers?

Claude Code is Anthropic's AI coding agent that runs in the terminal. For designers it works as a design tool that outputs production-ready code: you describe intent in natural language, the agent builds UI with real components, reads Figma files via MCP and uses your design system as context.

The frontend design skill

The most important setup step for designers using Claude Code.

Skills are reusable instruction sets that Claude Code loads on demand. The official frontend design skill makes Claude Code produce distinctive, production-grade interfaces instead of the generic look AI-generated UI is known for.

With the skill active, Claude Code makes deliberate decisions about typography, color, spacing, hierarchy and motion. Without it, you get the average of the internet. With it, you get something that looks designed.

Designers can also write their own skills: brand guidelines, component conventions or review checklists become reusable instructions that the agent applies on every run. Combined with a CLAUDE.md file holding your design rules, your taste becomes persistent context.

What designers do with Claude Code

Design directly in code

Describe the UI you want in natural language and Claude Code builds it with real components. Iterate the way you would in Figma, but the result is production-ready code.

Work from Figma designs

Point Claude Code at a Figma file via the Figma MCP server, or paste screenshots directly. It reads layout, tokens and components and rebuilds them in code.

Build with your design system

Give Claude Code your design system as context (rules, MCP server, component metadata) and it generates UI that uses your real tokens and components instead of inventing new ones.

Automate design system work

Audit token usage, find drift between Figma and code, generate component documentation or migrate themes. Agentic workflows handle the maintenance work no one has time for.

Prototype at production quality

Test ideas with real data, real interactions and real components. The prototype is the product, no throwaway work.

Build your own tools

Designers build Figma plugins, scripts and internal tools with Claude Code, without an engineering background. One conference speaker shipped a complete Figma plugin in 48 hours.

Real-world examples

From speakers at the AI Design Systems Conference 2026.

WhatsAppSebastian Rousseau

WhatsApp Web features get shipped with Claude Code: the design system provides the context, the agent builds against it and the designer reviews and iterates. Design and engineering work as one loop instead of a handoff.

About this session →
MiroAndressa Lombardo, Eddie Machado

Miro's design system team combines their design system MCP with Claude Code skills, so agents build AI features that stay on-system. Their workflow is covered in detail on our blog.

Read the article →
Figma without MCPSil Bormüller

Claude Code can design directly in Figma using a CLI, no MCP server needed. The full workflow with prompts and setup is documented on the blog.

Read the article →

How to get started

Five steps from zero to shipping UI with Claude Code as a designer.

01

Install Claude Code

Claude Code is a terminal-based AI agent by Anthropic. Install it, open your project folder and you talk to it in plain language. No IDE setup needed, though it also integrates with VS Code.

02

Start with the frontend design skill

Skills are reusable instruction sets Claude Code loads on demand. The frontend design skill makes Claude Code produce distinctive, production-grade interfaces instead of generic AI-looking UI. It is the single highest-impact setup step for designers.

03

Add your design context

Create a CLAUDE.md file with your design rules: tokens, spacing, typography, tone. Claude Code reads it on every run, so your taste becomes persistent context.

04

Connect Figma and your design system

Add the Figma MCP server to read designs directly, and your design system MCP for component retrieval. Now the agent builds with your actual system.

05

Ship something small

Start with a landing page, a component or a plugin. Review what the agent builds, give feedback in natural language and iterate. The loop feels like working with a fast pair programmer.

Frequently asked questions

Keep learning

Learn Claude Code from designers who ship

The AI Design Systems Course covers Claude Code workflows from WhatsApp, Miro and GitHub. 15+ hours of recordings, all materials, official certificate.