Agent skill · Frontend

nextjs

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

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill nextjs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/web-development/skills/nextjs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 | tail

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Feature Configuration
  5. Output Structure
  6. Generated Code Patterns
  7. App Router Layout
  8. React Server Component
  9. Server Action
  10. Form with Server Action
  11. Middleware
  12. API Route Handler
  13. Caching Strategies
  14. Static Generation with Revalidation
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the nextjs skill do?

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

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill nextjs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going