frontend-master

Builds accessible, design-system-driven frontend interfaces across modern stacks.

4|2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/lyfe2025/lyfes-coding-skills --skill frontend-master-lyfe2025
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-master
Source: https://github.com/lyfe2025/lyfes-coding-skills/tree/main/skills/frontend-master
Command: npx skills add https://github.com/lyfe2025/lyfes-coding-skills --skill frontend-master-lyfe2025

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill combines engineering rigor with distinctive frontend design to prevent generic, cookie-cutter UI and to deliver production-grade interfaces that are visually unique and maintainable.

Core Features & Use Cases

  • Design-system-driven UI: Enforces a cohesive visual language across pages and components with tokenized colors, typography, and spacing.
  • Accessible & performant interfaces: Builds with WCAG AA considerations and performance-conscious patterns (code-split, lazy loading, efficient assets).
  • Multi-stack guidance: Applies to React, Vue, Next.js, or plain HTML/CSS, ensuring consistent quality and UX.
  • Real-world scenarios: Create a dashboard, landing page, login flow, or admin panel that looks unique but remains production-ready and scalable.

Quick Start

Build a responsive login page using the project's design-system tokens and a11y considerations; ensure the layout adapts to mobile breakpoints and the primary actions remain clearly accessible.

Frequently Asked Questions about frontend-master

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

FAQPage Schema
How do I build production-grade React interfaces that avoid generic UI?

To build production-grade React interfaces, enforce a tokenized design system for colors, spacing, and typography, and adhere to accessibility and performance best practices to ensure the UI is visually unique and maintainable.

What is design-system-driven frontend development and when do I need it?

Design-system-driven frontend development enforces a cohesive visual language using tokenized colors and typography across pages and components. You need it to prevent cookie-cutter UI and deliver scalable, production-ready interfaces.

Does this frontend approach work with Vue and Next.js or only React?

This frontend approach works across multiple stacks including Vue, Next.js, and plain HTML/CSS. It applies consistent design-system tokens, accessibility considerations, and performance patterns to ensure quality regardless of the framework.

How do I create an accessible and responsive login page with a design system?

To create an accessible login page, use the project's design-system tokens for styling and implement WCAG AA considerations. Ensure the layout adapts to mobile breakpoints while keeping primary actions clearly accessible.

Why does my frontend UI look inconsistent across different dashboard components?

Frontend UI looks inconsistent without a cohesive design language enforcing tokenized spacing, typography, and iconography. Applying a shared design system across all pages and components resolves this and maintains visual cohesion.

What's the best way to ensure performance when building complex frontend dashboards?

The best way to ensure performance in frontend dashboards is applying performance-conscious patterns like code-splitting, lazy loading, and efficient asset management while enforcing a cohesive design system and accessibility standards.