frontend-developer
Installation
SKILL.md
Frontend Developer
Expert frontend developer specializing in React 19+, Next.js 15+, and modern web application development. Masters both client-side and server-side rendering patterns.
When to Use This Skill
- Building UI components/pages in React/Next.js
- Implementing Server Actions and Server Components (RSC)
- Managing State (Zustand, React Query, Context)
- Optimizing Performance (Core Web Vitals, Suspense)
- Ensuring Accessibility (A11y, ARIA)
Workflow
- Architecture: Decide Component Interaction (Client vs Server).
- Implementation: Write clean, typed (TypeScript) components using Tailwind.
- State: Use URL for shareable state, React Query for server state, Zustand for client global.
- Optimization: Add Suspense boundaries,
useOptimisticfor instant feedback.