next.js
Build, test, and ship full-stack React web apps with Next.js
All Skills in This Repository (22)
Pure Emerald Level Indicatorsreact-vendoring
Enforce React vendoring and server boundary rules through entry-base.ts.
authoring-skills
Define SKILL.md frontmatter and file structure for .agents/skills directories.
flags
Implement Next.js experimental feature flags across config and runtime files.
update-docs
Synchronize Next.js documentation with code changes on the active branch.
v8-jit
Apply V8 JIT patterns to optimize JavaScript hot paths in Next.js server internals.
router-act
Control Next.js router request timing and responses for deterministic end-to-end tests.
pr-status-triage
Triage PR status and CI failures across the Next.js monorepo.
write-api-reference
Generate structured MDX API reference pages for Next.js APIs.
write-guide
Generates progressive how-to guides with front matter, steps, and conclusions from provided materials.
runtime-debug
Diagnose runtime bundle and module-resolution regressions in Next.js projects.
dce-edge
Implement DCE-safe require patterns for Node-only imports in Next.js edge builds.
cache-components
Co-locate caching with React Server Components using cacheLife and cacheTag directives.
Frequently Asked Questions
FAQPage SchemaHow to install Next.js skills?โผ
Run `npx skills add vercel/next.js --all -g -y` in your terminal to install all skills in this suite globally.
What do the Next.js agent skills do?โผ
They teach AI agents how to build, test, and optimize Next.js apps, including Cache Components migration, instant navigation fixes, PR creation, and CI failure triage.
How to make Next.js navigation instant with AI?โผ
The cache-components-optimizer skill drives a test-based loop that pushes dynamic data behind Suspense boundaries so your route's static shell loads instantly.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Can AI agents contribute to the Next.js framework itself?โผ
Yes. Internal skills cover feature flags, React vendoring, V8 performance patterns, backporting PRs, and stacked pull request workflows for framework contributors.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core