← Back to list

frontend-page-components
by Zaibunis
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: frontend-page-components description: Build responsive frontend pages and reusable components with clean layouts and modern styling.
Frontend Page & Component Development
Instructions
-
Page structure
- Semantic HTML layout
- Clear sectioning (header, main, footer)
- Reusable components
-
Component design
- Modular and reusable components
- Props-based customization
- Consistent spacing and typography
-
Layout & styling
- Responsive grid or flexbox layouts
- Mobile-first design
- Scalable CSS (CSS Modules, Tailwind, or BEM)
-
Responsiveness
- Breakpoints for mobile, tablet, desktop
- Fluid typography and spacing
- Touch-friendly interactions
Best Practices
- Use semantic HTML elements
- Keep components small and focused
- Maintain consistent spacing system
- Prioritize accessibility (ARIA, contrast, keyboard support)
- Avoid inline styles for large components
Example Structure
<main class="page-container">
<header class="page-header">
<h1 class="page-title">Page Title</h1>
</header>
<section class="content-grid">
<article class="card">
<h2>Card Title</h2>
<p>Card description text</p>
<button class="primary-button">Action</button>
</article>
</section>
</main>
Score
Total Score
40/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