Design Skills
Description
A collection of Claude Code skills for streamlining design-to-code workflows.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Design Skills
A collection of Claude Code skills for streamlining design-to-code workflows.
About
This repository contains custom skills for [Claude Code](https://claude.com/claude-code) that help automate and improve the process of converting designs into production-ready code.
Available Skills
Figma to Code
Generate production-ready React/Next.js code from Figma designs with systematic workflows, component reuse strategies, and variant mapping.
**Features:**
- Systematic Figma MCP tool usage workflow
- Component reuse prioritization
- Automatic Figma variant to code prop mapping
- Frontend/backend boundary enforcement
- TypeScript type safety
- Accessibility support
- Mock data patterns
[View Documentation →](./figma-to-code/README.md)
Installation
Prerequisites
- Claude Code CLI installed
- For Figma to Code skill: Figma MCP Server installed
Install Skills
**For Claude Code CLI:**
Clone this repository:
git clone https://github.com/scoobynko/claude-code-design-skills.gitCopy skills to your Claude Code skills directory:
# macOS/Linux cp -r claude-code-design-skills/figma-to-code ~/.claude-code/skills/ # Windows xcopy claude-code-design-skills\figma-to-code %USERPROFILE%\.claude-code\skills\figma-to-code\ /E /IConfigure the skill according to its documentation
Restart Claude Code
**For Claude Desktop:**
Download or clone this repository
Configure according to its documentation
Create a .zip file of the configured `figma-to-code` folder
Open Claude Desktop app → **Settings** → **Capabilities** → **Skills** → **Upload skill**
Select your `figma-to-code.zip` file and the skill will be validated and activated
Usage
...
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://