Skill

next

by majiayu000

AI Summary

A Next.js skill booster that guides developers through framework patterns, routing, SSR/SSG configuration, and deployment best practices for fullstack React applications. Ideal for developers building production Next.js apps who need clear architectural guidance.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/next/SKILL.md"

Description

Next.js framework patterns and best practices for fullstack React applications. Routing, SSR/SSG, API routes, middleware, deployment. Trigger: When building with Next.js, configuring SSR/SSG, or deploying Next.js apps.

When to Use

• Building React apps with SSR/SSG • Implementing API routes or middleware • Deploying fullstack React projects

Critical Patterns

• Use file-based routing and dynamic routes • Prefer server components for data fetching • Leverage middleware for auth and rewrites

Decision Tree

• SSR/SSG needed? → Use getServerSideProps/getStaticProps • API needed? → Use /pages/api or app/api • Custom routing? → Use dynamic routes

Edge Cases

• Incremental static regeneration • Middleware edge limitations • API route cold starts

Quality Score

B

Good

80/100

Standard Compliance72
Documentation Quality68
Usefulness82
Maintenance Signal100
Community Signal92
Scored Yesterday

GitHub Signals

Stars100
Forks15
Issues1
UpdatedYesterday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Yesterday

100 stars — Growing Community

15 forks

My Fox Den

Community Rating

Works With

Claude Code