AgentSkillsCN

nextjs-skills

Next.js框架的常用模式、SSR/SSG以及App Router的最佳实践。

SKILL.md
--- frontmatter
name: nextjs-skills
description: Next.js framework patterns, SSR/SSG, and App Router best practices
category: stacks/frontend/nextjs
applies_to: nextjs
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

Next.js Skills

React framework for production with hybrid static & server rendering.

Sub-Skills

Architecture

Rendering

Data Fetching

Routing

Performance

Authentication

Testing

Detection

Auto-detected when project contains:

  • next.config.js or next.config.mjs
  • next package
  • getServerSideProps or getStaticProps patterns