← スキル一覧に戻る

frontend-design
by Yosolita1978
⭐ 0🍴 0📅 2026年1月24日
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
- Default styles = mobile. No breakpoint prefix means phone.
- Scale up:
text-sm md:text-base lg:text-lg - Touch targets: Minimum 44x44px for interactive elements
- Stack by default: Use
flex-colthenmd:flex-row - 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-delayfor 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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です