frontend-design-system

Generates distinctive frontend UI designs with curated typography, color palettes, and layout patterns.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill frontend-design-system-scsm-unrestrict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design-system
Source: https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent/tree/main/frontend-engineer/skills/frontend-design-system
Command: npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill frontend-design-system-scsm-unrestrict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often fall into generic patterns: overused fonts like Inter and Roboto, purple-to-pink gradients, symmetric hero layouts, and excessive blur effects. This Skill provides concrete anti-patterns to avoid and proven design alternatives so landing pages, dashboards, and web applications get a distinctive, professional visual identity. ## Core Features & Use Cases - Anti-Pattern Detection: Lists specific typography, color, layout, and effect patterns that produce generic AI-looking designs, with recommended alternatives for each. - Design System Building Blocks: Provides font pairing tables, color palette construction principles, asymmetric layout patterns, animation timing guidelines, and easing functions. - Ready-Made Themes: Ships five complete theme definitions (Nordic Minimal, Neon Brutalism, Organic Growth, Tech Noir, Editorial Elegance) with CSS custom properties, plus component references for buttons, cards, heroes, and navigation. - Use Case: When asked to build a SaaS landing page, apply the Tech Noir theme with Space Grotesk headings, an asymmetric 35/65 hero split, and a single staggered page-load animation instead of defaulting to a centered card grid. ## Quick Start Design a landing page for my startup using a distinctive theme with custom font pairings and an asymmetric hero layout.

Frequently Asked Questions about frontend-design-system

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

FAQPage Schema
How do I avoid generic AI-looking design in frontend UI?

Avoid overused fonts like Inter and Roboto, purple-to-pink gradients, symmetric hero layouts, and excessive blur effects. Instead pair a serif heading font with a sans-serif body font, build a custom HSL-adjusted palette, and use asymmetric grids with bold whitespace.

What font pairings work for modern web design?

Recommended pairings include Space Grotesk with Inter for tech-minimal looks, Playfair Display with Source Sans Pro for classic elegance, Fraunces with Work Sans for warmth, and DM Serif Display with DM Sans for unified contrast.

What themes does this design system include?

Five complete themes are provided: Nordic Minimal, Neon Brutalism, Organic Growth, Tech Noir, and Editorial Elegance. Each defines CSS custom properties for colors, typography, spacing, and effects ready to apply to a project.

Does this work with Tailwind CSS and React components?

Yes, the component reference includes Tailwind class implementations for buttons, cards, hero sections, and navigation patterns, plus React examples using Intersection Observer and animation variant objects for scroll and load animations.

What animation timing should I use for UI micro-interactions?

Use 150-300ms for micro-interactions, 300-500ms for page transitions, and 500-800ms for complex animations. Recommended easing curves include ease-out-expo cubic-bezier(0.16, 1, 0.3, 1) for smooth natural motion.