frontend-design

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

3|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/burningportra/agent-flywheel-plugin --skill frontend-design-burningportra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/burningportra/agent-flywheel-plugin/tree/main/skills/frontend-design
Command: npx skills add https://github.com/burningportra/agent-flywheel-plugin --skill frontend-design-burningportra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces tend to look generic and templated, repeating the same fonts, gradients, card grids, and dark-mode-with-glow aesthetics. This Skill guides the creation of distinctive, production-grade web interfaces that avoid recognizable AI design patterns. ## Core Features & Use Cases - Design Direction Enforcement: Commits to a bold aesthetic direction (brutalist, editorial, retro-futuristic, etc.) before writing any code, with a mandatory context-gathering protocol for audience, use cases, and brand tone. - Deep Reference Library: Ships six in-depth references covering typography, color and contrast (OKLCH), spatial design, motion design, interaction design, responsive design, and UX writing. - Anti-Pattern Guardrails: Explicit DO/DON'T rules that eliminate common AI slop such as Inter/Roboto defaults, purple-blue gradients, nested cards, bounce easing, and placeholder-as-label forms. - Use Case: Ask for a landing page for a coffee subscription brand, and receive a complete HTML/CSS implementation with fluid typography, an OKLCH palette, staggered entrance animations, and accessible focus states. ## Quick Start Ask the agent to build a landing page or web component for your product, providing your target audience, use cases, and desired 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 websites look less generic?

Commit to a bold aesthetic direction before coding, avoid default fonts like Inter and Roboto, use OKLCH color palettes with tinted neutrals, and vary spacing rhythm instead of uniform card grids. This Skill encodes those rules as explicit DO and DON'T guidelines.

What design topics does this frontend skill cover?

It includes six reference documents covering typography, color and contrast, spatial design, motion design, interaction design, responsive design, and UX writing. Each reference provides concrete CSS patterns and accessibility guidance.

Does the skill require design context before generating UI?

Yes. It requires confirmed context on target audience, use cases, and brand personality, gathered from instructions, a .impeccable.md file, or the teach-impeccable skill. It explicitly forbids inferring design context from the codebase.

Can I use this skill with any CSS framework?

The guidance is framework-agnostic and focuses on modern CSS features like clamp(), container queries, OKLCH colors, and the Popover API. It works alongside any stack since the output is standard HTML and CSS.

What accessibility rules does the skill enforce?

It mandates WCAG contrast ratios, visible focus rings via :focus-visible, prefers-reduced-motion support, 44px touch targets, labeled form fields, and keyboard navigation patterns like roving tabindex.