create-design-system-rules

Generate project-specific design system rules for Figma-to-code implementations.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/niallr12/ticket-implementer --skill create-design-system-rules-niallr12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-design-system-rules
Source: https://github.com/niallr12/ticket-implementer/tree/main/.agents/skills/create-design-system-rules
Command: npx skills add https://github.com/niallr12/ticket-implementer --skill create-design-system-rules-niallr12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This design system rules generator helps teams codify project-specific conventions that guide Figma-to-code workflows and Claude-driven implementations, reducing setup time and ensuring consistency.

Core Features & Use Cases

  • Automatically generate project-wide design system rules aligned to your MCP and token strategy
  • Analyze the codebase to tailor rules for component organization, styling, tokens, and accessibility
  • Save the rules to CLAUDE.md and load them into Claude Code to enforce conventions automatically
  • Iterate with team feedback and evolve rules as the project grows

Quick Start

Run create_design_design_system_rules with your project languages and frameworks, analyze the codebase, and save the resulting rules to CLAUDE.md in your project root.

Frequently Asked Questions about create-design-system-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate design system rules for Figma-to-code implementations?

To generate design system rules for Figma-to-code implementations, analyze your codebase to tailor component organization, styling, design tokens, and MCP integration rules, then save them to CLAUDE.md at the project root for Claude Code to load automatically.

What are design tokens and how do they fit into MCP integration rules?

Design tokens are standardized variables for styling properties like color and spacing. The Skill analyzes your codebase to craft specific rules for token organization and MCP integration, ensuring Figma-to-code workflows remain consistent across web projects.

Can I use this design system rules generator with any web framework?

Yes, you can use this design system rules generator with typical web projects. It analyzes your specific project languages and frameworks to tailor rules for component organization, styling, accessibility, and design tokens accordingly.

What is the best way to enforce Figma-to-code conventions using Claude Code?

The best way to enforce Figma-to-code conventions is to save generated project-specific design system rules to CLAUDE.md in your project root, allowing Claude Code to automatically load and apply these styling and MCP guidelines during implementation.

Why do I need CLAUDE.md for my design system workflow?

You need CLAUDE.md because it serves as the configuration file at your project root where generated design system rules are saved. Claude Code loads this file to automatically enforce your project's styling, token, and MCP conventions during development.

How do I update design system rules as my project grows?

To update design system rules as your project grows, iterate with team feedback and re-run the generation process to analyze the codebase. This evolves the component organization, styling, and design token rules saved in your CLAUDE.md file.