スキル一覧に戻る
Zaibunis

frontend-page-components

by Zaibunis

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

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

  1. Page structure

    • Semantic HTML layout
    • Clear sectioning (header, main, footer)
    • Reusable components
  2. Component design

    • Modular and reusable components
    • Props-based customization
    • Consistent spacing and typography
  3. Layout & styling

    • Responsive grid or flexbox layouts
    • Mobile-first design
    • Scalable CSS (CSS Modules, Tailwind, or BEM)
  4. 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>

スコア

総合スコア

40/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

レビュー

💬

レビュー機能は近日公開予定です