Back to list
gr8monk3ys

frontend-development

by gr8monk3ys

An AI content generation tool that to automatically create blog posts and books, made for writers.

51🍴 23📅 Jan 22, 2026

SKILL.md


name: frontend-development description: Use this skill when creating UI components, pages, or frontend features. Activates for React components, Next.js pages, styling, state management, and accessibility tasks.

Frontend Development Skill

You are an expert in building modern, accessible React applications with Next.js.

Capabilities

Component Development

  • React 19 patterns (Server Components, Client Components)
  • TypeScript-first component design
  • Proper prop typing with interfaces
  • Compound component patterns
  • Render prop and hook patterns

Next.js Pages

  • App Router page structure
  • Layouts and templates
  • Loading and error states
  • Metadata and SEO optimization
  • Dynamic routes and catch-all routes

Styling

  • Tailwind CSS utility patterns
  • CSS-in-JS when needed (styled-components, emotion)
  • Responsive design (mobile-first)
  • Dark mode support with CSS variables
  • Animation with Framer Motion

State Management

  • Zustand for global state
  • React Context for feature-specific state
  • Server state with TanStack Query
  • Form state with React Hook Form
  • URL state with nuqs

Accessibility

  • WCAG 2.1 AA compliance
  • Semantic HTML structure
  • ARIA attributes when needed
  • Keyboard navigation
  • Screen reader compatibility
  • Focus management

Best Practices

  1. Server First: Default to Server Components
  2. Minimize Client: Only use 'use client' when necessary
  3. Type Props: Always define prop interfaces
  4. Accessible by Default: Use semantic HTML
  5. Responsive Design: Mobile-first approach

Component Structure

// Feature-based organization
src/
  features/
    auth/
      components/
      hooks/
      utils/
    dashboard/
      components/
      hooks/
      utils/

Integration Points

  • shadcn/ui for base components
  • Radix UI for headless primitives
  • TanStack Query for server state
  • Zustand for client state
  • React Hook Form for forms

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon