
React Nextjs Development
- 1.5k installs
- 44k repo stars
- Updated July 27, 2026
- sickn33/antigravity-awesome-skills
react-nextjs-development is an agent skill for build next.js 14+ app router apps with server components, typescript, and tailwind.
About
The react-nextjs-development skill is designed for build Next.js 14+ App Router apps with Server Components, TypeScript, and Tailwind. 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. Create custom hooks Copy-Paste Prompts 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. Invoke when the user builds React, Next.js App Router, Server Components, or Tailwind UI.
- Building new React applications.
- Creating Next.js 14+ projects with App Router.
- Implementing Server Components.
- Setting up TypeScript with React.
- Styling with Tailwind CSS.
React Nextjs Development by the numbers
- 1,476 all-time installs (skills.sh)
- +69 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #288 of 2,277 Frontend Development skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
react-nextjs-development capabilities & compatibility
- Capabilities
- building new react applications · creating next.js 14+ projects with app router · implementing server components · setting up typescript with react
- Use cases
- frontend
What react-nextjs-development says it does
React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.
React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill react-nextjs-developmentAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.5k |
|---|---|
| repo stars | ★ 44k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | sickn33/antigravity-awesome-skills ↗ |
How do I build next.js 14+ app router apps with server components, typescript, and tailwind?
Build Next.js 14+ App Router apps with Server Components, TypeScript, and Tailwind.
Who is it for?
Full-stack developers shipping modern React and Next.js application features.
Skip if: Skip for legacy Pages Router-only apps without App Router migration.
When should I use this skill?
User builds React, Next.js App Router, Server Components, or Tailwind UI.
What you get
Completed react-nextjs-development workflow with documented commands, files, and expected deliverables.
- Next.js project scaffold
- App Router component structure
- typed Tailwind UI code
Files
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 scaffoldingsenior-fullstack- Full-stack guidancenextjs-app-router-patterns- Next.js 14+ patternstypescript-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 RouterUse @nextjs-app-router-patterns to set up Server ComponentsPhase 2: Component Architecture
Skills to Invoke
frontend-developer- Component developmentreact-patterns- React patternsreact-state-management- State managementreact-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 componentsUse @react-patterns to implement proper component compositionUse @react-state-management to set up Zustand storePhase 3: Styling and Design
Skills to Invoke
frontend-design- UI designtailwind-patterns- Tailwind CSStailwind-design-system- Design systemcore-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 v4Use @frontend-design to create a modern dashboard UIPhase 4: Data Fetching
Skills to Invoke
nextjs-app-router-patterns- Server Componentsreact-state-management- React Queryapi-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 fetchingPhase 5: Routing and Navigation
Skills to Invoke
nextjs-app-router-patterns- App Routernextjs-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 routesPhase 6: Forms and Validation
Skills to Invoke
frontend-developer- Form developmenttypescript-advanced-types- Type validationreact-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 ZodPhase 7: Testing
Skills to Invoke
javascript-testing-patterns- Jest/Vitestplaywright-skill- E2E testinge2e-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 testsUse @playwright-skill to create E2E tests for critical flowsPhase 8: Build and Deployment
Skills to Invoke
vercel-deployment- Vercel deploymentvercel-deploy-claimable- Vercel deploymentweb-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 productionTechnology Stack
| Category | Technology |
|---|---|
| Framework | Next.js 14+, React 18+ |
| Language | TypeScript 5+ |
| Styling | Tailwind CSS v4 |
| State | Zustand, React Query |
| Forms | React Hook Form, Zod |
| Testing | Vitest, Playwright |
| Deployment | Vercel |
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 developmenttesting-qa- Testing workflowdocumentation- Documentationtypescript-development- TypeScript patterns
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related skills
Forks & variants (1)
React Nextjs Development has 1 known copy in the catalog totaling 1 installs. They canonicalize to this original listing.
- aiskillstore - 1 installs
How it compares
Use react-nextjs-development for opinionated Next.js 14+ App Router workflows; use framework-agnostic frontend skills when not standardizing on Next.js.
FAQ
What does react-nextjs-development do?
Build Next.js 14+ App Router apps with Server Components, TypeScript, and Tailwind.
When should I use react-nextjs-development?
User builds React, Next.js App Router, Server Components, or Tailwind UI.
Is react-nextjs-development safe to install?
Review the Security Audits panel on this page before installing in production.