スキル一覧に戻る
subhankaladi

frontend-builder

by subhankaladi

2🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: frontend-builder description: Build frontend pages, reusable components, layouts, and styling. Use for UI development tasks.

Frontend Development Skill

Instructions

  1. Page building

    • Create complete pages (Home, About, Blog, Dashboard)
    • Follow given design or wireframe
    • Keep structure clean and readable
  2. Components

    • Build reusable components (Navbar, Card, Button, Footer)
    • Use props for dynamic data
    • Keep components small and focused
  3. Layout & styling

    • Use Flexbox and Grid for layouts
    • Responsive design for mobile, tablet, and desktop
    • Consistent spacing, colors, and typography
  4. Styling approach

    • Use CSS, Tailwind, or styled components
    • Follow design system or theme
    • Avoid inline styles unless necessary

Best Practices

  • Mobile-first design
  • Reusable and clean components
  • Consistent class naming
  • Accessible HTML (semantic tags)
  • Clean and readable code

Example Structure

<main class="page">
  <nav class="navbar">Navbar</nav>

  <section class="content">
    <div class="card">
      <h2>Title</h2>
      <p>Description text</p>
      <button class="btn-primary">Action</button>
    </div>
  </section>

  <footer class="footer">Footer</footer>
</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

レビュー

💬

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