frontend-ui-ux

Implements UI components, styling, layouts, and animations with deliberate aesthetic direction.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/UtsavBalar1231/oh-my-claudeagent --skill frontend-ui-ux-utsavbalar1231
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-ui-ux
Source: https://github.com/UtsavBalar1231/oh-my-claudeagent/tree/main/skills/frontend-ui-ux
Command: npx skills add https://github.com/UtsavBalar1231/oh-my-claudeagent --skill frontend-ui-ux-utsavbalar1231

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend work without a design mockup often produces generic, cookie-cutter interfaces with default fonts, cliched color palettes, and predictable layouts. This Skill applies a designer's decision process to UI implementation so components have intentional typography, color, motion, and composition. ## Core Features & Use Cases - Aesthetic Direction First: Commits to a bold, context-specific visual direction (brutalist, editorial, luxury, playful, etc.) before writing any code. - Design Token Discipline: Uses CSS variables for cohesive palettes and avoids anti-patterns like generic fonts (Inter, Roboto, Arial) and purple-gradient cliches. - Motion and Composition Guidance: Orchestrated page-load animations, staggered reveals, asymmetric layouts, and atmospheric details like grain overlays and layered transparencies. - Use Case: Ask it to build a landing page hero section in React; it explores the existing codebase, picks a distinctive font pairing and palette, implements the component with CSS animations, then verifies the result with a build and screenshots. ## Quick Start Ask the agent to design and implement a pricing page component for your React app with a bold editorial aesthetic.

Frequently Asked Questions about frontend-ui-ux

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

FAQPage Schema
How do I build a UI component without a design mockup?

Define an aesthetic direction first: identify the purpose, pick a tone that fits the product, note framework and accessibility constraints, and choose one memorable differentiator. Then implement with design tokens for color, spacing, and motion rather than ad hoc values.

How to make a website not look AI-generated or generic?

Avoid default fonts like Inter, Roboto, and Arial, skip cliched palettes such as purple gradients on white, and break predictable layouts with asymmetry or overlap. Use distinctive font pairings, cohesive CSS-variable palettes, and atmospheric details like grain or layered transparencies.

Does this work with React, Vue, and Svelte projects?

Yes, the Skill targets .tsx, .jsx, .vue, .svelte, .html, .css, and .scss files. It studies the existing codebase patterns and design system first, then matches those conventions instead of imposing a new direction.

Should animations use CSS or a JavaScript motion library?

CSS-only animations are preferred for most cases. A motion library is used for React when one is already available in the project, keeping dependencies consistent with the existing codebase.

What if my project already has a design system?

The Skill preserves the established patterns of an existing design system rather than overriding them. It studies current conventions and git history first, then blends new work so it looks team-written.