frontend-design

Generates production-grade frontend interfaces with distinctive typography, color, layout, and motion guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces tend to converge on generic, templated aesthetics—overused fonts, gradient accents, identical card grids, and decorative effects without purpose. This Skill guides the creation of distinctive, production-grade frontend code by enforcing intentional design decisions across typography, color, layout, motion, interaction, and UX writing. ## Core Features & Use Cases - Design Direction Framework: Commits to a bold, coherent aesthetic direction (brutalist, editorial, minimal, maximalist) before writing any code, avoiding unfocused output. - Deep Reference Guides: Six reference documents cover OKLCH color systems, fluid typography, spatial rhythm, motion timing and easing, interaction states, and UX writing patterns. - AI Slop Detection: A built-in quality checklist identifies the fingerprints of generic AI-generated design so output feels intentionally crafted. - Use Case: When asked to build a landing page, dashboard, or component, the Skill first gathers brand and audience context, then produces polished HTML/CSS/React code with distinctive fonts, tinted-neutral palettes, staggered motion, and accessible interaction states. ## Quick Start Ask the AI to design and build a landing page for your product using the frontend-design skill, providing your target audience and brand personality.

Frequently Asked Questions about frontend-design

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

FAQPage Schema
How do I make AI-generated UI design look less generic?

Commit to a bold aesthetic direction before coding, avoid overused fonts like Inter and Roboto, use tinted neutrals instead of pure grays, and vary spacing rhythm instead of uniform card grids. The Skill's AI Slop Test checklist identifies common generic patterns to eliminate.

What design context does the frontend-design skill need before starting?

It requires target audience, use cases, and brand personality or tone. Context is checked in loaded instructions first, then a .impeccable.md project file, and if neither exists the teach-impeccable flow must run before any design work begins.

Which CSS color format should I use for design systems?

Use OKLCH instead of HSL because it is perceptually uniform, meaning equal lightness steps look equal across hues. Reduce chroma as colors approach white or black, and tint neutrals slightly toward your brand hue for cohesion.

What CSS properties are safe to animate for good performance?

Animate only transform and opacity, since other properties trigger layout recalculation. For height animations like accordions, transition grid-template-rows from 0fr to 1fr instead of animating height directly.

Does the skill handle accessibility requirements like reduced motion?

Yes. The motion reference mandates prefers-reduced-motion handling with crossfade alternatives, and the interaction reference covers focus-visible rings, 44px touch targets, keyboard navigation, and WCAG contrast ratios.

When should I avoid using this design skill?

Avoid it when no design context is available and the user cannot provide audience or brand information, since the Skill explicitly refuses to infer context from existing code. It also does not fit pure backend or logic-only tasks with no visual interface.