nextjs
24
总安装量
24
周安装量
#8137
全站排名
安装命令
npx skills add https://github.com/teachingai/full-stack-skills --skill nextjs
Agent 安装分布
gemini-cli
17
codex
17
opencode
16
claude-code
14
antigravity
14
github-copilot
13
Skill 文档
When to use this skill
Use this skill whenever the user wants to:
- Follow Next.js documentation topics (App Router, Pages Router, architecture, community)
- Implement Next.js routing, data fetching, caching, or deployment
- Use official APIs and configuration options from the docs
How to use this skill
- Identify the topic from the user request.
- Open the matching example file in
examples/. - Follow the official Next.js docs linked in the file.
Mapping Rules (one-to-one with https://nextjs.org/docs)
The examples/ directory mirrors the official docs structure:
examples/index.mdâ https://nextjs.org/docsexamples/app/...â https://nextjs.org/docs/app/…examples/pages/...â https://nextjs.org/docs/pages/…examples/architecture/...â https://nextjs.org/docs/architecture/…examples/community/...â https://nextjs.org/docs/community/…
Path rule:
- Remove numeric prefixes from doc folders and filenames (e.g.,
01-appâapp). index.mdxpages map toindex.mdinside the corresponding directory.
Resources
- Docs: https://nextjs.org/docs
Keywords
Next.js, App Router, Pages Router, routing, data fetching, caching, server components, client components, middleware, deployment, configuration