nextjs

Solid

Next.js specific patterns including App Router, React Server Components, Server Actions, streaming, caching, and Vercel deployment.

Web & Frontend 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Next.js Skill Expert assistance for building full-stack Next.js applications with App Router, React Server Components, Server Actions, and modern deployment patterns. ## Capabilities - Generate Next.js project structure with App Router - Implement React Server Components (RSC) patterns - Create Server Actions for form handling and mutations - Configure advanced routing (parallel, intercepting, route groups) - Set up streaming with Suspense boundaries - Implement caching strategies with revalidation - Configure Vercel deployment and edge functions ## Usage Invoke this skill when you need to: - Bootstrap a new Next.js 15+ application - Implement server-side rendering and data fetching - Create API routes and Server Actions - Configure advanced routing patterns - Optimize for Core Web Vitals ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | projectName | string | Yes | Name of the Next.js project | | router | string | No | app (default) or pages | | features | array | No | List of features to scaffold | | database | string | No | prisma, drizzle, none | | auth | string | No | nextauth, clerk, none | | styling | string | No | tailwind, css-modules, styled-components | ### Feature Configuration ```json { "projectName": "my-saas", "features": [ "authentication", "api-routes", "server-actions", "parallel-routes", "middleware" ], "database": "prisma", "auth": "nextauth", "styling": "tailw...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

nextjs-app-router

Deep expertise in Next.js App Router patterns including route groups, parallel routes, intercepting routes, layouts, and loading states.

1,160 Updated today
a5c-ai
Web & Frontend Listed

nextjs-skills

Next.js framework patterns, SSR/SSG, and App Router best practices

0 Updated today
murtazatouqeer
Web & Frontend Solid

nextjs-architecture

Next.js architecture specialist. Use when designing Next.js applications, migrating to App Router, implementing Server Components, or optimizing Next.js performance. Covers App Router, Server Components, and best practices.

335 Updated today
aiskillstore
Web & Frontend Solid

nextjs-app-router

Provides patterns and code examples for building Next.js 16+ applications with App Router architecture. Use when creating projects with App Router, implementing Server Components and Client Components ("use client"), creating Server Actions for forms, building Route Handlers (route.ts), configuring caching with "use cache" directive (cacheLife, cacheTag), setting up parallel routes (`@slot`) or intercepting routes, migrating to proxy.ts, or working with App Router file conventions (layout.tsx, page.tsx, loading.tsx, error.tsx).

263 Updated 1 weeks ago
giuseppe-trisciuoglio
Web & Frontend Listed

nextjs-app-router-patterns

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

335 Updated today
aiskillstore