Skip to content

scoobynko/claude-code-design-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 →

Installation

Prerequisites

Install Skills

For Claude Code CLI:

  1. Clone this repository:

    git clone https://github.com/scoobynko/claude-code-design-skills.git
  2. Copy 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 /I
  3. Configure the skill according to its documentation

  4. Restart Claude Code

For Claude Desktop:

  1. Download or clone this repository

  2. Configure according to its documentation

  3. Create a .zip file of the configured figma-to-code folder

  4. Open Claude Desktop app → SettingsCapabilitiesSkillsUpload skill

  5. Select your figma-to-code.zip file and the skill will be validated and activated

Usage

Each skill includes detailed documentation in its respective directory. Skills are automatically available in Claude Code once installed and can be invoked when relevant to your task.

Configuration

Each skill requires customization for your specific project. Check the individual skill's README for required configuration placeholders.

Contributing

Contributions are welcome! If you'd like to add new skills or improve existing ones:

  1. Fork this repository
  2. Create a feature branch
  3. Make your changes (for creating new skills, see Claude Skills documentation)
  4. Submit a pull request

When creating a new skill, ensure it's generalized with placeholders so others can easily customize it for their projects.

License

MIT License - See LICENSE file for details

Author

Created by @scoobynko

Support

For issues or questions:

About

Claude Code skills for automated design-to-code workflows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors