frontend-design

Guides distinctive visual design decisions for building new UI or reshaping existing interfaces.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/octanutri-clin/octaclin --skill frontend-design-octanutri-clin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-design
Source: https://github.com/octanutri-clin/octaclin/tree/main/.agents/skills/frontend-design
Command: npx skills add https://github.com/octanutri-clin/octaclin --skill frontend-design-octanutri-clin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated web design tends to cluster around a few templated looks, producing interfaces that feel generic and interchangeable. This Skill provides a disciplined design process that grounds every palette, typography, and layout choice in the specific subject of the brief, so the result reads as an intentional identity rather than a default template. ## Core Features & Use Cases - Subject-Grounded Direction: Pins down the product, audience, and page purpose before designing, and derives aesthetic choices from the subject's own world and materials. - Structured Design Planning: Produces a compact token system covering named hex colors, paired display and body typefaces, layout concepts with ASCII wireframes, and a single signature element. - Self-Critique Workflow: Reviews the plan against known AI design defaults, revises generic choices before coding, and enforces restraint so one bold element carries the page. - Use Case: When asked to build a landing page for a specialty coffee roaster, use this Skill to plan a palette and typography drawn from coffee culture, avoid the common cream-and-serif template, and ship a page with one memorable signature element. ## Quick Start Use the frontend-design skill to design a distinctive landing page for my product, starting with a design plan before writing any code.

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

Ground every design choice in the specific subject of the brief rather than reaching for default patterns. Plan a token system with named colors, deliberate typeface pairings, and one signature element, then critique the plan against common AI design defaults before writing code.

What is a good process for planning a website's visual design?

Work in two passes: first brainstorm a compact design plan covering color, typography, layout, and a signature element, then review it against the brief to catch generic choices. Only start coding after confirming the plan is specific to this brief.

How should I choose typography for a web page?

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.

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 harder than scattered effects, and excess animation can make a design feel AI-generated.

What are common mistakes when writing CSS for a new design?

A frequent issue is conflicting selector specificity, where type-based and element-based classes cancel each other out, especially with paddings and margins between sections. Structure selectors carefully and derive every color and type decision from the approved design plan.