frontend-design

Generates production-grade frontend interfaces guided by named aesthetic philosophies.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/yashmishra2006/LexWrite-Website --skill frontend-design-yashmishra2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/yashmishra2006/LexWrite-Website/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/yashmishra2006/LexWrite-Website --skill frontend-design-yashmishra2006

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend code generated by AI often looks generic, with default fonts, predictable card grids, and no coherent visual identity. This Skill guides the creation of distinctive, production-grade interfaces by committing to a named aesthetic philosophy and enforcing concrete typography, color, layout, motion, and spacing rules before any code is written. ## Core Features & Use Cases - Eight Aesthetic Philosophies: Concrete implementation guides for Dieter Rams, Swiss/International Typographic, Japanese Minimalism, Brutalist, Scandinavian, Art Deco, Neo-Memphis, and Editorial/Magazine styles, each defining typography, color, layout, spacing, motion, and detail treatment. - Codebase-First Workflow: Scans existing components, CSS tokens, Tailwind configs, UI framework themes, and font loading before writing code, so new work extends the current design system instead of duplicating it. - Mobile-First and Dark Mode Rules: Enforces 375px-first layouts, 44px touch targets, 16px body text, CSS custom properties for theming, prefers-color-scheme support, and prefers-reduced-motion handling. - Use Case: Ask for a landing page hero in an Editorial/Magazine style and receive working HTML/CSS or React code with a display serif at hero scale, a strict column grid, and scroll-triggered reveals rather than a generic gradient layout. ## Quick Start Ask the assistant to build a specific component or page and optionally name an aesthetic philosophy, such as requesting a settings page in a Scandinavian style.

Frequently Asked Questions about frontend-design

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

FAQPage Schema
How do I build a frontend interface with a specific design style?

Name an aesthetic philosophy such as Scandinavian, Brutalist, or Editorial when requesting the component or page. The Skill translates that philosophy into concrete typography, color, layout, spacing, and motion rules before generating working code.

How to avoid generic AI-generated UI design?

Commit to a named aesthetic direction before writing code and follow its specific rules for fonts, color, and layout. The Skill explicitly bans generic patterns like purple gradients, Inter font, and predictable card grids.

Does it work with Tailwind CSS and existing design systems?

Yes. It first scans for tailwind.config files, CSS variables, component directories, and UI framework themes like Material UI or shadcn, then extends or composes existing components rather than creating duplicates.

Does the generated UI support dark mode and mobile layouts?

Yes. Dark mode uses CSS custom properties with both prefers-color-scheme and a data-theme attribute toggle. Layouts are built mobile-first at 375px with 44px touch targets and min-width breakpoints.

What are the limitations of aesthetic philosophy guides?

The philosophies define visual direction, not business logic or data fetching. Complex application state, backend integration, and framework-specific architecture still require separate engineering decisions beyond the visual layer.