ui-design

Design and build production-grade frontend interfaces from context gathering through visual direction, implementation, and polish.

Updated Sep 14, 2026
One-click install
npx skills add https://github.com/Lawrence908/chiron --skill ui-design-lawrence908
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-design
Source: https://github.com/Lawrence908/chiron/tree/main/plugins/dev/skills/ui-design
Command: npx skills add https://github.com/Lawrence908/chiron --skill ui-design-lawrence908

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated interfaces often look generic and templated, with default fonts, card grids, and gradient clichés. This Skill guides the full design process so new pages, components, and design systems look intentionally designed rather than assembled from a template. ## Core Features & Use Cases - Structured design process: Covers context gathering, reference collection from sources like Awwwards and Mobbin, visual direction (color, typography, spacing), section-by-section implementation, and a final review checklist. - AI slop test: Names the specific tells of generic AI output, such as overused fonts, cards inside cards, purple-to-blue gradients, and glassmorphism without purpose, so they can be avoided. - Motion and accessibility rules: Provides concrete easing curves, animation duration limits, transform-only animation rules, and a WCAG AA accessibility baseline. - Use Case: When starting the UI for a new Next.js or Astro app, use this Skill to establish a color palette, type scale, and spacing system before writing code, then build and polish each section against the review checklist. ## Quick Start Use the ui-design skill to design and build a landing page for my new app, starting with visual direction before writing any code.

Frequently Asked Questions about ui-design

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

FAQPage Schema
How do I design a frontend interface that doesn't look AI-generated?▼

Avoid the named AI slop tells: overused fonts like Inter, cards inside cards, purple-to-blue gradients, and glassmorphism without purpose. Establish a deliberate visual direction first, including a tinted neutral palette, a modular type scale, and varied section layouts.

How to choose typography and spacing for a web page?▼

Pick at most two font families and generate sizes from a modular scale ratio like 1.25 or 1.333. Use a 4px base spacing unit, keep component interiors tighter than gaps between components, and match line height to line count.

What CSS properties are safe to animate without jank?▼

Only animate transform and opacity, since animating width, height, or margin triggers layout recalculation. Keep UI transitions between 200 and 350 milliseconds, use ease-out for entrances, and respect prefers-reduced-motion.

Does this design guidance work with Tailwind and Next.js?▼

Yes, the guidance is framework-agnostic and explicitly covers Tailwind utilities, breakpoint steps, and container queries. It also instructs checking for existing design tokens in Tailwind config or CSS custom properties before inventing a new system.

What accessibility requirements should a new UI meet?▼

Meet WCAG AA contrast of 4.5:1 for body text and 3:1 for large text, give every interactive element an accessible name, ensure keyboard navigation and focus trapping in modals, and prefer native HTML elements over divs with click handlers.

When should I not use this design skill?▼

This Skill is for creating new pages, components, or design systems from scratch, not for auditing an existing interface. For auditing or verifying changes to existing UI, a review or visual QA skill is the better fit.