frontend-design

Generates distinctive visual design direction and frontend code for web interfaces.

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/sshekhar-04/SIH_PS_26151 --skill frontend-design-sshekhar-04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/sshekhar-04/SIH_PS_26151/tree/main/.agents/Skills/frontend-design
Command: npx skills add https://github.com/sshekhar-04/SIH_PS_26151 --skill frontend-design-sshekhar-04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated web designs tend to converge on generic, templated looks that lack a distinctive visual identity. This Skill guides the creation of intentional, opinionated frontend designs with deliberate choices in palette, typography, layout, and motion that are specific to each brief. ## Core Features & Use Cases - Design Planning: Produces a compact token system covering color (4-6 named hex values), typography (display, body, and utility faces), layout concepts with ASCII wireframes, and a single signature element. - Self-Critique Workflow: Reviews design plans against the brief to eliminate generic defaults before writing any code, then critiques again during implementation. - Interface Copywriting Guidance: Applies intentional writing principles for labels, errors, empty states, and calls to action so copy matches the design's quality. - Use Case: When asked to build a landing page for a new product, use this Skill to first define a unique visual direction grounded in the subject matter, then implement responsive HTML/CSS that avoids recognizable AI-generated design patterns. ## Quick Start Design and build a landing page for my product with a distinctive visual identity that does not look like a generic 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 web designs look less generic?

Ground every design choice in the subject matter of the brief rather than reaching for default patterns. Define a compact token system with named colors, deliberate type pairings, and one signature element, then critique the plan against common AI design defaults before coding.

How to choose typography for a web design project?

Pair a characterful display face used with restraint with a complementary body face, plus a utility face for captions or data if needed. Set a clear type scale with intentional weights, widths, and spacing so the typography itself becomes a memorable part of the design.

What are common AI-generated design patterns to avoid?

Three overused looks are a warm cream background with serif display type and terracotta accents, a near-black background with a single acid-green accent, and broadsheet layouts with hairline rules. These are legitimate only when the brief specifically calls for them.

When should I use animation in web design?

Use animation only where it serves the subject, such as a page-load sequence, scroll-triggered reveal, or hover micro-interactions. One orchestrated moment usually lands better than scattered effects, and excess animation can make a design feel AI-generated.

Why do CSS styles conflict between sections in generated code?

Conflicts happen when type-based selectors like .section and element-based selectors like .cta have overlapping specificity, causing paddings and margins to cancel each other out. Structure selector specificity carefully when writing the CSS.