design-system-setup

Initialize design systems via templates or Q&A with Figma MCP integration.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill design-system-setup-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-system-setup
Source: https://github.com/bacchus-labs/wrangler/tree/main/.wrangler/memory/knowledge-base/reference-prompts/skills/ui-related-skills/design__design-system-setup
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill design-system-setup-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of establishing a consistent and scalable design system for projects, especially when one is missing or needs to be created from scratch.

Core Features & Use Cases

  • Automated Design System Initialization: Creates design systems using either pre-built templates or a guided Q&A process.
  • Figma Integration: Generates Figma files and integrates with Figma MCP for design asset management.
  • Token Export: Exports design tokens in various formats (CSS Variables, Tailwind Config, Design Tokens JSON).
  • Use Case: When starting a new frontend project or refactoring an existing one without a design system, this Skill can quickly set up a foundational system, including colors, typography, spacing, and basic components, ensuring visual consistency from the outset.

Quick Start

Use the design-system-setup skill to initialize a new design system for the current project.

Frequently Asked Questions about design-system-setup

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

FAQPage Schema
How do I set up a design system from scratch for a new frontend project?

Set up a design system by using a template-based or guided Q&A process to initialize foundational colors, typography, and spacing. This generates a scalable style guide and exports the necessary configuration files to ensure visual consistency from the start.

Can I export design tokens to Tailwind config and CSS variables?

Yes, you can export design tokens to Tailwind config and CSS variables. The system generates tokens in multiple formats, including CSS variables, Tailwind configuration, and W3C Design Tokens JSON, for direct integration into your frontend codebase.

How does Figma integration work when creating a design system?

Figma integration works by connecting to Figma MCP to automatically generate and manage design files. This allows you to synchronize design assets and export foundational tokens directly from your Figma workspace into your project's development environment.

What is the best way to add a style guide to an existing project that is missing one?

The best way to add a missing style guide is to use an auto-detection feature that identifies the absence of a design system. It then initializes a foundational system with basic components via a Q&A-driven setup to establish visual consistency.

Do I need a pre-existing Figma file to initialize design tokens?

No, you do not need a pre-existing Figma file to initialize design tokens. The setup process can create Figma files from scratch using pre-built templates or a guided Q&A workflow to establish your design system foundations.

What are the limitations of using a template-based design system setup?

A limitation of template-based design system setup is that it may require manual adjustments to match highly specific brand guidelines. While it quickly generates foundational colors, typography, and spacing, custom component variations often need further refinement.