RE

react-nextjs-development

Streamlined workflow for building modern, performant web apps with Next.js and React.

Install

mkdir -p .claude/skills/react-nextjs-development && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13479" && unzip -o skill.zip -d .claude/skills/react-nextjs-development && rm skill.zip

Installs to .claude/skills/react-nextjs-development

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.
137 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Scaffold new React or Next.js 14+ projects with App Router
  • Configure TypeScript, ESLint, and Prettier for frontend projects
  • Design component hierarchy and implement layout components
  • Set up state management using libraries like Zustand or React Query
  • Style components with Tailwind CSS and configure design tokens
  • Implement Server Components for data fetching and routing

How it works

The skill provides a structured workflow for developing React and Next.js applications by guiding through phases of setup, component architecture, styling, data fetching, routing, forms, testing, and deployment.

Inputs & outputs

You give it
Project type (React SPA, Next.js app) and desired technologies
You get back
A scaffolded React/Next.js application with configured development environment, component architecture, styling, and data fetching mechanisms

When to use react-nextjs-development

  • Scaffold new Next.js project
  • Implement React Server Components
  • Setup TypeScript configuration

About this skill

React/Next.js Development Workflow

Overview

Specialized workflow for building React and Next.js 14+ applications with modern patterns including App Router, Server Components, TypeScript, and Tailwind CSS.

When to Use This Workflow

Use this workflow when:

  • Building new React applications
  • Creating Next.js 14+ projects with App Router
  • Implementing Server Components
  • Setting up TypeScript with React
  • Styling with Tailwind CSS
  • Building full-stack Next.js applications

Workflow Phases

Phase 1: Project Setup

Skills to Invoke

  • app-builder - Application scaffolding
  • senior-fullstack - Full-stack guidance
  • nextjs-app-router-patterns - Next.js 14+ patterns
  • typescript-pro - TypeScript setup

Actions

  1. Choose project type (React SPA, Next.js app)
  2. Select build tool (Vite, Next.js, Create React App)
  3. Scaffold project structure
  4. Configure TypeScript
  5. Set up ESLint and Prettier

Copy-Paste Prompts

Use @app-builder to scaffold a new Next.js 14 project with App Router
Use @nextjs-app-router-patterns to set up Server Components

Phase 2: Component Architecture

Skills to Invoke

  • frontend-developer - Component development
  • react-patterns - React patterns
  • react-state-management - State management
  • react-ui-patterns - UI patterns

Actions

  1. Design component hierarchy
  2. Create base components
  3. Implement layout components
  4. Set up state management
  5. Create custom hooks

Copy-Paste Prompts

Use @frontend-developer to create reusable React components
Use @react-patterns to implement proper component composition
Use @react-state-management to set up Zustand store

Phase 3: Styling and Design

Skills to Invoke

  • frontend-design - UI design
  • tailwind-patterns - Tailwind CSS
  • tailwind-design-system - Design system
  • core-components - Component library

Actions

  1. Set up Tailwind CSS
  2. Configure design tokens
  3. Create utility classes
  4. Build component styles
  5. Implement responsive design

Copy-Paste Prompts

Use @tailwind-patterns to style components with Tailwind CSS v4
Use @frontend-design to create a modern dashboard UI

Phase 4: Data Fetching

Skills to Invoke

  • nextjs-app-router-patterns - Server Components
  • react-state-management - React Query
  • api-patterns - API integration

Actions

  1. Implement Server Components
  2. Set up React Query/SWR
  3. Create API client
  4. Handle loading states
  5. Implement error boundaries

Copy-Paste Prompts

Use @nextjs-app-router-patterns to implement Server Components data fetching

Phase 5: Routing and Navigation

Skills to Invoke

  • nextjs-app-router-patterns - App Router
  • nextjs-best-practices - Next.js patterns

Actions

  1. Set up file-based routing
  2. Create dynamic routes
  3. Implement nested routes
  4. Add route guards
  5. Configure redirects

Copy-Paste Prompts

Use @nextjs-app-router-patterns to set up parallel routes and intercepting routes

Phase 6: Forms and Validation

Skills to Invoke

  • frontend-developer - Form development
  • typescript-advanced-types - Type validation
  • react-ui-patterns - Form patterns

Actions

  1. Choose form library (React Hook Form, Formik)
  2. Set up validation (Zod, Yup)
  3. Create form components
  4. Handle submissions
  5. Implement error handling

Copy-Paste Prompts

Use @frontend-developer to create forms with React Hook Form and Zod

Phase 7: Testing

Skills to Invoke

  • javascript-testing-patterns - Jest/Vitest
  • playwright-skill - E2E testing
  • e2e-testing-patterns - E2E patterns

Actions

  1. Set up testing framework
  2. Write unit tests
  3. Create component tests
  4. Implement E2E tests
  5. Configure CI integration

Copy-Paste Prompts

Use @javascript-testing-patterns to write Vitest tests
Use @playwright-skill to create E2E tests for critical flows

Phase 8: Build and Deployment

Skills to Invoke

  • vercel-deployment - Vercel deployment
  • vercel-deploy-claimable - Vercel deployment
  • web-performance-optimization - Performance

Actions

  1. Configure build settings
  2. Optimize bundle size
  3. Set up environment variables
  4. Deploy to Vercel
  5. Configure preview deployments

Copy-Paste Prompts

Use @vercel-deployment to deploy Next.js app to production

Technology Stack

CategoryTechnology
FrameworkNext.js 14+, React 18+
LanguageTypeScript 5+
StylingTailwind CSS v4
StateZustand, React Query
FormsReact Hook Form, Zod
TestingVitest, Playwright
DeploymentVercel

Quality Gates

  • TypeScript compiles without errors
  • All tests passing
  • Linting clean
  • Performance metrics met (LCP, CLS, FID)
  • Accessibility checked (WCAG 2.1)
  • Responsive design verified

Related Workflow Bundles

  • development - General development
  • testing-qa - Testing workflow
  • documentation - Documentation
  • typescript-development - TypeScript patterns

When not to use it

  • The user is building applications with older React or Next.js versions
  • The user does not want to use App Router, Server Components, TypeScript, or Tailwind CSS

Limitations

  • It is optimized for Next.js 14+ and React 18+
  • It assumes the use of App Router and Server Components
  • It recommends specific technologies like TypeScript, Tailwind CSS, Zustand, React Query, React Hook Form, Zod, Vitest, Playwright, and Vercel

How it compares

This workflow offers a complete, phase-driven approach to modern React/Next.js development, integrating best practices and specific tools like App Router and Server Components, unlike ad-hoc development.

Compared to similar skills

react-nextjs-development side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
react-nextjs-development (this skill)05moNo flagsIntermediate
landing-page-guide-v2489moReviewIntermediate
frontend-prompt-generator69moReviewIntermediate
ai-sdk-537moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

landing-page-guide-v2

bear2u

Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements framework.

48105

frontend-prompt-generator

gharam1234

Generate structured prompts for frontend development tasks following established patterns. Use when the user requests prompts for wireframes, UI implementation, data binding, or routing functionality in React/Next.js projects with specific formatting requirements (Cursor rules, file paths, test-driven development).

679

ai-sdk-5

prowler-cloud

Vercel AI SDK 5 patterns. Trigger: When building AI features with AI SDK v5 (chat, streaming, tools/function calling, UIMessage parts), including migration from v4.

316

prowler-ui

prowler-cloud

Prowler UI-specific patterns. For generic patterns, see: typescript, react-19, nextjs-15, tailwind-4. Trigger: When working inside ui/ on Prowler-specific conventions (shadcn vs HeroUI legacy, folder placement, actions/adapters, shared types/hooks/lib).

10

implementing-figma-ui-tempad-dev

ecomfe

Implement integration-ready UI code from a Figma selection or a provided nodeId using TemPad Dev MCP as the only source of design evidence (code snapshot, structure, screenshot, assets, tokens, codegen config). Detect the target repo stack and conventions first, then translate TemPad Dev’s Tailwind-like JSX/Vue IR into project-native code without adding new dependencies. Never guess key styles or measurements; avoid screenshot tuning loops. If required evidence is missing/contradictory or assets cannot be handled under repo policy, stop or ship a safe base with explicit warnings and omissions.

00

nextjs-developer

zenobi-us

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.

328531

Search skills

Search the agent skills registry