build-daisyui-mcp

Convert Figma designs and screenshots into daisyUI 5 code.

11|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill build-daisyui-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-daisyui-mcp
Source: https://github.com/yigitkonur/skills-by-yigitkonur/tree/main/skills/build-daisyui-mcp
Command: npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill build-daisyui-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of translating design mockups (Figma, screenshots) into functional daisyUI code, bridging the gap between design and development.

Core Features & Use Cases

  • Figma to Code: Directly converts Figma frames into daisyUI HTML components.
  • Screenshot to Code: Analyzes screenshots to generate corresponding daisyUI markup.
  • Theme Generation: Creates custom daisyUI themes from brand colors or images.
  • Use Case: A designer provides a Figma file for a new dashboard. This Skill extracts the layout, components, and colors, generating ready-to-use daisyUI code for the developer.

Quick Start

Use the build-daisyui-mcp skill to convert the Figma design at the provided URL into daisyUI code.

Frequently Asked Questions about build-daisyui-mcp

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

FAQPage Schema
How do I convert a Figma design to daisyUI code?

To convert a Figma design to daisyUI code, you provide the Figma URL to the Skill, which parses the layout and components to generate functional daisyUI 5 HTML markup ready for development.

Can I generate daisyUI components from a screenshot?

Yes, you can generate daisyUI components from a screenshot. The Skill analyzes screenshot images to produce corresponding daisyUI markup, enabling UI generation without direct access to source design files.

How do I create a custom daisyUI theme from brand colors?

You create a custom daisyUI theme from brand colors by using the Skill's theme generation feature, which extracts colors from your inputs and integrates them with daisyUI's theming system for accurate visual replication.

Does this design to code tool require Tailwind CSS setup?

Yes, Tailwind CSS setup is required because daisyUI is built as a Tailwind CSS plugin, meaning the generated component markup relies on Tailwind's utility classes and daisyUI's component library for styling.

What is the best way to structure layouts using daisyUI from Figma?

The best way to structure layouts from Figma is using MCP tools to parse the Figma frame, which automatically extracts the structural hierarchy to generate accurate daisyUI layout components for your dashboard.