frontend-design-realization

Translate design artifacts into semantic tokens, UI primitives, and a MANIFEST.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gleeb/ai-registry --skill frontend-design-realization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design-realization
Source: https://github.com/gleeb/ai-registry/tree/main/systems/sdlc/skills/frontend-design-realization
Command: npx skills add https://github.com/gleeb/ai-registry --skill frontend-design-realization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents design drift by translating planning-phase design artifacts into a consistent, tokenized design-system layer that feature implementers can follow without re-inventing styling.

Core Features & Use Cases

  • Design-system bootstrap & refresh: creates the initial docs/design-system/MANIFEST.md when it’s missing, or updates tokens and primitives after plan/design changes via diffing in refresh mode.
  • Token + primitive contract: emits semantic design tokens (colors, typography, spacing, radius, shadow, motion) and implements required UI primitives with all mandated states and accessibility behavior.
  • Primitives-first quality gate: enforces a web-design-guidelines accessibility pass and a verify gate before completion, blocking output when required inputs are missing.

Quick Start

Use the frontend-design-realization skill when plan/design/design-spec.md exists and docs/design-system/MANIFEST.md does not, to generate the missing design-system manifest plus the required tokens and UI primitives.

Frequently Asked Questions about frontend-design-realization

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

FAQPage Schema
How do I turn design mockups into a usable design system?

Turn design mockups into a usable design system by translating planning artifacts into semantic tokens and UI primitives. This creates a production-ready design-system layer that prevents drift and provides consistent styling for feature implementers.

What are semantic UI tokens and how do they prevent design drift?

Semantic UI tokens are categorized design variables for colors, typography, spacing, radius, shadow, and motion. They prevent design drift by enforcing token-only contracts that feature implementers consume, ensuring styling consistency without reinventing variables.

How do I bootstrap a design system manifest from a design spec?

Bootstrap a design system manifest by reading an existing design spec, color palette, and scoped HTML mockups to generate the required MANIFEST.md file. This initial bootstrap phase emits the necessary semantic tokens and implements required UI primitives.

How do I refresh design tokens after design plan changes?

Refresh design tokens after plan changes by using a refresh mode that diffs existing manifests against updated design inputs. This updates semantic tokens and UI primitives while maintaining the authoritative MANIFEST for downstream consumption.

Do I need a design spec file before generating UI tokens?

You need a design spec file before generating UI tokens because the process requires specific design inputs including the spec, color palette, and scoped HTML mockups. A prerequisites gate blocks output when these required inputs are missing.

Does generating UI primitives require an accessibility check?

Generating UI primitives requires an accessibility check and a final verify gate before completion. The quality gate enforces web-design-guidelines accessibility passes and blocks output if required inputs are missing or primitive states are incomplete.