designer-ui

Generate atomic-design UI assets and HTML mockups from wireframes.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/BENYEKHLEF-Anouar/SoliQuiz --skill designer-ui-benyekhlef-anouar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: designer-ui
Source: https://github.com/BENYEKHLEF-Anouar/SoliQuiz/tree/main/Maquettage/.agent/skills/designer-ui
Command: npx skills add https://github.com/BENYEKHLEF-Anouar/SoliQuiz --skill designer-ui-benyekhlef-anouar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, auditable workflow to turn wireframes and design briefs into production-ready atomic UI components and pixel-perfect HTML mockups, removing manual coordination between design and development and ensuring consistency with a project design charter.

Core Features & Use Cases

  • Orchestration of Design Tasks: Analyze requests, decide required actions (charte, composition, atoms, molecules, mockups) and return an ordered plan.
  • Atomic Design Generation: Decompose wireframes into atoms and molecules, create isolated Tailwind-based components, and maintain manifests.
  • Design System & Gallery: Generate a graphic charter (charte), component library, and an interactive UI gallery (index.html) for previewing assets.
  • Use Case: Given a new page wireframe, the Skill can generate the composition file, create missing atoms/molecules following the charte, assemble a pixel‑perfect mockup, update manifests, and register the result in the gallery.

Quick Start

Generate a high-fidelity HTML mockup for the home page from the provided wireframe, create any missing atoms or molecules according to the charte, update the manifests, and produce the UI gallery.

Frequently Asked Questions about designer-ui

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

FAQPage Schema
How do I generate atomic UI components from wireframes?

To generate atomic UI components from wireframes, the skill decomposes wireframes into isolated atoms and molecules, enforces design tokens and Tailwind constraints, and assembles pixel-perfect HTML mockups while updating component manifests.

What is atomic design generation for HTML mockups?

Atomic design generation for HTML mockups is the process of breaking down wireframes into base atoms and molecules, assembling full-page mockups, enforcing design system tokens, and validating component manifests to maintain UI consistency.

Can I use Tailwind and Preline constraints to build a design system?

Yes, you can enforce Tailwind and Preline constraints to build a design system. The workflow validates component manifests, applies these specific CSS framework constraints, and generates a graphic charter to ensure all UI atoms and molecules remain visually consistent.

How do I create an interactive UI gallery for component preview?

To create an interactive UI gallery for component preview, the workflow orchestrates the generation of atoms, molecules, and mockups, then automatically registers and compiles these assets into an index.html file for interactive visual previewing.

Does this atomic design workflow require a graphic charter?

Yes, this atomic design workflow requires a graphic charter. It uses the charter alongside wireframes and component manifests to produce atoms, molecules, and full-page mockups while validating design tokens to ensure project-wide visual consistency.

What is the best way to maintain a component manifest during UI design?

The best way to maintain a component manifest during UI design is to automate updates through an orchestration process that validates design tokens, tracks newly created atoms and molecules, and registers mockups automatically after each composition.