frontend-design

Guides creation of production-grade React, HTML, and CSS interfaces with bespoke visual design.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/TarunTeja44/portfolio --skill frontend-design-tarunteja44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/TarunTeja44/portfolio/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/TarunTeja44/portfolio --skill frontend-design-tarunteja44

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI-generated interfaces often fall into repetitive, generic patterns like centered cards, purple gradients, and flat layouts. This Skill provides concrete design principles, layout patterns, and reference guides to produce distinctive, polished frontend interfaces with intentional visual hierarchy. ## Core Features & Use Cases - Anti-Generic Design Rules: Concrete dos and don'ts covering color palettes, typography pairings, shadows, and button states to eliminate cookie-cutter AI aesthetics. - Layout & Composition Patterns: Bento grid layouts, asymmetric grids, ambient lighting with blur gradients, and layered surface techniques with ready-to-use HTML/Tailwind snippets. - Visual Hierarchy System: A 3-level prominence framework with optical alignment, spacing, and contrast checklists for accessible, legible interfaces. - Use Case: When building a SaaS dashboard, apply the bento grid pattern with status badges, monospaced metrics, and tactile micro-interactions instead of a default card stack. ## Quick Start Use the frontend-design skill to redesign my dashboard page so it looks custom-crafted rather than like a generic AI template.

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 look less generic?

Avoid default patterns like centered cards with purple gradients and uniform fonts. Instead, define a domain-specific mood, use expressive typography pairings, asymmetric or bento grid layouts, and layered surfaces with subtle borders and ambient blur gradients.

How to build a bento grid layout with Tailwind CSS?

Use a responsive grid like grid-cols-1 md:grid-cols-3 lg:grid-cols-4 with cells spanning multiple columns and rows via col-span and row-span utilities. Combine rounded-3xl containers, subtle borders, and mixed content types such as hero features, stat cells, and list panels.

What typography pairings work for production dashboards?

Pair an expressive display font like Outfit or Plus Jakarta Sans for headers with Inter for UI text and JetBrains Mono for metrics and code. This creates clear contrast between headings, body content, and numeric data.

Does this design guidance work with dark mode interfaces?

Yes, the references include dark-mode-specific techniques such as border-white/10 highlights, inset shadow bevels, slate-800 borders, and text-slate-400 for secondary metadata. Contrast rules ensure legibility on dark surfaces.

Why does my UI look muddy on dark backgrounds?

Low-contrast combinations like gray text on dark gray backgrounds fail accessibility and look muddy. Use text-white or text-slate-100 for headings, text-slate-400 for metadata, and borders with at least 15 percent opacity against adjacent surfaces.