Back to list
Yosolita1978

frontend-design

by Yosolita1978

0🍴 0📅 Jan 24, 2026

SKILL.md


name: frontend-design description: Create distinctive, mobile-first Next.js interfaces with high design quality. Use when building pages, components, or layouts. Generates polished code that avoids generic AI aesthetics.

Tech Stack

  • Next.js 14+ App Router
  • TypeScript
  • Tailwind CSS
  • Mobile-first breakpoints (sm → md → lg → xl)

Mobile-First Rules

  1. Default styles = mobile. No breakpoint prefix means phone.
  2. Scale up: text-sm md:text-base lg:text-lg
  3. Touch targets: Minimum 44x44px for interactive elements
  4. Stack by default: Use flex-col then md:flex-row
  5. Test at 375px width first

Design Principles

Before coding, commit to a BOLD aesthetic direction:

  • Tone: Pick one extreme—brutally minimal, maximalist, retro-futuristic, organic, luxury, playful, editorial, brutalist, art deco, soft/pastel, industrial
  • Differentiation: What makes this UNFORGETTABLE?

Typography

  • Choose distinctive fonts, never Inter/Arial/Roboto/system fonts
  • Pair a display font with a refined body font
  • Use Google Fonts or next/font for optimization

Color & Theme

  • Use CSS variables in globals.css
  • Dominant color + sharp accent beats evenly-distributed palettes
  • Commit to light OR dark, don't hedge

Motion

  • CSS-only when possible
  • One orchestrated page load > scattered micro-interactions
  • Use animation-delay for staggered reveals

Layout

  • Unexpected compositions: asymmetry, overlap, grid-breaking
  • Generous negative space OR controlled density
  • Never center everything

File Structure

src/
  components/    # Reusable components
  app/           # Pages and layouts
  styles/        # Global CSS

Anti-Patterns (NEVER)

  • Generic gradients on white backgrounds
  • Cookie-cutter card layouts
  • Predictable hero + 3-column features
  • Space Grotesk (overused)
  • Purple/blue tech gradients

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon